[lworld] RFR: 8370450: [lworld] Alternate implementation of the substitutability test method [v2]

Frederic Parain fparain at openjdk.org
Fri Oct 24 15:05:16 UTC 2025


On Thu, 23 Oct 2025 20:50:07 GMT, Frederic Parain <fparain at openjdk.org> wrote:

>> src/hotspot/share/interpreter/bytecodeTracer.cpp line 95:
>> 
>>> 93:   void trace(const methodHandle& method, address bcp, uintptr_t tos, uintptr_t tos2, outputStream* st) {
>>> 94:     ResourceMark rm;
>>> 95:     ttyLocker ttyl;
>> 
>> This should be removed with [JDK-8370044](https://bugs.openjdk.org/browse/JDK-8370044)
>
> It is just a quick hack because I needed to use TraceBytecode to evaluate the new acmp.
> I'll remove it before pushing.

Removed

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

PR Review Comment: https://git.openjdk.org/valhalla/pull/1695#discussion_r2460924456


More information about the valhalla-dev mailing list