JDK-8255330 : gtest/MetaspaceGtests.java fail on 32-bit platforms
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-10-23
  • Updated: 2020-10-29
  • Resolved: 2020-10-23
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 b22Fixed
Related Reports
Relates :  
Description
New test introduced by JDK-8251158 fails on x86_32:

$ CONF=linux-x86-server-fastdebug make images run-test TEST=./gtest/MetaspaceGtests.java

Actual msg:
[  DEATH   ] Unrecognized VM option 'UseCompressedClassPointers'
[  DEATH   ] 
[  FAILED  ] metaspace.test_overwriter_vm_assert (139 ms)
[ RUN      ] metaspace.arena_growth_policy_ReflectionMetaspaceType_true_vm
/home/shade/trunks/jdk/test/hotspot/gtest/gtestMain.cpp:121: Failure
Failed
Could not initialize the JVM
Unrecognized VM option 'UseCompressedClassPointers'

Comments
Changeset: 3f6abd22 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2020-10-23 19:42:30 +0000 URL: https://git.openjdk.java.net/jdk/commit/3f6abd22
23-10-2020