src/share/vm/prims/jvmtiExport.cpp

changeset 1315
2b4230d1e589
parent 777
37f87013dfd8
child 1316
16c930df1e9b
child 1556
98cd9901c161
     1.1 --- a/src/share/vm/prims/jvmtiExport.cpp	Sat Dec 20 09:58:36 2008 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiExport.cpp	Tue Jul 28 13:35:00 2009 -0600
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -2421,6 +2421,11 @@
    1.11      return;
    1.12    }
    1.13  
    1.14 +  if (ForceFullGCJVMTIEpilogues) {
    1.15 +    // force 'Full GC' was done semantics for JVMTI GC epilogues
    1.16 +    _full = true;
    1.17 +  }
    1.18 +
    1.19    // GarbageCollectionStart event posted from VM thread - okay because
    1.20    // JVMTI is clear that the "world is stopped" and callback shouldn't
    1.21    // try to call into the VM.

mercurial