Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8272064

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 18
    • 18
    • 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);

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

                Created:
                Updated:
                Resolved: