RFR: 8296492: Remove ObjectLocker in JVMTI get_subgroups call [v2]

Coleen Phillimore coleenp at openjdk.org
Tue Nov 8 12:30:37 UTC 2022


> The JVM code took a ThreadGroup lock before poking into ThreadGroup fields.  Call a method in the ThreadGroup to call the synchronized method instead.
> Tested with tier 1-4.

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  Handle non OOM exceptions and rename subgroupsAsArray.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/11033/files
  - new: https://git.openjdk.org/jdk/pull/11033/files/a916f3fd..8615b179

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

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

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


More information about the hotspot-dev mailing list