src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
changeset 54899 e4cff3cf0234
parent 54896 ea619918de95
child 54956 43340a79840d
child 57360 5d043a159d5c
equal deleted inserted replaced
54898:17926213de55 54899:e4cff3cf0234
    93   EventOSInformation event;
    93   EventOSInformation event;
    94   event.set_osVersion(os_name);
    94   event.set_osVersion(os_name);
    95   event.commit();
    95   event.commit();
    96 }
    96 }
    97 
    97 
       
    98 TRACE_REQUEST_FUNC(VirtualizationInformation) {
       
    99   EventVirtualizationInformation event;
       
   100   event.set_name(JfrOSInterface::virtualization_name());
       
   101   event.commit();
       
   102 }
       
   103 
    98 TRACE_REQUEST_FUNC(ModuleRequire) {
   104 TRACE_REQUEST_FUNC(ModuleRequire) {
    99   JfrModuleEvent::generate_module_dependency_events();
   105   JfrModuleEvent::generate_module_dependency_events();
   100 }
   106 }
   101 
   107 
   102 TRACE_REQUEST_FUNC(ModuleExport) {
   108 TRACE_REQUEST_FUNC(ModuleExport) {