diff src/share/vm/runtime/sharedRuntime.hpp @ 1299:9eba43136cb5

6934494: JSR 292 MethodHandles adapters should be generated into their own CodeBlob Summary: Passing a null pointer to an InvokeDynamic function call should lead to a NullPointerException. Reviewed-by: kvn, never
author twisti
date Tue, 16 Mar 2010 11:52:17 +0100
parents 3cf667df43ef
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Thu Mar 11 05:09:20 2010 -0800
+++ b/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; }