-
Notifications
You must be signed in to change notification settings - Fork 729
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 <[email protected]>
- 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 <[email protected]>
- 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 <[email protected]>
- 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 <[email protected]>
- Store sharedClassesTestData using getResultsDir() instead of getPrereqRoots(). related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- updates the directory structure to include the Java version in the sharedClassesDataDir path. closes: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- Include Java version number as in classes8.jar to be generated. closes: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- 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 <[email protected]>
- 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 <[email protected]>
- Add the classes jars for SharedClassesTest data into specific jdk version dir. related:eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- 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]>
Any update on this? It seems to still be occurring. |
Copy sharedClasses jar failed. @annaibm could you please take a look?
|
- ensure the presence of classes.jar , if doesnt exist regenerate it. related: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- ensure the presence of classes.jar , if doesnt exist regenerate it. related: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- ensure the presence of classes.jar , if doesnt exist regenerate it. related: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- ensure the presence of classes.jar , if doesnt exist regenerate it. related: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
- ensure the presence of classes.jar , if doesnt exist regenerate it. resolves: eclipse-openj9/openj9#19582 Signed-off-by: Anna Babu Palathingal <[email protected]>
Issue Number: 19582 |
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: