On Thu, 16 May 2024 12:10:46 GMT, Erik Gahlin <egah...@openjdk.org> wrote:

>> Hi,
>> 
>> Could I have a review of a change that moves the jdk.FileRead and 
>> jdk.FileWrite events to java.base to remove the use of the ASM 
>> instrumentation.
>> 
>> Testing: jdk/jdk/jfr
>> 
>> Thanks
>> Erik
>
> Erik Gahlin has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Remove dependency on JFR for retransformation

src/java.base/share/classes/java/io/FileInputStream.java line 65:

> 63:     /**
> 64:      * Flag set by jdk.internal.event.JFRTracing to determines if
> 65:      * file reads should be traced by JFR.

s/determines if/indicate if/

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19129#discussion_r1604617070

Reply via email to