mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-5801 Merging the fix for OOM reproduced on IBM Java5/Windows from trunk. Add -Xdisableexcessivegc in the test JVM arg to prevent the JVM to throw OOM before the heap usage reaching the limit.
X-SVN-Rev: 22652
This commit is contained in:
parent
3a4e8a814e
commit
65e89fc282
1 changed files with 8 additions and 0 deletions
|
@ -192,6 +192,14 @@
|
|||
<condition property="test.jvm.args" value="-Xms96m -Xmx128m">
|
||||
<isset property="before.java14" />
|
||||
</condition>
|
||||
<condition property="test.jvm.args" value="-ea -Xms96m -Xmx128m -Xdisableexcessivegc">
|
||||
<and>
|
||||
<not>
|
||||
<isset property="before.java15" />
|
||||
</not>
|
||||
<equals arg1="${java.vm.vendor}" arg2="IBM Corporation"/>
|
||||
</and>
|
||||
</condition>
|
||||
<condition property="test.jvm.args" value="-ea -Xms96m -Xmx128m">
|
||||
<not>
|
||||
<isset property="test.jvm.args" />
|
||||
|
|
Loading…
Add table
Reference in a new issue