diff src/share/vm/code/scopeDesc.hpp @ 7932:d4e6c82cd6a1

Remove deferred write logic.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 05 Mar 2013 17:16:41 +0100
parents b6a8f2d23057
children 85bd81dba8fc
line wrap: on
line diff
--- a/src/share/vm/code/scopeDesc.hpp	Tue Mar 05 16:43:34 2013 +0100
+++ b/src/share/vm/code/scopeDesc.hpp	Tue Mar 05 17:16:41 2013 +0100
@@ -78,9 +78,6 @@
   GrowableArray<ScopeValue*>*   expressions();
   GrowableArray<MonitorValue*>* monitors();
   GrowableArray<ScopeValue*>*   objects();
-#ifdef GRAAL
-  GrowableArray<DeferredWriteValue*>* deferred_writes();
-#endif // GRAAL
 
   // Stack walking, returns NULL if this is the outer most scope.
   ScopeDesc* sender() const;