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

Fixed issue with Java NMT not working with Java 8 #105

Merged
merged 2 commits into from
Sep 28, 2021
Merged

Fixed issue with Java NMT not working with Java 8 #105

merged 2 commits into from
Sep 28, 2021

Conversation

pivotal-david-osullivan
Copy link
Contributor

Summary

Fixes paketo-buildpacks/bellsoft-liberica#131 - PR removes the NMT helper for pre-9 Java versions

Use Cases

The JVM crashes for Java 8 users when BPL_JAVA_NMT_ENABLED=true (the default value) due to JDK bug

Checklist

  • I have viewed, signed, and submitted the Contributor License Agreement.
  • I have linked issue(s) that this PR should close using keywords or the Github UI (See docs)
  • I have added an integration test, if necessary.
  • I have reviewed the styleguide for guidance on my code quality.
  • I'm happy with the commit history on this PR (I have rebased/squashed as needed).

@pivotal-david-osullivan pivotal-david-osullivan added type:bug A general bug semver:patch A change requiring a patch version bump labels Sep 28, 2021
@pivotal-david-osullivan pivotal-david-osullivan requested a review from a team September 28, 2021 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:patch A change requiring a patch version bump type:bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After BuildPack 8.7.0, JVM Launch Error in JRE 8
2 participants