Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueTypes: NPE in TestInheritedInlineTypeFields test #13794

Closed
tajila opened this issue Oct 26, 2021 · 3 comments
Closed

ValueTypes: NPE in TestInheritedInlineTypeFields test #13794

tajila opened this issue Oct 26, 2021 · 3 comments
Labels
project:valhalla Used to track Project Valhalla related work

Comments

@tajila
Copy link
Contributor

tajila commented Oct 26, 2021

TEST: runtime/valhalla/inlinetypes/TestInheritedInlineTypeFields.java

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
@tajila tajila added the project:valhalla Used to track Project Valhalla related work label Oct 26, 2021
@theresa-m
Copy link
Contributor

runtime/valhalla/inlinetypes/QuickeningTest.java fails with a similar error

@theresa-m
Copy link
Contributor

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.

Copy link

github-actions bot commented Nov 5, 2024

Issue Number: 13794
Status: Closed
Actual Components: project:valhalla
Actual Assignees: No one :(
PR Assignees: No one :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

No branches or pull requests

2 participants