src/hotspot/share/utilities/virtualizationSupport.cpp
changeset 57619 929f37a9c35d
parent 54910 361bd0fb9390
child 57875 427b38332f20
equal deleted inserted replaced
57618:53154e45385a 57619:929f37a9c35d
    38 // host + resource information; avoid the session and other special info vectors
    38 // host + resource information; avoid the session and other special info vectors
    39 static char host_information[300];
    39 static char host_information[300];
    40 static char extended_resource_info_at_startup[600];
    40 static char extended_resource_info_at_startup[600];
    41 
    41 
    42 void VirtualizationSupport::initialize() {
    42 void VirtualizationSupport::initialize() {
       
    43   if (!ExtensiveErrorReports) return;
       
    44 
    43   // open vmguestlib and bind SDK functions
    45   // open vmguestlib and bind SDK functions
    44   char ebuf[1024];
    46   char ebuf[1024];
    45   dlHandle = os::dll_load("vmGuestLib", ebuf, sizeof ebuf);
    47   dlHandle = os::dll_load("vmGuestLib", ebuf, sizeof ebuf);
    46 
    48 
    47 #ifdef LINUX
    49 #ifdef LINUX