hotspot/src/share/vm/prims/jvmtiExport.cpp
changeset 3581 c84159af60dd
parent 2135 f82c3012ec86
parent 3580 55775b48f5e5
child 4571 80b553bddc26
child 4492 63c49e60fc25
--- a/hotspot/src/share/vm/prims/jvmtiExport.cpp	Mon Jul 27 17:23:52 2009 -0400
+++ b/hotspot/src/share/vm/prims/jvmtiExport.cpp	Tue Jul 28 13:50:07 2009 -0600
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003-2007 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 2003-2009 Sun Microsystems, Inc.  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
@@ -2427,6 +2427,11 @@
     return;
   }
 
+  if (ForceFullGCJVMTIEpilogues) {
+    // force 'Full GC' was done semantics for JVMTI GC epilogues
+    _full = true;
+  }
+
   // GarbageCollectionStart event posted from VM thread - okay because
   // JVMTI is clear that the "world is stopped" and callback shouldn't
   // try to call into the VM.