changeset 18555:3bd34b42c8c3

removed out-of-date comment
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Nov 2014 22:33:24 +0100
parents 99ee1fa4d446
children 2b8e460c4935
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java	Wed Nov 26 22:32:24 2014 +0100
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/HotSpotReplacementsUtil.java	Wed Nov 26 22:33:24 2014 +0100
@@ -48,8 +48,6 @@
  */
 public class HotSpotReplacementsUtil {
 
-    // Must be @Fold as the security checks in HotSpotGraalRuntime.runtime()
-    // don't work well inside snippets
     @Fold
     public static HotSpotVMConfig config() {
         return runtime().getConfig();