RFR(M) 8136406: Remove ZapDeadCompiledLocals code
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Sep 15 17:39:03 UTC 2015
Thank you, Roland
I will fix comments.
Thanks,
Vladimir
On 9/15/15 12:51 AM, Roland Westrelin wrote:
>> http://cr.openjdk.java.net/~kvn/8136406/webrev/
>
> Looks good to me. I notices a couple comments that need to be updated:
>
> oopMap.hpp
>
> reference to Value must be removed from that comment:
>
> 33 // Interface for generating the frame map for compiled code. A frame map
> 34 // describes for a specific pc whether each register and frame stack slot is:
> 35 // Oop - A GC root for current frame
> 36 // Value - Live non-oop, non-float value: int, either half of double
> 37 // Dead - Dead; can be Zapped for debugging
> 38 // CalleeXX - Callee saved; also describes which caller register is saved
> 39 // DerivedXX - A derived oop; original oop is described.
> 40 //
> 41 // OopMapValue describes a single OopMap entry
>
> oopMap.cpp
>
> Same here:
>
> 362 // We want coop, value and oop oop_types
>
> Roland.
>
More information about the hotspot-compiler-dev
mailing list