test/lib/jdk/test/lib/jfr/EventNames.java
changeset 54899 e4cff3cf0234
parent 54764 865ec913f916
child 54956 43340a79840d
child 57360 5d043a159d5c
--- a/test/lib/jdk/test/lib/jfr/EventNames.java	Wed May 15 12:30:02 2019 +0200
+++ b/test/lib/jdk/test/lib/jfr/EventNames.java	Thu May 16 09:21:49 2019 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -154,6 +154,7 @@
 
     // OS
     public final static String OSInformation = PREFIX + "OSInformation";
+    public final static String VirtualizationInformation = PREFIX + "VirtualizationInformation";
     public final static String CPUInformation = PREFIX + "CPUInformation";
     public final static String CPULoad = PREFIX + "CPULoad";
     public final static String ThreadCPULoad = PREFIX + "ThreadCPULoad";