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

Intrinsic support for event based tracing needs explicit control dependency

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • None
    • hotspot
    • None
    • svc
    • b146

      https://bugs.openjdk.java.net/browse/JDK-8166806 was just integrated.

      It has led to issues in testing on SPARC and AARCH64 platforms in that the intrinsic code is missing an explicit control dependency. On x86, it seems that there is an implicit control dependency that makes the code work - but on the former platforms, the lack of dependency allows a load to "float" up before the implicit null check dispatch for the uncommon trap.

            mgronlun Markus Grönlund
            mgronlun Markus Grönlund
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: