diff options
Diffstat (limited to 'dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1')
-rw-r--r-- | dev-util/eclipse-sdk/files/3.3/eclipse-3.3-r1 | 2 |
1 files changed, 1 insertions, 1 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 |