RFR: 8306767: Concurrent repacking of extra data in MethodData is potentially unsafe [v10]

Emanuel Peter epeter at openjdk.org
Thu Dec 21 16:29:02 UTC 2023


> I'm making sure that `allocate_bci_to_data` is only called when holding the `extra_data_lock`, so that no concurrent calls of it can ever occur.
> 
> Testing: tier1-3 and stress.

Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:

  removed some ttyl cases, which collided with the extra_data_lock

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16840/files
  - new: https://git.openjdk.org/jdk/pull/16840/files/30e5aebc..0ec53712

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16840&range=09
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16840&range=08-09

  Stats: 28 lines in 7 files changed: 5 ins; 2 del; 21 mod
  Patch: https://git.openjdk.org/jdk/pull/16840.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16840/head:pull/16840

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


More information about the hotspot-dev mailing list