diff src/share/vm/oops/methodData.cpp @ 13087:ec3e4f35e466

disabled argument/parameter/return value profiling in GRAALVM until issue with MethodData related crashes in interpreter are resolved
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Nov 2013 15:58:23 +0100
parents 096c224171c4
children d84fa69a9874
line wrap: on
line diff
--- a/src/share/vm/oops/methodData.cpp	Wed Nov 20 00:10:38 2013 +0100
+++ b/src/share/vm/oops/methodData.cpp	Wed Nov 20 15:58:23 2013 +0100
@@ -1074,6 +1074,8 @@
   } else {
     _parameters_type_data_di = -1;
   }
+#else
+  _parameters_type_data_di = -1;
 #endif
 
   // Set an initial hint. Don't use set_hint_di() because