[jdk8u-dev] Withdrawn: 8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612

duke duke at openjdk.org
Thu Jan 2 10:24:49 UTC 2025


On Fri, 26 Jan 2024 04:23:14 GMT, Kazuhisa Takakuri <ktakakuri at openjdk.org> wrote:

> Hi all,
> 
> This is a backport of JDK-8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612  
> The bug reported is reproducible in JDK8, so this follow-up patch for JDK-8217612 is needed.
> 
> The original patch does not apply cleanly. The Long.parseUnsignedLong method was introduced in JDK8, so building with JDK7 as the boot-jdk cannot utilize this method. I have introduced an alternative private method to Long.parseUnsignedLong. This is almost a duplicate of Long.parseUnsignedLong(String s, int radix), but it is necesary to replace compareUnsigned(long x, long y) and NumberFormatException.forInputString(s) with their respective implementations.
> 
> Thank you.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk8u-dev/pull/433


More information about the jdk8u-dev mailing list