RFR(S): 8028514: PPC64: Fix C++ Interpreter after '7195622: CheckUnhandledOops has limited usefulness now'

David Holmes david.holmes at oracle.com
Mon Nov 18 17:32:26 PST 2013


On 19/11/2013 2:45 AM, Volker Simonis wrote:
> Hi,
>
> could you please review the following small webrev which fixes the
> CPP-interpreter after "CheckUnhandledOops" was re-enabled in the
> fastdebug build:
>
> http://cr.openjdk.java.net/~simonis/webrevs/8028514/
>
> All the changes are in CPP-interpreter specific files or in code which
> is protected by "#ifdef  CC_INTERP". Most changes just switch
> old-style "(oop)"casts to new-style "cast_to_oop()" conversions.

Why do we have use of INTPTR_FORMAT but a cast_from_oop<uintptr_t> ? ie 
mixing signed with unsigned.

Otherwise looks ok.

Thanks,
David

> Thank you and best regards,
> Volker
>


More information about the ppc-aix-port-dev mailing list