hotspot/src/share/vm/utilities/debug.cpp
changeset 42650 1f304d0c888b
parent 41182 dbd59c1da636
child 46408 70aab0c2ea8b
--- a/hotspot/src/share/vm/utilities/debug.cpp	Sun Dec 11 12:05:57 2016 -0800
+++ b/hotspot/src/share/vm/utilities/debug.cpp	Sun Dec 11 19:07:04 2016 -0800
@@ -771,7 +771,7 @@
 
   // see if it's a valid frame
   if (fr.pc()) {
-    st->print_cr("Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)");
+    st->print_cr("Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)");
 
     int count = 0;
     while (count++ < StackPrintLimit) {