RFR: 8263915: runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java fails when UseCompressedClassPointers is off [v2]

Jie Fu jiefu at openjdk.java.net
Mon Mar 22 23:39:00 UTC 2021


> Hi all,
> 
> runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java fails on x86_32 due to failure of this check [1].
> However, this check will always fail if UseCompressedClassPointers=0 [2] (e.g., on x86_32) since the class_space_rs remains unreserved.
> It would be better to fix it.
> 
> Thanks.
> Best regards,
> Jie
> 
> [1] https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/runtime/cds/appcds/MismatchedPathTriggerMemoryRelease.java#L66
> [2] https://github.com/openjdk/jdk/blob/master/src/hotspot/share/memory/metaspaceShared.cpp#L1141

Jie Fu has updated the pull request incrementally with one additional commit since the last revision:

  Relax the regexp

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3110/files
  - new: https://git.openjdk.java.net/jdk/pull/3110/files/8ea94666..eeb161d0

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3110&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3110&range=00-01

  Stats: 4 lines in 1 file changed: 0 ins; 3 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3110.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3110/head:pull/3110

PR: https://git.openjdk.java.net/jdk/pull/3110


More information about the hotspot-runtime-dev mailing list