comparison src/share/vm/interpreter/abstractInterpreter.hpp @ 6926:a3e2f723f2a5

8000780: make Zero build and run with JDK8 Reviewed-by: coleenp, dholmes, twisti Contributed-by: Roman Kennke <rkennke@redhat.com>
author twisti
date Mon, 29 Oct 2012 11:08:48 -0700
parents da91efe96a93
children f34d701e952e
comparison
equal deleted inserted replaced
6915:a516debe2cee 6926:a3e2f723f2a5
318 address generate_method_entry(AbstractInterpreter::MethodKind kind); 318 address generate_method_entry(AbstractInterpreter::MethodKind kind);
319 319
320 void bang_stack_shadow_pages(bool native_call); 320 void bang_stack_shadow_pages(bool native_call);
321 321
322 void generate_all(); 322 void generate_all();
323 void initialize_method_handle_entries();
323 324
324 public: 325 public:
325 AbstractInterpreterGenerator(StubQueue* _code); 326 AbstractInterpreterGenerator(StubQueue* _code);
326 }; 327 };
327 328