< prev index next >

src/hotspot/share/classfile/classFileParser.cpp

Print this page

        

*** 6053,6063 **** CHECK); } if (is_value_type()) { ValueKlass* vk = ValueKlass::cast(ik); - vk->set_if_bufferable(); vk->initialize_calling_convention(); } // Add read edges to the unnamed modules of the bootstrap and app class loaders. if (changed_by_loadhook && !module_handle.is_null() && module_entry->is_named() && --- 6053,6062 ----
< prev index next >