Skip to main content



      Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Step by step how-to Speedup x2 Eclipse Indigo 3.7 Win(use Java 1.6 Update 30 JRE or JDK x86)
Step by step how-to Speedup x2 Eclipse Indigo 3.7 Win [message #781371] Fri, 20 January 2012 22:49 Go to next message
Eclipse UserFriend
Install Eclipse Indigo 3.7 Windows 32 Bit
Install Java SE Runtime Environment 6 Update 30
jre-6u30-windows-i586.exe
Install Java SE Development Kit 6 Update 30
jdk-6u30-windows-i586.exe

1. Copy "% ProgramFiles(x86)%\Java\jre6" to workdir \eclipse\jre
\eclipse\jre\
2. create in \eclipse\jre\bin\ folder server
\eclipse\jre\bin\server\
3. Create classes.jsa
\eclipse\jre\bin\java -Xshare:dump
see in \eclipse\jre\bin\client\classes.jsa
Speedup 20%
4. Copy \Java\jdk1.6.0_30\jre\bin\server\jvm.dll (4364 K) -> and replace \eclipse\jre\bin\client\jvm.dll
Speedup 40%
5. Copy \eclipse\jre\bin\client\*.* (classes.jsa,jvm.dll,Xusage.txt )to \eclipse\jre\bin\server\*.*
java -server option enable and work
6. edit eclipse.ini insert:
-XX:-DoEscapeAnalysis
-XX:+EliminateLocks
-XX:-UseBiasedLocking
-XX:GCTimeLimit=25
-XX:+AggressiveOpts

or

-XX:-DoEscapeAnalysis
-XX:+EliminateLocks
-XX:-UseBiasedLocking
-XX:GCTimeLimit=25
-XX:+AggressiveOpts
-XX:CompileThreshold=10000
-XX:GCTimeRatio=19

Speedup 15-20%

7. 1/[(1-20/100)*(1-40/100)*(1-15/100)]=1/0,408=2,45 speedup
Run eclipse and enjoy!

Emulation eclipse http://sourceforge.net/projects/dacapobench/files/9.12-bach/
result: https://skydrive.live.com/view.aspx?cid=4CD1B952A2640E72&resid=4CD1B952A2640E72%21486

[Updated on: Fri, 20 January 2012 22:55] by Moderator

Re: Step by step how-to Speedup x2 Eclipse Indigo 3.7 Win [message #782191 is a reply to message #781371] Mon, 23 January 2012 05:22 Go to previous messageGo to next message
Eclipse UserFriend
Full result in csv format - log4conv2012-01-20@03.42.16.txt
Re: Step by step how-to Speedup x2 Eclipse Indigo 3.7 Win [message #896347 is a reply to message #782191] Wed, 18 July 2012 03:02 Go to previous message
Eclipse UserFriend
Could it be applied to Eclipse 4 (Juno)?

Thanks!

Hai LE
Previous Topic:eclipse 3.7.1 junit test framework installation
Next Topic:Does TPTP support Eclipse 4 (Juno)?
Goto Forum:
  


Current Time: Fri Jul 04 21:43:51 EDT 2025

Powered by FUDForum. Page generated in 0.03535 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top