RFR: 8275950: Use only _thread_in_vm in ~ThreadBlockInVMPreprocess() [v3]

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Mon Nov 1 14:38:41 UTC 2021


> Please review this small change. Since _thread_in_vm is already an unsafe state there is no need to use the intermediate _thread_blocked_trans state when transitioning back in ~ThreadBlockInVMPreprocess(). Tested tiers1-3 in mach5.
> 
> Thanks,
> Patricio

Patricio Chilano Mateo has updated the pull request incrementally with one additional commit since the last revision:

  fix comment in ~ThreadBlockInVMPreprocess()

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6120/files
  - new: https://git.openjdk.java.net/jdk/pull/6120/files/11da08be..068db838

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6120&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6120&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6120.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6120/head:pull/6120

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


More information about the hotspot-runtime-dev mailing list