diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-04-17 08:43:39 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-04-17 08:43:39 +0000 |
commit | 5b86f54a3e71bb374f0114b0961cd5d1737b5393 (patch) | |
tree | 3789966075a4f451a009f257bdcf234d012ffa7f /dev-util/eclipse-sdk/files | |
parent | unrar new snapshot (diff) | |
download | gentoo-2-5b86f54a3e71bb374f0114b0961cd5d1737b5393.tar.gz gentoo-2-5b86f54a3e71bb374f0114b0961cd5d1737b5393.tar.bz2 gentoo-2-5b86f54a3e71bb374f0114b0961cd5d1737b5393.zip |
Add 1.6.0.06 to the workaround in startup scripts for bug #215150. No revbump, remerge eclipse if you hit the bug.
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-util/eclipse-sdk/files')
-rw-r--r-- | dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1 | 2 | ||||
-rw-r--r-- | dev-util/eclipse-sdk/files/eclipse-3.2-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1 b/dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1 index 26a50e86dae6..5f8c89fbdf1b 100644 --- a/dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1 +++ b/dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1 @@ -36,7 +36,7 @@ if [[ "${ECLIPSE_MAX_PERMSIZE}" ]]; then VM_ARGS="${VM_ARGS} -XX:MaxPermSize=${E # workaround for bug #215150 if [[ $(java-config -f) == sun-jdk-1.6 || $(java-config -f) == sun-jre-bin-1.6 ]]; then - if [[ $(java-config -g VERSION) == *1.6.0.04 || $(java-config -g VERSION) == *1.6.0.05 ]]; then + if [[ $(java-config -g VERSION) == *1.6.0.06 || $(java-config -g VERSION) == *1.6.0.05 || $(java-config -g VERSION) == *1.6.0.04 ]]; then echo "Performing workaround for bug #215150" VM_ARGS="${VM_ARGS} -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith" fi diff --git a/dev-util/eclipse-sdk/files/eclipse-3.2-r1 b/dev-util/eclipse-sdk/files/eclipse-3.2-r1 index 5aca928c25f0..466cc3f62691 100644 --- a/dev-util/eclipse-sdk/files/eclipse-3.2-r1 +++ b/dev-util/eclipse-sdk/files/eclipse-3.2-r1 @@ -35,7 +35,7 @@ fi # workaround for bug #215150 if [[ $(java-config -f) == sun-jdk-1.6 || $(java-config -f) == sun-jre-bin-1.6 ]]; then - if [[ $(java-config -g VERSION) == *1.6.0.04 || $(java-config -g VERSION) == *1.6.0.05 ]]; then + if [[ $(java-config -g VERSION) == *1.6.0.06 || $(java-config -g VERSION) == *1.6.0.05 || $(java-config -g VERSION) == *1.6.0.04 ]]; then echo "Performing workaround for bug #215150" VM_ARGS="${VM_ARGS} -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith" fi |