hotspot/src/share/vm/aot/aotCodeHeap.cpp
changeset 46647 634dc786bf96
parent 46556 beb2c322626d
child 46949 44ccdba2d72e
--- a/hotspot/src/share/vm/aot/aotCodeHeap.cpp	Mon Jul 10 10:10:49 2017 +0200
+++ b/hotspot/src/share/vm/aot/aotCodeHeap.cpp	Mon Jul 10 23:28:25 2017 +0200
@@ -258,7 +258,6 @@
   _code_to_aot = NEW_C_HEAP_ARRAY(CodeToAMethod, _method_count, mtCode);
   memset(_code_to_aot, 0, _method_count * sizeof(CodeToAMethod));
 
-  _low_boundary = _code_space;
   _memory.set_low_boundary((char *)_code_space);
   _memory.set_high_boundary((char *)_code_space);
   _memory.set_low((char *)_code_space);