]> source.dussan.org Git - aspectj.git/commitdiff
Fix JRockitAgentTest for Java 9 and 10
authorLars Grefer <eclipse@larsgrefer.de>
Thu, 13 Aug 2020 19:32:03 +0000 (21:32 +0200)
committerLars Grefer <eclipse@larsgrefer.de>
Thu, 13 Aug 2020 19:32:03 +0000 (21:32 +0200)
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
loadtime/src/test/java/org/aspectj/weaver/loadtime/JRockitAgentTest.java

index cd5590914706183c57a7685b8062434cfabd80cb..125a9e95cec4655c2af943aeec806b9f5008a504 100644 (file)
@@ -54,7 +54,7 @@ public class JRockitAgentTest extends TestCase {
        }
 
        public void testJrockitRecursionProtection() {
-               if (LangUtil.is11VMOrGreater()) {
+               if (LangUtil.is19VMOrGreater()) {
                        // Skip test, not castable to URLClassLoader
                        return;
                }