Update test/compiler/unsafe/UnsafeGetConstantField.java once JDK-8148518 and Jake are integrated

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot

      test/compiler/unsafe/UnsafeGetConstantField.java has a special check in Jake:
                      if (!(t == JavaType.C && "Unaligned".equals(postfix))) {
                          Asserts.assertEQ(test.testDirect(), test.testUnsafe());
                      }

      http://hg.openjdk.java.net/jigsaw/jake/hotspot/file/f6daf3633512/test/compiler/unsafe/UnsafeGetConstantField.java#l144

      It should be removed once JDK-8148518 and Jake are integrated.

            Assignee:
            Igor Ignatyev (Inactive)
            Reporter:
            Vladimir Ivanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: