Re: [8u] RFR: 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390

2018-05-02 Thread Severin Gehwolf
On Wed, 2018-05-02 at 16:55 +0100, Andrew Hughes wrote: > On 2 May 2018 at 13:43, Severin Gehwolf wrote: > > Hi, > > > > Could I please get a review for a fix which went into JDK 11 already. > > It reduces the maximum heap requirement for 32bit builds, which breaks > > s390 (31 bit) builds: > >

Re: [8u] RFR: 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390

2018-05-02 Thread Andrew Hughes
On 2 May 2018 at 13:43, Severin Gehwolf wrote: > Hi, > > Could I please get a review for a fix which went into JDK 11 already. > It reduces the maximum heap requirement for 32bit builds, which breaks > s390 (31 bit) builds: > > + /usr/lib/jvm/java-openjdk/bin/java -Xms64M -Xmx1100M > -XX:ThreadSt

[8u] RFR: 8201495: [Zero] Reduce limits of max heap size for boot JDK on s390

2018-05-02 Thread Severin Gehwolf
Hi, Could I please get a review for a fix which went into JDK 11 already. It reduces the maximum heap requirement for 32bit builds, which breaks s390 (31 bit) builds: + /usr/lib/jvm/java-openjdk/bin/java -Xms64M -Xmx1100M -XX:ThreadStackSize=768 -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclass