test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java
changeset 51316 c23f1e4910f3
parent 47216 71c04702a3d5
equal deleted inserted replaced
51315:2ec98fcfb2b2 51316:c23f1e4910f3
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 /**
    24 /**
    25  * @test
    25  * @test
    26  * @bug 7200264
    26  * @bug 7200264
    27  * @summary 7192963 changes disabled shift vectors
    27  * @summary 7192963 changes disabled shift vectors
    28  * @requires vm.cpu.features ~= ".*sse4\\.1.*" & vm.debug & vm.flavor == "server"
    28  * @requires vm.cpu.features ~= ".*sse4\\.1.*" & vm.debug & vm.flavor == "server"
    29  * @requires !vm.emulatedClient
    29  * @requires !vm.emulatedClient & !vm.graal.enabled
    30  * @library /test/lib /
    30  * @library /test/lib /
    31  * @run driver compiler.c2.cr7200264.TestSSE4IntVect
    31  * @run driver compiler.c2.cr7200264.TestSSE4IntVect
    32  */
    32  */
    33 
    33 
    34 package compiler.c2.cr7200264;
    34 package compiler.c2.cr7200264;