src/hotspot/cpu/x86/c1_LinearScan_x86.cpp
changeset 51333 f6641fcf7b7e
parent 47216 71c04702a3d5
--- a/src/hotspot/cpu/x86/c1_LinearScan_x86.cpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/cpu/x86/c1_LinearScan_x86.cpp	Wed Aug 08 15:31:06 2018 +0200
@@ -110,9 +110,9 @@
 
 FpuStackAllocator::FpuStackAllocator(Compilation* compilation, LinearScan* allocator)
   : _compilation(compilation)
+  , _allocator(allocator)
   , _lir(NULL)
   , _pos(-1)
-  , _allocator(allocator)
   , _sim(compilation)
   , _temp_sim(compilation)
 {}