RFR: Fix OSR in Shark for non-empty incoming stack

David Chase david.r.chase at oracle.com
Thu Dec 6 14:03:03 PST 2012


Minor glitch in a comment in SharkInvariants:

----
    // Accessing this directly is kind of ugly, so it's private.  Add
    // new accessors below if you need something from it.

!  protected:
----

It's not private anymore.

David



More information about the hotspot-compiler-dev mailing list