comparison 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
comparison
equal deleted inserted replaced
1298:da06d1795d84 1299:9eba43136cb5
565 565
566 // should never be used 566 // should never be used
567 AdapterHandlerEntry(); 567 AdapterHandlerEntry();
568 568
569 public: 569 public:
570 // The name we give all buffer blobs
571 static const char* name;
572
573 address get_i2c_entry() { return _i2c_entry; } 570 address get_i2c_entry() { return _i2c_entry; }
574 address get_c2i_entry() { return _c2i_entry; } 571 address get_c2i_entry() { return _c2i_entry; }
575 address get_c2i_unverified_entry() { return _c2i_unverified_entry; } 572 address get_c2i_unverified_entry() { return _c2i_unverified_entry; }
576 573
577 void relocate(address new_base); 574 void relocate(address new_base);