Skip to content

Do not automatically enable ddprof for J9 JDK 11/17#5072

Merged
jbachorik merged 1 commit into
masterfrom
jb/sanitize_j9
Apr 17, 2023
Merged

Do not automatically enable ddprof for J9 JDK 11/17#5072
jbachorik merged 1 commit into
masterfrom
jb/sanitize_j9

Conversation

@jbachorik

Copy link
Copy Markdown
Contributor

What Does This Do

Turns off the automatic enablement of the ddprof profiler for J9 versions of JDK 11.0.18 and JDK 17.0.6

Motivation

There is a bug in then J9 JVMTI implementation causing JVM to crash when a jmethodId of a method that was recently unloaded is used. According to the specification the JVMTI must be resilient to such calls and store the minimal info necessary to describe the method even if the class is unloaded.

Additional Notes

@jbachorik
jbachorik requested a review from a team as a code owner April 17, 2023 08:52
@jbachorik
jbachorik merged commit 64534fb into master Apr 17, 2023
@jbachorik
jbachorik deleted the jb/sanitize_j9 branch April 17, 2023 09:28
@github-actions github-actions Bot added this to the 1.12.0 milestone Apr 17, 2023
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