### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core.tests.performance Index: src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java,v retrieving revision 1.43 diff -u -r1.43 FullSourceWorkspaceModelTests.java --- src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java 27 Jun 2008 16:02:00 -0000 1.43 +++ src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java 27 Mar 2009 12:38:12 -0000 @@ -1123,6 +1123,7 @@ public void testInitJDTPlugin() throws JavaModelException, CoreException { tagAsSummary("JDT/Core plugin initialization", true); // put in fingerprint + setComment(Performance.EXPLAINS_DEGRADATION_COMMENT, "Added clean-up of internal thread local which imply additional garbage collect during the restart. It concerns only the performance test itself and has no impact in standard Eclipse usage..."); // Warm-up int wmax = WARMUP_COUNT / 5;