changeset 25869:6a6766a8cbbf

Add JVMCI information to error reporting.
author twisti
date Thu, 17 Sep 2015 10:32:32 -1000
parents 5e5d544f575f
children bbef06e588c2
files src/share/vm/utilities/vmError.cpp
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.cpp	Thu Sep 17 08:39:01 2015 -1000
+++ b/src/share/vm/utilities/vmError.cpp	Thu Sep 17 10:32:32 2015 -1000
@@ -517,6 +517,10 @@
                    Abstract_VM_Version::vm_release(),
                    Abstract_VM_Version::vm_info_string(),
                    TieredCompilation ? ", tiered" : "",
+#if INCLUDE_JVMCI
+                   EnableJVMCI ? ", jvmci" : "",
+                   UseJVMCICompiler ? ", jvmci compiler" : "",
+#endif
                    UseCompressedOops ? ", compressed oops" : "",
                    gc_mode(),
                    Abstract_VM_Version::vm_platform_string()