JDK-8253581 : runtime/stringtable/StringTableCleaningTest.java fails on 32-bit platforms
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-09-24
  • Updated: 2024-11-22
  • Resolved: 2020-09-24
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.
JDK 16
16 b18Fixed
Related Reports
Relates :  
Description
Fails because it requests 3G heap:

$ CONF=linux-x86-server-fastdebug make images run-test TEST=runtime/stringtable/StringTableCleaningTest.java 

STDERR:
 stdout: [[0.005s][info][gc] Using G1
Error occurred during initialization of VM
Could not reserve enough space for 3145728KB object heap
];
 stderr: []
 exitValue = 1

Testing if it can accept 1g instead.

Test is the new addition in 16 since JDK-8248391.
Comments
Changeset: c303fd5d Author: Aleksey Shipilev <shade@openjdk.org> Date: 2020-09-24 09:19:40 +0000 URL: https://git.openjdk.java.net/jdk/commit/c303fd5d
24-09-2020