changeset 18673:db8ce7ad932b

Merge with 449583258a1575ecc8e498103770eea2a3972fff
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Fri, 12 Dec 2014 15:57:35 -0800
parents f17b2a0303db (current diff) 449583258a15 (diff)
children ecb9d0cedbab
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java	Fri Dec 12 15:54:06 2014 -0800
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMConfig.java	Fri Dec 12 15:57:35 2014 -0800
@@ -67,6 +67,11 @@
      */
     public final int maxFrameSize = 16 * 1024;
 
+    @Override
+    public String toString() {
+        return getClass().getSimpleName();
+    }
+
     HotSpotVMConfig(CompilerToVM compilerToVm) {
         compilerToVm.initializeConfiguration(this);
         assert verifyInitialization();