RFR: 8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive [v2]

Ashutosh Mehra duke at openjdk.org
Sat May 6 14:02:17 UTC 2023


> This patch clears the method's "queued_for_compilation" flag when dumping the method in CDS archive. Also added an assert in `Method::restore_unshareable_info()` that the method being restored should not have that flag set.

Ashutosh Mehra has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:

 - Remove unshareable flags in Method and InstanceKlass
   
   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
 - Merge branch 'master' of github.com:openjdk/jdk into JDK-8306460
 - 8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive
   
   Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13652/files
  - new: https://git.openjdk.org/jdk/pull/13652/files/94800147..82b9c715

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13652&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13652&range=00-01

  Stats: 79078 lines in 1404 files changed: 55729 ins; 14146 del; 9203 mod
  Patch: https://git.openjdk.org/jdk/pull/13652.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13652/head:pull/13652

PR: https://git.openjdk.org/jdk/pull/13652


More information about the hotspot-dev mailing list