RFR: 8303451: Synchronization entry in C2 debug info is misleading [v2]

Daohan Qu duke at openjdk.org
Sat May 27 16:34:15 UTC 2023


> This should fix [JDK-8303451](https://bugs.openjdk.org/browse/JDK-8303451).
> 
> It is a trivial patch that fixes a misleading code comment at method entry printed by `-XX:+PrintAssembly`.
> 
> For exmple,
> 
> 0x0000ffffa409da88:   stp x29, x30, [sp, #16]         ;*synchronization entry
> 
> will become
> 
> 0x0000ffffa409da88:   stp x29, x30, [sp, #16]         ; * invocation entry (also synchronization entry if synchronized)

Daohan Qu has updated the pull request incrementally with one additional commit since the last revision:

  Update output again

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/14192/files
  - new: https://git.openjdk.org/jdk/pull/14192/files/2f21f37b..362fc750

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

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

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


More information about the hotspot-compiler-dev mailing list