RFR: 8333182: Add truncated tracing mode for TraceBytecodes [v2]

Claes Redestad redestad at openjdk.org
Fri May 31 20:43:13 UTC 2024


On Fri, 31 May 2024 15:00:04 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Claes Redestad has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   foreign languages
>
> src/hotspot/share/interpreter/bytecodeTracer.cpp line 99:
> 
>> 97:   void trace(const methodHandle& method, address bcp, uintptr_t tos, uintptr_t tos2, outputStream* st) {
>> 98:     ResourceMark rm;
>> 99:     bool methodChange = _current_method != method();
> 
> nit, can you change this variable name to method_changed for the C++ coding style.

Done!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19457#discussion_r1622931705


More information about the hotspot-runtime-dev mailing list