[jdk11u-dev] RFR: 8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError [v8]

Sruthy Jayan duke at openjdk.org
Fri Jun 14 14:26:51 UTC 2024


On Fri, 14 Jun 2024 13:56:28 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

>> Sruthy Jayan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   resolving the build errors
>>   
>>   Signed-off-by: Sruthy Jayan <srutjay1 at in.ibm.com>
>
> test/jdk/sun/misc/URLClassPath/LargeClasspathWithPkgPrefix.java line 68:
> 
>> 66: 
>> 67:         JAVA_MAIN_CONTENT = sb.toString();
>> 68: }
> 
> Multi-line Strings are typically written like https://github.com/openjdk/jdk11u-dev/blob/f08e5e87938d3f20575ef186f4eefeb9faeb6e80/test/hotspot/jtreg/containers/cgroup/CgroupSubsystemFactory.java#L88. Please also make sure the `}` is aligned properly.

Changes done

-------------

PR Review Comment: https://git.openjdk.org/jdk11u-dev/pull/2749#discussion_r1639906135


More information about the jdk-updates-dev mailing list