# HG changeset patch # User Christos Kotselidis # Date 1377786194 -7200 # Node ID fd1383d4542029d6ab3dc8bf0b4cfb1d2adcc205 # Parent 95a56d151d27fdd11af79867a7491297cc860f36 Change scope of write barrier snippets diff -r 95a56d151d27 -r fd1383d45420 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java Thu Aug 29 13:52:25 2013 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java Thu Aug 29 16:23:14 2013 +0200 @@ -113,7 +113,7 @@ private InstanceOfSnippets.Templates instanceofSnippets; private NewObjectSnippets.Templates newObjectSnippets; private MonitorSnippets.Templates monitorSnippets; - private WriteBarrierSnippets.Templates writeBarrierSnippets; + protected WriteBarrierSnippets.Templates writeBarrierSnippets; private BoxingSnippets.Templates boxingSnippets; private LoadExceptionObjectSnippets.Templates exceptionObjectSnippets; private UnsafeLoadSnippets.Templates unsafeLoadSnippets;