< prev index next >

src/hotspot/share/utilities/virtualizationSupport.cpp

Print this page
rev 55558 : 8228764: New library dependencies due to JDK-8222720

*** 38,47 **** --- 38,49 ---- // host + resource information; avoid the session and other special info vectors static char host_information[300]; static char extended_resource_info_at_startup[600]; void VirtualizationSupport::initialize() { + if (!ExtensiveErrorReports) return; + // open vmguestlib and bind SDK functions char ebuf[1024]; dlHandle = os::dll_load("vmGuestLib", ebuf, sizeof ebuf); #ifdef LINUX
< prev index next >