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

(0.44) Ignore extension classloader in JVM_LatestUserDefinedLoader on jdk8 #18997

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

pshipton
Copy link
Member

@pshipton pshipton commented Feb 22, 2024

The serialization filter may be loaded by the extension classloader and this loader needs to be ignored when determining the latest user defined loader. jdk9+ already does this, although for jdk9+ it's called the platform classloader.

Cherry pick of #18984 for 0.44

The serialization filter may be loaded by the extension classloader and
this loader needs to be ignored when determining the latest user defined
loader. jdk9+ already does this, although for jdk9+ it's called the
platform classloader.

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@pshipton
Copy link
Member Author

Set as draft until the head stream change has gone through nightly testing.

@pshipton pshipton marked this pull request as ready for review February 23, 2024 15:37
@pshipton pshipton requested a review from keithc-ca February 23, 2024 15:37
@keithc-ca
Copy link
Contributor

I think you meant to target the v0.44.0-release branch.

@pshipton pshipton changed the base branch from master to v0.44.0-release February 23, 2024 17:13
@pshipton
Copy link
Member Author

Updated

@keithc-ca keithc-ca merged commit 2ffefee into eclipse-openj9:v0.44.0-release Feb 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants