diff -r 8f849d3ec1e5 -r d376d86b0a01 src/hotspot/share/opto/output.hpp --- a/src/hotspot/share/opto/output.hpp Tue Oct 08 15:30:46 2019 +0200 +++ b/src/hotspot/share/opto/output.hpp Wed Oct 09 12:30:06 2019 +0000 @@ -40,7 +40,6 @@ class PhaseChaitin; class Pipeline_Use_Element; class Pipeline_Use; - #ifndef PRODUCT #define DEBUG_ARG(x) , x #else @@ -49,10 +48,7 @@ // Define the initial sizes for allocation of the resizable code buffer enum { - initial_code_capacity = 16 * 1024, - initial_stub_capacity = 4 * 1024, - initial_const_capacity = 4 * 1024, - initial_locs_capacity = 3 * 1024 + initial_const_capacity = 4 * 1024 }; //------------------------------Scheduling----------------------------------