comparison src/share/vm/classfile/javaClasses.hpp @ 5747:120820e30baa

added basic high-level interpreter support to HotSpot
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 03 Jul 2012 16:56:40 +0200
parents e5928e7dab26
children 957c266d8bc5
comparison
equal deleted inserted replaced
5746:17d2c3b72762 5747:120820e30baa
253 static void compute_offsets(); 253 static void compute_offsets();
254 254
255 public: 255 public:
256 // Instance creation 256 // Instance creation
257 static oop create(); 257 static oop create();
258 static int java_thread_offset_in_bytes() { return _eetop_offset; }
258 // Returns the JavaThread associated with the thread obj 259 // Returns the JavaThread associated with the thread obj
259 static JavaThread* thread(oop java_thread); 260 static JavaThread* thread(oop java_thread);
260 // Set JavaThread for instance 261 // Set JavaThread for instance
261 static void set_thread(oop java_thread, JavaThread* thread); 262 static void set_thread(oop java_thread, JavaThread* thread);
262 // Name 263 // Name