diff src/share/vm/ci/ciMethod.hpp @ 20670:6a528388c7da

8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv Reviewed-by: kvn, roland, coleenp, mgerdin
author vlivanov
date Tue, 11 Nov 2014 04:46:13 -0800
parents 119875f0fc67
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Fri Oct 24 09:13:12 2014 -0700
+++ b/src/share/vm/ci/ciMethod.hpp	Tue Nov 11 04:46:13 2014 -0800
@@ -90,7 +90,7 @@
   BCEscapeAnalyzer*   _bcea;
 #endif
 
-  ciMethod(methodHandle h_m);
+  ciMethod(methodHandle h_m, ciInstanceKlass* holder);
   ciMethod(ciInstanceKlass* holder, ciSymbol* name, ciSymbol* signature, ciInstanceKlass* accessor);
 
   Method* get_Method() const {