< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/AheadOfTimeCompilationTest.java

Print this page
rev 59103 : imported patch hotspot

*** 65,75 **** return AheadOfTimeCompilationTest.STATICFINALOBJECT; } @Before public void setUp() { ! // Ignore on SPARC Assume.assumeFalse("skipping on AArch64", getTarget().arch instanceof AArch64); } @Test public void testStaticFinalObjectAOT() { --- 65,75 ---- return AheadOfTimeCompilationTest.STATICFINALOBJECT; } @Before public void setUp() { ! // Ignore on AArch64 Assume.assumeFalse("skipping on AArch64", getTarget().arch instanceof AArch64); } @Test public void testStaticFinalObjectAOT() {
< prev index next >