8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9

Reviewed-by: twisti, kvn
This commit is contained in:
Igor Ignatyev 2015-10-13 16:21:25 +03:00
parent fcbdffb48f
commit 815be268ee

View file

@ -20,6 +20,7 @@ import java.util.Map;
/*
* @test
* @bug 8136421
* @requires (os.simpleArch == "x64" | os.simpleArch == "sparcv9") & os.arch != "aarch64"
* @library /testlibrary /../../test/lib /
* @compile ../common/CompilerToVMHelper.java
* @build sun.hotspot.WhiteBox