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
STDERR:
java.lang.NullPointerException: Cannot read field "x" because "<local0>.p" is null
at runtime/valhalla/inlinetypes/TestInheritedInlineTypeFields.run(TestInheritedInlineTypeFields.java:74)
at runtime/valhalla/inlinetypes/TestInheritedInlineTypeFields.main(TestInheritedInlineTypeFields.java:68)
at java.base/jdk/internal/reflect/NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk/internal/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:76)
at java.base/jdk/internal/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:51)
at java.base/java/lang/reflect/Method.invoke(Method.java:570)
at com/sun/javatest/regtest/agent/MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java/lang/Thread.run(Thread.java:884)
JavaTest Message: Test threw exception: java.lang.NullPointerException: Cannot read field "x" because "<local0>.p" is null
JavaTest Message: shutting down test
The text was updated successfully, but these errors were encountered:
These tests were failing due to a configuration issue, and possibly something else that was since resolved from 2021. They are passing now with ibmruntimes/openj9-openjdk-jdk.valuetypes#14.
TEST: runtime/valhalla/inlinetypes/TestInheritedInlineTypeFields.java
The text was updated successfully, but these errors were encountered: