hotspot/src/share/vm/runtime/thread.hpp
changeset 34666 1c7168ea0034
parent 34633 2a6c7c7b30a7
child 35071 a0910b1d3e0d
--- a/hotspot/src/share/vm/runtime/thread.hpp	Tue Dec 08 05:50:46 2015 -0800
+++ b/hotspot/src/share/vm/runtime/thread.hpp	Tue Dec 08 20:04:03 2015 +0100
@@ -272,7 +272,7 @@
   jlong _allocated_bytes;                       // Cumulative number of bytes allocated on
                                                 // the Java heap
 
-  TRACE_DATA _trace_data;                       // Thread-local data for tracing
+  mutable TRACE_DATA _trace_data;               // Thread-local data for tracing
 
   ThreadExt _ext;