8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests

Reviewed-by: iignatyev, vlivanov, kvn, fzhinkin
This commit is contained in:
Evgeniya Stepanova 2014-09-29 09:32:15 -07:00 committed by Vladimir Ivanov
parent dc7da7467b
commit a73a5247a5
13 changed files with 77 additions and 187 deletions

View file

@ -25,7 +25,7 @@
* @test
* @bug 8031743
* @summary loadI2L_immI broken for negative memory values
* @run main/othervm -server -Xbatch -XX:-TieredCompilation -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
* @run main/othervm -Xbatch -XX:CompileCommand=compileonly,*.foo* LoadWithMask2
*
*/
public class LoadWithMask2 {