Index: vm/vmcore/include/thread_manager.h
===================================================================
--- vm/vmcore/include/thread_manager.h (revision 639246)
+++ vm/vmcore/include/thread_manager.h (working copy)
@@ -125,18 +125,13 @@
struct VM_thread
{
/**
- * Native thread which is associated with VM_thread
+ * Native thread which is associated with VM_thread
+ * The fields of HyThread sub-structure should not be used in VM directly
+ * An address of hy_thread field should be used instead
+ * as an argument for hythread* functions.
*/
-#ifdef __cplusplus
-private:
-#endif // __cplusplus
-
struct HyThread hy_thread;
-#ifdef __cplusplus
-public:
-#endif // __cplusplus
-
/**
* Thread reference object to corresponding java.lang.ThreadWeakRef instance
*/