diff --git a/releng.wtpbuilder/distribution/wtp.tests/build.xml b/releng.wtpbuilder/distribution/wtp.tests/build.xml index 25e79e8d2e35bd398cf15d677909a0909e5fce8b..5b82bfcee809fc63b76d2141d6b6d19289860339 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/build.xml +++ b/releng.wtpbuilder/distribution/wtp.tests/build.xml @@ -308,9 +308,9 @@ value="-DbuildLabel=${buildLabel}"/> <jvmarg value="-Dplugin-path=${plugin-path}"/> - <!-- JIT work arounds for bug 284441 --> + <!-- IBM_JAVA_OPTIONS contains JIT work arounds for bug 284441 --> <env - name="IBM_JAVA_OPTIONS" + key="IBM_JAVA_OPTIONS" value="-Xjit:exclude={org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.primGetNextToken()Ljava/lang/String;},exclude={org/eclipse/jst/jsp/core/internal/parser/internal/JSPTokenizer.%lt;init%gt;(Ljava/io/Reader;)V},exclude={org/eclipse/wst/html/core/internal/contenttype/HTMLHeadTokenizer.primGetNextToken()Ljava/lang/String;}" /> </java> <echo