< prev index next >

src/share/vm/trace/trace.dtd

Print this page
rev 8910 : full patch for jfr

@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2012, 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
  under the terms of the GNU General Public License version 2 only, as
  published by the Free Software Foundation.

@@ -21,11 +21,11 @@
  or visit www.oracle.com if you need additional information or have any
  questions.
   
 -->
 
-<!ELEMENT trace (xi:include, relation_decls, events*, xi:include, xi:include)>
+<!ELEMENT trace (xi:include*)>
 <!ELEMENT types (content_types, primary_types)>
 <!ELEMENT content_types (content_type|struct_type)*>
 <!ELEMENT content_type (value|structvalue|structarray|array)*>
 <!ELEMENT struct_type (value*)>
 <!ELEMENT primary_types (primary_type*)>

@@ -62,25 +62,31 @@
                         has_thread     CDATA "false"
                         ignore_check   CDATA "false"
                         has_stacktrace CDATA "false"
                         is_instant     CDATA "false"
                         is_constant    CDATA "false"
-                        is_requestable CDATA "false">
+                        is_requestable CDATA "false"
+                        experimental   CDATA "false"
+                        cutoff         CDATA "false">
 <!ATTLIST struct        id             CDATA #REQUIRED>
 <!ATTLIST value         type           CDATA #REQUIRED
                         field          CDATA #REQUIRED
                         label          CDATA #REQUIRED
                         description    CDATA #IMPLIED
                         relation       CDATA "NOT_AVAILABLE"
-                        transition     CDATA "NONE">
+                        transition     CDATA "NONE"
+                        experimental   CDATA "false">
 <!ATTLIST array         type           CDATA #REQUIRED
                         field          CDATA #REQUIRED
                         label          CDATA #REQUIRED
-                        description    CDATA #IMPLIED>
+                        description    CDATA #IMPLIED
+                        experimental   CDATA "false">
 <!ATTLIST structarray   type           CDATA #REQUIRED
                         field          CDATA #REQUIRED
                         label          CDATA #REQUIRED
-                        description    CDATA #IMPLIED>
+                        description    CDATA #IMPLIED
+                        experimental   CDATA "false">
 <!ATTLIST structvalue   type           CDATA #REQUIRED
                         field          CDATA #REQUIRED
                         label          CDATA #REQUIRED
-                        description    CDATA #IMPLIED>
+                        description    CDATA #IMPLIED
+                        experimental   CDATA "false">
< prev index next >