RFR 8081219: hs_err improvement: Add event logging for class redefinition to the hs_err file

Jiangli Zhou jiangli.zhou at oracle.com
Tue Jun 2 23:23:16 UTC 2015


Hi Coleen,

The change looks good to me.

Thanks,
Jiangli

On Jun 2, 2015, at 12:58 PM, Coleen Phillimore <coleen.phillimore at oracle.com> wrote:

> Summary: Use the Events::log function to save redefined classes for output to the hs_err file.
> 
> This change adds lines to the hs_err_pid file which names classes redefined:
> 
> Classes redefined (2 events):
> Event: 11.867 Thread 0x00007fd378199800 redefined class name=RedefineRunningMethods$B, count=1
> Event: 26.746 Thread 0x00007fd378199800 redefined class name=RedefineRunningMethods$B, count=2
> 
> Tested with intentional crash to see hs_err_pid files, also tested without intentional crashes vm.redefine.testlist.
> 
> open webrev at http://cr.openjdk.java.net/~coleenp/8081219/
> bug link https://bugs.openjdk.java.net/browse/JDK-8081219
> 
> Thanks,
> Coleen
> 
> 



More information about the hotspot-runtime-dev mailing list