]> source.dussan.org Git - poi.git/commitdiff
From bug #47999 - avoid un-needed call to the JVM Garbage Collector when working...
authorNick Burch <nick@apache.org>
Fri, 16 Oct 2009 13:37:13 +0000 (13:37 +0000)
committerNick Burch <nick@apache.org>
Fri, 16 Oct 2009 13:37:13 +0000 (13:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@825890 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/status.xml
src/ooxml/java/org/apache/poi/openxml4j/opc/OPCPackage.java

index fc951bf2b9a08e9bfe92e9da65893ea03f268fdc..dac810ede6e5aafc5a60c92e2337d64fd8f04d3c 100644 (file)
@@ -33,6 +33,7 @@
 
     <changes>
         <release version="3.6-beta1" date="2009-??-??">
+           <action dev="POI-DEVELOPERS" type="fix">47999 - avoid un-needed call to the JVM Garbage Collector when working on OOXML OPC Packages</action>
            <action dev="POI-DEVELOPERS" type="add">47922 - added example HSMF application that converts a .msg file to text and extracts attachments</action>
            <action dev="POI-DEVELOPERS" type="add">47903 - added Ant target to compile scratchpad examples</action>
            <action dev="POI-DEVELOPERS" type="add">47839 - improved API for OOXML custom properties</action>
index 0f53bc40218170523609224836bc11798817d44e..2c0ae83d319d513c0cff55c88eb23abd5afc0838 100644 (file)
@@ -374,9 +374,6 @@ public abstract class OPCPackage implements RelationshipSource {
 
                // Clear
                this.contentTypeManager.clearAll();
-
-               // Call the garbage collector
-               Runtime.getRuntime().gc();
        }
 
        /**