comparison src/share/vm/prims/jvmtiExport.hpp @ 6972:bd7a7ce2e264

6830717: replay of compilations would help with debugging Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
author minqi
date Mon, 12 Nov 2012 14:03:53 -0800
parents fb19af007ffc
children db9981fd3124
comparison
equal deleted inserted replaced
6965:3be318ecfae5 6972:bd7a7ce2e264
62 62
63 // This class contains the JVMTI interface for the rest of hotspot. 63 // This class contains the JVMTI interface for the rest of hotspot.
64 // 64 //
65 class JvmtiExport : public AllStatic { 65 class JvmtiExport : public AllStatic {
66 friend class VMStructs; 66 friend class VMStructs;
67 friend class CompileReplay;
68
67 private: 69 private:
68 70
69 #if INCLUDE_JVMTI 71 #if INCLUDE_JVMTI
70 static int _field_access_count; 72 static int _field_access_count;
71 static int _field_modification_count; 73 static int _field_modification_count;