diff src/share/vm/ci/ciObject.hpp @ 8151:b8f261ba79c6

Minimize diff to plain HotSpot version.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:00:29 +0100
parents 2cb439954abf
children
line wrap: on
line diff
--- a/src/share/vm/ci/ciObject.hpp	Thu Mar 07 15:17:51 2013 +0100
+++ b/src/share/vm/ci/ciObject.hpp	Thu Mar 07 21:00:29 2013 +0100
@@ -65,14 +65,12 @@
   ciObject(Handle h);
   ciObject(ciKlass* klass);
 
-public:
   jobject      handle()  const { return _handle; }
   // Get the VM oop that this object holds.
   oop get_oop() const {
     assert(_handle != NULL, "null oop");
     return JNIHandles::resolve_non_null(_handle);
   }
-protected:
 
   void init_flags_from(oop x);