src/share/vm/trace/trace.xml

changeset 7688
a4ad5d51d29c
parent 6608
fa21c9537e6e
child 7994
04ff2f6cd0eb
     1.1 --- a/src/share/vm/trace/trace.xml	Thu Apr 09 15:59:26 2015 +0200
     1.2 +++ b/src/share/vm/trace/trace.xml	Mon Mar 02 14:50:53 2015 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  <?xml version="1.0" encoding="utf-8"?>
     1.5  <!--
     1.6 - Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7 + Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     1.8   DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  
    1.10   This code is free software; you can redistribute it and/or modify it
    1.11 @@ -352,6 +352,12 @@
    1.12        <value type="UTF8" field="name" label="Name" />
    1.13      </event>
    1.14  
    1.15 +    <event id="AllocationRequiringGC" path="vm/gc/detailed/allocation_requiring_gc" label="Allocation Requiring GC"
    1.16 +           has_thread="true" has_stacktrace="true"  is_instant="true">
    1.17 +      <value type="UINT" field="gcId"  label="Pending GC ID" relation="GC_ID" />
    1.18 +      <value type="BYTES64" field="size" label="Allocation Size" />
    1.19 +    </event>
    1.20 +
    1.21      <!-- Compiler events -->
    1.22  
    1.23      <event id="Compilation" path="vm/compiler/compilation" label="Compilation"

mercurial