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: IAE in WithFieldNoAccessTest test #13788

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

ValueTypes: IAE in WithFieldNoAccessTest test #13788

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

Comments

@tajila
Copy link
Contributor

tajila commented Oct 26, 2021

Test in ~/openj9-openjdk-jdk.valuetypes/test/hotspot/jtreg/runtime/valhalla/inlinetypes/WithFieldAccessorTest.java

java.lang.RuntimeException: Unexpected IllegalAccessError: java.lang.IllegalAccessError: Class WithFieldNoAccessTest illegally accessing "private" member of class WithFieldNoAccessTest$V
	at WithFieldNoAccessTest.main(WithFieldNoAccessTest.java:28)
	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)
@tajila tajila added comp:vm project:valhalla Used to track Project Valhalla related work labels Oct 26, 2021
@theresa-m
Copy link
Contributor

This test no longer exists.

Copy link

Issue Number: 13788
Status: Closed
Actual Components: comp:vm, 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
comp:vm project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

No branches or pull requests

2 participants