hotspot/src/os/solaris/vm/os_solaris.cpp
changeset 7724 a92d706dbdd5
parent 7721 8fae37350972
child 7726 6a3d9023179a
--- a/hotspot/src/os/solaris/vm/os_solaris.cpp	Fri Jan 07 03:38:19 2011 -0800
+++ b/hotspot/src/os/solaris/vm/os_solaris.cpp	Fri Jan 07 10:42:32 2011 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2011, 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
@@ -283,7 +283,7 @@
                is_error_reported(),
               "sp must be inside of selected thread stack");
 
-    thread->_self_raw_id = raw_id;  // mark for quick retrieval
+    thread->set_self_raw_id(raw_id);  // mark for quick retrieval
     _get_thread_cache[ index ] = thread;
   }
   return thread;