History log of /openjdk10/hotspot/test/serviceability/sa/TestCpoolForInvokeDynamic.java
Revision Date Author Comments
# 12634:28888f4d8e05 12-Feb-2017 dholmes

8174798: Mis-merge left serviceability/sa/TestCpoolForInvokeDynamic.java ignored
Reviewed-by: dcubed


# 12404:d79c6d6c5759 08-Dec-2016 jwilhelm

Merge


# 12385:39d1862635c1 08-Dec-2016 jwilhelm

Merge


# 12348:13e6043fcdcb 22-Nov-2016 vtewari

8169232: SA: TestCpoolForInvokeDynamic.java fails with sun.jvm.hotspot.debugger.DebuggerException: binary search bug: should have found entry 1
Summary: Avoid potential data loss by avoiding the long-to-int cast of the return value of minus()
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com


# 12319:c667bae72ea8 11-Nov-2016 jwilhelm

8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
Reviewed-by: egahlin, gtriantafill


# 12281:5a574ef5a4ee 11-Nov-2016 jwilhelm

8169597: Quarantine TestCpoolForInvokeDynamic.java until JDK-8169232 is solved
Reviewed-by: egahlin, gtriantafill


# 12278:8c2f220c759c 03-Nov-2016 vtewari

8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure
Summary: Do the special handling for invokedynamic bytecodes while printing out the bytecodes in a method
Reviewed-by: dsamersoff, sundar
Contributed-by: jini.george@oracle.com