ibmruntimes / openj9-openjdk-jdk17

Extensions for OpenJDK 17 for Eclipse OpenJ9
GNU General Public License v2.0
23 stars 53 forks source link

Avoid stack overflow with large number of jars in classpath #358

Closed srutjay closed 2 months ago

srutjay commented 3 months ago

Backport of 8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError

srutjay commented 3 months ago

@keithc-ca/ @joransiu Can you please review this PR

keithc-ca commented 3 months ago

Please also fix the commit message so it follows the guidelines at https://github.com/eclipse/omr/blob/master/CONTRIBUTING.md#commit-guidelines.

The commit message should not be a single line, over 200 characters long. The first line should be a summary of no more than 70 characters, followed by a blank line, then any extra information in lines no more than 72 characters each.

srutjay commented 2 months ago

Closing this PR as the https://github.com/openjdk/jdk17u-dev/pull/2550 PR is already merged.