diff src/share/vm/ci/ciMethod.hpp @ 7998:6a51fc70a15e

8006613: adding reason to made_not_compilable Reviewed-by: kvn, vlivanov Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
author vlivanov
date Tue, 05 Feb 2013 08:25:51 -0800
parents beebba0acc11
children 16885e702c88
line wrap: on
line diff
--- a/src/share/vm/ci/ciMethod.hpp	Mon Feb 04 11:30:37 2013 +0100
+++ b/src/share/vm/ci/ciMethod.hpp	Tue Feb 05 08:25:51 2013 -0800
@@ -252,7 +252,7 @@
   bool has_option(const char *option);
   bool can_be_compiled();
   bool can_be_osr_compiled(int entry_bci);
-  void set_not_compilable();
+  void set_not_compilable(const char* reason = NULL);
   bool has_compiled_code();
   void log_nmethod_identity(xmlStream* log);
   bool is_not_reached(int bci);