[TESTBUG] compiler/jvmci/compilerToVM/GetResolvedJavaType should be updated according to 26073:cb448d8f764a commit

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot

      a 26073:cb448d8f764a commit changed behaviour declared in javadoc and a Metaspace wrapper is no longer supported as base parameter. Respective test case should be removed from test.
      Also, there is another problem with test. It uses Unsafe::getKlassPointer to receive Klass*. An uncompressed pointer is returned and then it's provided to getResolvedJavaType method for both cases: compressed and uncompressed mode. This leads to crash in case compressed mode is enabled(since, uncompressed pointer is provided and treated in getResolvedJavaType method as compressed).

            Assignee:
            Dmitrij Pochepko
            Reporter:
            Dmitrij Pochepko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: