Merge
authorbobv
Fri, 23 Feb 2018 12:08:05 -0500
changeset 49059 c548301de07e
parent 49058 15765495db12 (current diff)
parent 49057 045b2de329b9 (diff)
child 49060 76960a347f10
Merge
--- a/src/hotspot/share/oops/oopsHierarchy.hpp	Fri Feb 23 10:17:35 2018 -0500
+++ b/src/hotspot/share/oops/oopsHierarchy.hpp	Fri Feb 23 12:08:05 2018 -0500
@@ -125,13 +125,6 @@
 
   // from javaCalls.cpp
   operator jobject () const           { return (jobject)obj(); }
-  // from javaClasses.cpp
-  operator JavaThread* () const       { return (JavaThread*)obj(); }
-
-#ifndef _LP64
-  // from jvm.cpp
-  operator jlong* () const            { return (jlong*)obj(); }
-#endif
 
   // from parNewGeneration and other things that want to get to the end of
   // an oop for stuff (like ObjArrayKlass.cpp)