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

vm.defmeth tests should be structured to avoid unresolved classes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None

      While investigating 8152903, I was curious why this only showed up with AOT. The problem is that the classes are unresolved at the point where regular JITs try to compile it. C1 will handle this but both C2 and Graal will emit an uncommon trap for the very first thing in the test method. Some simple restructuring of the test would make it a more effective compiler test.

        1. Test1_I_C_mDump.java
          6 kB
          Tom Rodriguez

            Unassigned Unassigned
            never Tom Rodriguez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: