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

Add OpenJ9PropsExt properties for serviceability_jvmti_j9 #505

Merged
merged 1 commit into from
Oct 10, 2022

Commits on Oct 7, 2022

  1. Add OpenJ9PropsExt properties for serviceability_jvmti_j9

    vm.cds is set to false for
    serviceability/jvmti/CanGenerateAllClassHook/CanGenerateAllClassHook.java
    which is specific to hotspot sharedclass;
    vm.flagless is set to true for
    serviceability/jvmti/RedefineClasses/RedefineLeak.java which OpenJ9
    passes;
    vm.opt.final.ClassUnloading is set to false for
    serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java which
    looks for a hotspot specific "Class unloading: has_previous_versions =
    false".
    
    Signed-off-by: Jason Feng <fengj@ca.ibm.com>
    JasonFengJ9 committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ae5ed37 View commit details
    Browse the repository at this point in the history