diff src/share/vm/c1/c1_Runtime1.hpp @ 4695:e29339f342de

Removed HandleException runtime call and associated C++ code (unused).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 25 Feb 2012 00:52:58 +0100
parents 04b9a2566eec
children 0a73df7db309
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.hpp	Sat Feb 25 00:49:04 2012 +0100
+++ b/src/share/vm/c1/c1_Runtime1.hpp	Sat Feb 25 00:52:58 2012 +0100
@@ -137,7 +137,6 @@
   static OopMapSet* generate_exception_throw(StubAssembler* sasm, address target, bool has_argument);
   static OopMapSet* generate_handle_exception(StubID id, StubAssembler* sasm);
   static void       generate_unwind_exception(StubAssembler *sasm);
-  static void       graal_generate_handle_exception(StubAssembler *sasm, OopMapSet* oop_maps, OopMap* oop_map);
   static OopMapSet* generate_patching(StubAssembler* sasm, address target);
 
   static OopMapSet* generate_stub_call(StubAssembler* sasm, Register result, address entry,