This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new d00faec3a ASDOCJSC: remove accidentally included System.gc() call
d00faec3a is described below
commit d00faec3ace4b854971b1ea3362fe4d28f4441d0
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Apr 3 13:20:42 2025 -0700
ASDOCJSC: remove accidentally included System.gc() call
---
.../src/main/java/org/apache/royale/compiler/clients/ASDOCJSC.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/compiler-jx/src/main/java/org/apache/royale/compiler/clients/ASDOCJSC.java
b/compiler-jx/src/main/java/org/apache/royale/compiler/clients/ASDOCJSC.java
index 685237a30..de14c1256 100644
--- a/compiler-jx/src/main/java/org/apache/royale/compiler/clients/ASDOCJSC.java
+++ b/compiler-jx/src/main/java/org/apache/royale/compiler/clients/ASDOCJSC.java
@@ -263,7 +263,6 @@ public class ASDOCJSC extends MXMLJSCRoyale
List<String> excludeSources =
((ASDocConfiguration)config).getExcludeSources();
Collection<ICompilationUnit> roots =
((RoyaleSWCTarget)target).getReachableCompilationUnits(problems.getProblems());
Collection<ICompilationUnit> reachableCompilationUnits =
project.getReachableCompilationUnitsInSWFOrder(roots);
- System.gc();
for (final ICompilationUnit cu : reachableCompilationUnits)
{
ICompilationUnit.UnitType cuType =
cu.getCompilationUnitType();