src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 51333 f6641fcf7b7e
parent 50416 ef980b9ac191
child 51341 09cc8813ae51
--- a/src/hotspot/share/aot/aotCompiledMethod.hpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/aot/aotCompiledMethod.hpp	Wed Aug 08 15:31:06 2018 +0200
@@ -138,8 +138,8 @@
     _heap(heap),
     _name(name),
     _metadata_size(metadata_size),
-    _method_index(method_index),
-    _aot_id(aot_id) {
+    _aot_id(aot_id),
+    _method_index(method_index) {
 
     _is_far_code = CodeCache::is_far_target(code) ||
                    CodeCache::is_far_target(code + meta->code_size());