RFR: 8138588: VerifyMergedCPBytecodes option cleanup needed

Daniel D.Daugherty dcubed at openjdk.java.net
Tue Nov 10 14:45:01 UTC 2020


On Mon, 9 Nov 2020 23:46:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> This option has been removed in favor of always verifying the bytecodes in debug mode.  Tested with tier1-3.

Thumbs up!
Please make sure this is okay with someone on the Serviceability team.

src/hotspot/share/runtime/globals.hpp line 875:

> 873:           "Force ldc -> ldc_w rewrite during RedefineClasses")              \
> 874:                                                                             \
> 875:   product(bool, AllowRedefinitionToAddDeleteMethods, false,                 \

Well... it's definitely sometime after Mustang/1.6.0... :-)

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

Marked as reviewed by dcubed (Reviewer).

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


More information about the hotspot-dev mailing list