< prev index next >

src/hotspot/share/runtime/arguments.cpp

Print this page

        

*** 2102,2112 **** if (!FLAG_IS_DEFAULT(TieredCompilation)) { warning("TieredCompilation disabled because value types are not supported by C1"); } FLAG_SET_CMDLINE(bool, TieredCompilation, false); } else { - FLAG_SET_CMDLINE(intx, ValueTypesBufferMaxMemory, 0); FLAG_SET_CMDLINE(bool, ValueArrayFlatten, false); } return status; } --- 2102,2111 ----
< prev index next >