You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassLoader.initializePath is not supported in openj9, creating this as sort of dummy issue so that this can be added to the permanent excludes.
java.lang.NoSuchMethodException: java.lang.ClassLoader.initializePath(java.lang.String)
15:31:26 at java.base/java.lang.Class.newNoSuchMethodException(Class.java:640)
15:31:26 at java.base/java.lang.Class.throwExceptionOrReturnNull(Class.java:1346)
15:31:26 at java.base/java.lang.Class.getMethodHelper(Class.java:1410)
15:31:26 at java.base/java.lang.Class.getDeclaredMethod(Class.java:1082)
15:31:26 at LibraryPathProperty.main(LibraryPathProperty.java:49)
15:31:26 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15:31:26 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
15:31:26 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
15:31:26 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
15:31:26 at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
15:31:26 at java.base/java.lang.Thread.run(Thread.java:834)
The text was updated successfully, but these errors were encountered:
Failure link
Optional info
Failure output (captured from console output)
java.lang.ClassLoader.initializePath is not supported in openj9, creating this as sort of dummy issue so that this can be added to the permanent excludes.
The text was updated successfully, but these errors were encountered: