hotspot/src/share/vm/c1/c1_IR.hpp
changeset 38177 b0c9cb06506b
parent 38031 e0b822facc03
--- a/hotspot/src/share/vm/c1/c1_IR.hpp	Mon May 02 12:14:26 2016 -0400
+++ b/hotspot/src/share/vm/c1/c1_IR.hpp	Tue May 03 22:45:27 2016 +0200
@@ -151,7 +151,7 @@
   bool          _wrote_volatile;                 // has written volatile field
   BlockBegin*   _start;                          // the start block, successsors are method entries
 
-  BitMap        _requires_phi_function;          // bit is set if phi functions at loop headers are necessary for a local variable
+  ResourceBitMap _requires_phi_function;         // bit is set if phi functions at loop headers are necessary for a local variable
 
   // helper functions
   BlockBegin* build_graph(Compilation* compilation, int osr_bci);