changeset 17204:fcf71ef8a0e5

visibility change in NewObjectSnippets
author Lukas Stadler <lukas.stadler@oracle.com>
date Wed, 24 Sep 2014 18:42:50 +0200
parents b15a7b70523f
children 873f082901c8
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java	Wed Sep 24 18:40:34 2014 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java	Wed Sep 24 18:42:50 2014 +0200
@@ -114,7 +114,7 @@
         }
     }
 
-    private static void emitPrefetchAllocate(Word address, boolean isArray) {
+    public static void emitPrefetchAllocate(Word address, boolean isArray) {
         if (config().allocatePrefetchStyle > 0) {
             // Insert a prefetch for each allocation only on the fast-path
             // Generate several prefetch instructions.