JDK 18 | JDK 19 |
---|---|
18 b29Fixed | 19Fixed |
Relates :
|
JEP 416 reimplements the core reflection with method handles. Hidden frames now are present when executing the platform code. test/jdk/jdk/jfr/api/consumer/TestHiddenMethod.java has a test case to validate no hidden frame in a visible event (as the old implementation has no hidden frame on the stack). That test case needs to be revised. 81 assertFalse(hasHiddenStackFrame(visibleEvent), "Hidden frame in visible event: " + visibleEvent);
|