diff src/share/vm/graal/graalCodeInstaller.hpp @ 3664:6e1abd79e7c8

Register assumptions before anything else. Don't free code blob (it is reused).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 17 Nov 2011 19:11:55 +0100
parents 47edfca346ab
children e755289380e3
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.hpp	Thu Nov 17 18:33:33 2011 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.hpp	Thu Nov 17 19:11:55 2011 +0100
@@ -56,7 +56,6 @@
   oop           _hotspot_method;
   oop           _name;
   arrayOop      _sites;
-  arrayOop      _assumptions;
   arrayOop      _exception_handlers;
   CodeOffsets   _offsets;