diff src/share/vm/graal/graalCodeInstaller.hpp @ 9807:d552919fbb05

Graal's code annotations are installed into codeBlobs and are thus included in disassembler output (in a non-PRODUCT build)
author Doug Simon <doug.simon@oracle.com>
date Thu, 23 May 2013 23:23:03 +0200
parents ed6202820ecf
children 0f7ca53be929
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Thu May 23 18:14:59 2013 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Thu May 23 23:23:03 2013 +0200
@@ -60,6 +60,9 @@
   jint          _custom_stack_area_offset;
   jint          _parameter_count;
   jint          _constants_size;
+#ifndef PRODUCT
+  arrayOop      _comments;
+#endif
 
   MarkId        _next_call_type;
   address       _invoke_mark_pc;