changeset 17371:ded2f1abfcda

LogCompilation should print metadata offset
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 08 Oct 2014 11:41:24 -0700
parents 5c06895b1aec
children 4a6e24a8fc2c
files src/share/vm/code/nmethod.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/code/nmethod.cpp	Wed Oct 08 17:38:54 2014 +0200
+++ b/src/share/vm/code/nmethod.cpp	Wed Oct 08 11:41:24 2014 -0700
@@ -1044,12 +1044,13 @@
     LOG_OFFSET(xtty, consts);
     LOG_OFFSET(xtty, insts);
     LOG_OFFSET(xtty, stub);
+    LOG_OFFSET(xtty, oops);
+    LOG_OFFSET(xtty, metadata);
     LOG_OFFSET(xtty, scopes_data);
     LOG_OFFSET(xtty, scopes_pcs);
     LOG_OFFSET(xtty, dependencies);
     LOG_OFFSET(xtty, handler_table);
     LOG_OFFSET(xtty, nul_chk_table);
-    LOG_OFFSET(xtty, oops);
 
     xtty->method(method());
     xtty->stamp();