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

java -version triggers assertion for slowdebug zero builds

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • None
    • b32
    • Not verified

        Issue:

        java -version on zero variant slowdebug build triggers the following assertion:
             
        Internal Error (hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp:829), pid=14939, tid=140070978430720
        # assert(synchronized == false) failed: should be
             
        Cause:
        The change as introduced with JDK-8003426 removed some zero code in cppInterpreter_zero.cpp which called generate_normal_entry() in that same file with a value of synchronized == false unconditionally. However, since the new code calls generate_normal_entry() with either true or false, the assertion in this method is no longer valid.

              Unassigned Unassigned
              omajid Omair Majid
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: