comparison src/share/vm/classfile/javaClasses.hpp @ 12356:359f7e70ae7f

Reduce HotSpot diff and fix previous merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 11 Oct 2013 15:41:33 +0200
parents cefad50507d8
children 606959535fd4
comparison
equal deleted inserted replaced
12355:cefad50507d8 12356:359f7e70ae7f
327 static void compute_offsets(); 327 static void compute_offsets();
328 328
329 public: 329 public:
330 // Instance creation 330 // Instance creation
331 static oop create(); 331 static oop create();
332 static int java_thread_offset_in_bytes() { return _eetop_offset; }
333 // Returns the JavaThread associated with the thread obj 332 // Returns the JavaThread associated with the thread obj
334 static JavaThread* thread(oop java_thread); 333 static JavaThread* thread(oop java_thread);
335 // Set JavaThread for instance 334 // Set JavaThread for instance
336 static void set_thread(oop java_thread, JavaThread* thread); 335 static void set_thread(oop java_thread, JavaThread* thread);
337 // Name 336 // Name