JDK-8265988 : Fix sun/text/IntHashtable/Bug4170614 for JDK 8u
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: openjdk8u212
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-26
  • Updated: 2021-05-04
  • Resolved: 2021-04-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjdk8u302 b01Fixed
Related Reports
Relates :  
Description
These tests were introduced to 8u with JDK-8031145. But it cannot really run on 8u, because it uses JDK 9+ module patching. So it fails like this:

+ /home/shade/trunks/jdk8u-dev/build/linux-x86_64-normal-server-fastdebug/images/j2sdk-image/bin/java -XX:MaxRAMPercentage=1.0 -ea -esa -Xmx512m -Xpatch:java.base=/home/shade/trunks/jdk8u-dev/build/linux-x86_64-normal-server-fastdebug/testoutput/jdk_adhoc/JTwork/classes/0/sun/text/IntHashtable/java.base java.text.Bug4170614Test
Unrecognized option: -Xpatch:java.base=/home/shade/trunks/jdk8u-dev/build/linux-x86_64-normal-server-fastdebug/testoutput/jdk_adhoc/JTwork/classes/0/sun/text/IntHashtable/java.base
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Comments
URL: https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/898937a8f83f User: andrew Date: 2021-05-04 20:08:37 +0000
04-05-2021

URL: https://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/898937a8f83f User: shade Date: 2021-04-27 16:26:17 +0000
27-04-2021

Fix Request (8u) This fixes the test in 8u. This is new, 8u-specific patch. 8u RFR (acked by sgehwolf): https://mail.openjdk.java.net/pipermail/jdk8u-dev/2021-April/013728.html
27-04-2021