[8u] 8023697: failed class resolution reports different class name in detail message for the first and subsequent times

Zhengyu Gu zgu at redhat.com
Mon Jul 20 15:31:23 UTC 2020


Hi,

I would like to backport this to 8u for parity with Oracle 8u271.

The original patch does not apply cleanly. The major conflicts were due 
to the renaming of "this_oop" to "this_cp" in constantPool.[hpp|cpp]

Replacing "this_cp" with "this_oop" in original patch, only resulted one 
minor conflict on copyright line of constantTag.cpp


Original bug: https://bugs.openjdk.java.net/browse/JDK-8023697
Original patch: 
http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/003c36658224

8u webrev: http://cr.openjdk.java.net/~zgu/JDK-8023697-8u/webrev.00/

Test:
   hotspot_tier1

Thanks,

-Zhengyu



More information about the jdk8u-dev mailing list