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

slowdebug build broken by JDK-8205714

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • openjdk7u
    • openjdk7u
    • hotspot
    • b00
    • master
    • generic
    • generic

       hotspot/src/share/vm/runtime/sharedRuntime.cpp:1214:48: error: ‘class klassOopDesc’ has no member named ‘is_linked’; did you mean ‘is_locked’?
      assert(callee_method->method_holder()->is_linked(), "must be");

      assert was missed when testing with a product build, but it needs to be cast on OpenJDK 7 using instanceKlass::cast, as was done with other instances in this backport.

            andrew Andrew Hughes
            andrew Andrew Hughes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: