-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add classes.jar for sharedClassesTestData into specific jdk version dir. #156
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some other comments:
- Line 2 Copyright needs to be updated to 2016, 2024.
Also, the class files need to be changed to store in WorkSpace folder based on SharedClasses.SCM01.SingleCL UnsupportedClassVersionError eclipse-openj9/openj9#19582 (comment)(This will be done in other pre-stage PRs)
openj9.test.sharedClasses/src/test.sharedClasses/net/openj9/stf/SharedClasses.java
Show resolved
Hide resolved
- Add the classes jars for SharedClassesTest data into specific jdk version dir. - Updated copyright to 2016, 2024. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
dfc29ca
to
f685fc1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This PR is to solve the classes.jar
mismatch with jdk versions problem after pre-stage libs, through storing the classes.jar
under each version's own folder, e.g. sharedClassesTestData/v1/jdk17/classes.jar
.
It can be merged alone since current process will delete the whole folder and rebuild each time.
related:eclipse-openj9/openj9#19582
Signed-off-by: Anna Babu Palathingal [email protected]