[jdk17] RFR: 8268522: InstanceKlass::can_be_verified_at_dumptime() returns opposite value
Calvin Cheung
ccheung at openjdk.java.net
Fri Jun 11 15:56:05 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
-------------
Commit messages:
- 8268522: InstanceKlass::can_be_verified_at_dumptime() returns opposite value
Changes: https://git.openjdk.java.net/jdk17/pull/31/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=31&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8268522
Stats: 15 lines in 5 files changed: 0 ins; 0 del; 15 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