RFR: 8307526: [JFR] Better handling of tampered JFR repository [v2]

Joakim Nordström jnordstrom at openjdk.org
Wed Jun 14 12:43:04 UTC 2023


On Tue, 13 Jun 2023 15:13:46 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Joakim Nordström has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
>> 
>>  - Merge
>>  - 8307526: [JFR] Better handling of tampered JFR repository
>>  - 8307526: [JFR] Better handling of tampered JFR repository
>>  - 8307526: [JFR] Better handling of tampered JFR repository
>>  - 8307526: [JFR] Better handling of tampered JFR repository
>>  - 8307526: [JFR] Better handling of tampered JFR repository
>
> src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecorder.java line 460:
> 
>> 458:                 }
>> 459:             }
>> 460:         } catch (FileNotFoundException e)  {
> 
> Suggestion:
> 
>         } catch (FileNotFoundException e) {

Nice catch! Thank you!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14360#discussion_r1229550950


More information about the hotspot-jfr-dev mailing list