review request (S): 6981788 GC map generator sometimes picks up the wrong kind of instruction operand

John Rose john.r.rose at oracle.com
Sat Oct 23 00:04:53 PDT 2010


6981788: GC map generator sometimes picks up the wrong kind of instruction operand
Summary: Distinguish pool indexes from cache indexes in recently changed code.
http://cr.openjdk.java.net/~jrose/6981788/webrev.00

The bug reproduces with ScavengeALot on an invokedynamic instruction and on a fast_aldc instruction (ldc/MH).  

Verified the fix.  Tried it with and without TraceNewOopMapGeneration.

-- John


More information about the hotspot-compiler-dev mailing list