-
Notifications
You must be signed in to change notification settings - Fork 722
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
SharedClasses.SCM01.SingleCL UnsupportedClassVersionError #19582
Comments
getDependencies section looks the same.
|
Tested with 3 old SHA: |
Failed run:
Passed run:
It looks like the test is leveraging |
Fix: we need to redirect SharedClasses tests to generate related classes under workspace dir, not Try getTestRoots(), getTmpDir(), or getResultsDir(). (see https://github.com/adoptium/STF/blob/f40f3ca179d2bcd7f6c32838d5475c5f0a26cb47/stf.core/src/stf.core/net/adoptopenjdk/stf/environment/StfEnvironmentCore.java) @annaibm please take care of this. We need to ensure that |
- SharedClasses tests to generate related classes under workspace dir - with getTestRoots function instead of getPrereqRoots. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- SharedClasses tests to generate related classes under workspace dir - with getTestRoots function instead of getPrereqRoots. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- SharedClasses tests to generate related classes under workspace dir - with getResultsDir function instead of getPrereqRoots. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- SharedClasses tests to generate related classes under workspace dir - with getResultsDir function instead of getPrereqRoots. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- Store sharedClassesTestData using getResultsDir() instead of getPrereqRoots(). related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- updates the directory structure to include the Java version in the sharedClassesDataDir path. closes: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- Include Java version number as in classes8.jar to be generated. closes: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- Include Java version number as in classes_jdk8.jar while generating the classes.jar file. closes: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- Include Java version number as in classes_jdk8.jar while generating the classes.jar file. closes: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- Add the classes jars for SharedClassesTest data into specific jdk version dir. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
- 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 <anna.bp@ibm.com>
Also SharedClasses.SCM23.SingleCL, SharedClasses.SCM01.MultiCL, SharedClasses.SCM23.MultiCL, SharedClasses.SCM01.MultiThreadMultiCL.
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK22-with-System/79/
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK17/761/
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK11/818/
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-JDK8/841/
https://openj9-jenkins.osuosl.org/job/Test_openjdk8_j9_extended.system_aarch64_linux_Nightly_testList_1/684/
61.0 is jdk17.
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.system_aarch64_linux_Nightly_testList_0/78
67.0 is jdk23
Changes from the previous working build
7c62322...b9fd76d
adoptium/aqa-tests@42609ec...a4ef8f2
adoptium/TKG@3ed8f8b...b9e1d27
adoptium/STF@f8d647e...f40f3ca
The text was updated successfully, but these errors were encountered: