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

Revert incorrect StubRoutines::contains change

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 8-aarch64
    • 8-aarch64
    • hotspot
    • None

      There is a bad mismerge in current aarch64-port:

         static bool contains(address addr) {
           return
             (_code1 != NULL && _code1->blob_contains(addr)) ||
             (_code2 != NULL && _code1->blob_contains(addr)) ;
         }

      It was introduced here:
       https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/hotspot/rev/eb453d557b4c#l191.27

      We should revert it to 8u upstream state.

            shade Aleksey Shipilev
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: