[jdk17] RFR: 8268522: InstanceKlass::can_be_verified_at_dumptime() returns opposite value [v3]

Calvin Cheung ccheung at openjdk.java.net
Sat Jun 12 01:46:11 UTC 2021


> Please review this small patch:
> 
> - correct the return value of `InstanceKlass::can_be_verified_at_dumptime()` to match the function's name;
> - modify the call sites accordingly.
> 
> - [x] mach5 tiers 1,2,3

Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:

  Set the _verified_at_dump_time bit in InstanceKlass::remove_unshareable_info()

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

Changes:
  - all: https://git.openjdk.java.net/jdk17/pull/31/files
  - new: https://git.openjdk.java.net/jdk17/pull/31/files/c43bcb07..874e83ad

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk17&pr=31&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk17&pr=31&range=01-02

  Stats: 7 lines in 3 files changed: 0 ins; 2 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/31.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/31/head:pull/31

PR: https://git.openjdk.java.net/jdk17/pull/31


More information about the hotspot-runtime-dev mailing list