hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 5050 47ecd86932ce
parent 5046 27e801a857cb
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Thu Mar 11 05:09:20 2010 -0800
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Mar 16 11:52:17 2010 +0100
@@ -567,9 +567,6 @@
   AdapterHandlerEntry();
 
  public:
-  // The name we give all buffer blobs
-  static const char* name;
-
   address get_i2c_entry()            { return _i2c_entry; }
   address get_c2i_entry()            { return _c2i_entry; }
   address get_c2i_unverified_entry() { return _c2i_unverified_entry; }