# HG changeset patch # User Lukas Stadler # Date 1412858659 -7200 # Node ID e890b86b397d416e7b58e93bd0812f1aa354f427 # Parent 5949340cc50e633f2fba63a0af0a25b6ef13bf69 default allocation profiling to AllocatedTypes diff -r 5949340cc50e -r e890b86b397d graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java Thu Oct 09 14:43:52 2014 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java Thu Oct 09 14:44:19 2014 +0200 @@ -80,7 +80,7 @@ Total } - public static final ProfileMode PROFILE_MODE = ProfileMode.Total; + public static final ProfileMode PROFILE_MODE = ProfileMode.AllocatedTypes; @Fold private static String createName(String path, String typeContext) {