-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b35
jdk/internal/misc/JavaLangAccess/NewUnsafeString.java
This test starts failing since 9/b93, reproducible.
Failure is just noticed recently because test itself is not actually run due to the missed @run tag. (JDK-8176187)
STDERR:
java.lang.Error: jla.newStringUnsafe did not use provided string
at NewUnsafeString.testNewUnsafeString(NewUnsafeString.java:80)
at NewUnsafeString.main(NewUnsafeString.java:86)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:547)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)
This test starts failing since 9/b93, reproducible.
Failure is just noticed recently because test itself is not actually run due to the missed @run tag. (
STDERR:
java.lang.Error: jla.newStringUnsafe did not use provided string
at NewUnsafeString.testNewUnsafeString(NewUnsafeString.java:80)
at NewUnsafeString.main(NewUnsafeString.java:86)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:547)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:230)
at java.base/java.lang.Thread.run(Thread.java:844)