On Thu, 23 Oct 2025 20:50:07 GMT, Frederic Parain <[email protected]> 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

Reply via email to