test/jdk/jdk/jfr/api/consumer/TestHiddenMethod.java needs update for JEP 416

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 18
    • Affects Version/s: 18
    • Component/s: hotspot
    • None
    • jfr
    • b29

        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);

              Assignee:
              Erik Gahlin
              Reporter:
              Mandy Chung (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: