< 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,11 +65,11 @@
         return AheadOfTimeCompilationTest.STATICFINALOBJECT;
     }
 
     @Before
     public void setUp() {
-        // Ignore on SPARC
+        // Ignore on AArch64
         Assume.assumeFalse("skipping on AArch64", getTarget().arch instanceof AArch64);
     }
 
     @Test
     public void testStaticFinalObjectAOT() {
< prev index next >