RFR: 8361639: JFR: Incorrect top frame for I/O events

2025-07-11 Thread Erik Gahlin
Could I have a review of the change that ensures that the top frame for I/O events is not an internal JDK method, such as FileReadEvent::offer? This change is dependent on [JDK-8361640](https://bugs.openjdk.org/browse/JDK-8361640). Testing: tier1, tier2 + jdk/jdk/jfr Thanks Erik -

Re: RFR: 8361639: JFR: Incorrect top frame for I/O events

2025-07-11 Thread Alan Bateman
On Wed, 9 Jul 2025 05:49:30 GMT, Erik Gahlin wrote: > Could I have a review of the change that ensures that the top frame for I/O > events is not an internal JDK method, such as FileReadEvent::offer? This > change is dependent on > [JDK-8361640](https://bugs.openjdk.org/browse/JDK-8361640). >

Re: RFR: 8361639: JFR: Incorrect top frame for I/O events

2025-07-11 Thread Erik Gahlin
On Wed, 9 Jul 2025 17:59:44 GMT, Alan Bateman wrote: >> Could I have a review of the change that ensures that the top frame for I/O >> events is not an internal JDK method, such as FileReadEvent::offer? This >> change is dependent on >> [JDK-8361640](https://bugs.openjdk.org/browse/JDK-8361640