JDK-8278115 : gc/stress/gclocker/TestGCLockerWithSerial.java has duplicate -Xmx
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11,17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-12-02
  • Updated: 2022-02-07
  • Resolved: 2021-12-03
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 11 JDK 17 JDK 18
11.0.15Fixed 17.0.3Fixed 18 b27Fixed
Related Reports
Relates :  
Description
Spotted by Andrey here:
 https://github.com/openjdk/jdk/pull/6574#issuecomment-983959564

Seems to be that way all the way back to JDK-8177968. Should be -Xms, like other GCLocker tests.
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/727 Date: 2021-12-21 16:47:11 +0000
21-12-2021

Fix Request (11u) Same reason as for 17u. Applies with minor conflict, test passes.
21-12-2021

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/20 Date: 2021-12-21 09:12:25 +0000
21-12-2021

Fix Request (17u) Improves testing, applies cleanly, test passes.
21-12-2021

Changeset: 0fbd2713 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-12-03 07:20:39 +0000 URL: https://git.openjdk.java.net/jdk/commit/0fbd2713f1b47c343172fa34be021706c957520e
03-12-2021