hotspot/src/share/vm/gc/shared/gcTraceSend.cpp
changeset 36384 b0b41336a9a8
parent 36095 2d530b26ae5c
child 39980 dcef6760667c
--- a/hotspot/src/share/vm/gc/shared/gcTraceSend.cpp	Tue Mar 01 09:42:19 2016 +0100
+++ b/hotspot/src/share/vm/gc/shared/gcTraceSend.cpp	Tue Mar 01 23:46:09 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -174,7 +174,7 @@
   if (e.should_commit()) {
     e.set_gcId(GCId::current());
     e.set_data(to_trace_struct(pf_info));
-    e.set_thread(pf_info.thread()->thread_id());
+    e.set_thread(pf_info.thread_trace_id());
     e.commit();
   }
 }