src/share/vm/c1/c1_Compilation.cpp

changeset 6723
0bf37f737702
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/c1/c1_Compilation.cpp	Mon Jun 09 15:42:31 2014 -0700
     1.2 +++ b/src/share/vm/c1/c1_Compilation.cpp	Tue Apr 01 09:36:49 2014 +0200
     1.3 @@ -546,6 +546,7 @@
     1.4  , _code(buffer_blob)
     1.5  , _has_access_indexed(false)
     1.6  , _current_instruction(NULL)
     1.7 +, _interpreter_frame_size(0)
     1.8  #ifndef PRODUCT
     1.9  , _last_instruction_printed(NULL)
    1.10  #endif // PRODUCT

mercurial