Re: RFR (round 6), JDK-8214259: Implementation: JEP 189: Shenandoah: A Low-Pause Garbage Collector

2018-12-08 Thread Kim Barrett
mach5-one-rkennke-JDK-8214259-20181208-1149-13785: FAILED, Failed tests: 1 > > Build Details: 2018-12-08-1147316.roman.source > 1 Failed Test > Test TierPlatformKeywordsDescription Task > compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java

Re: RFR (round 6), JDK-8214259: Implementation: JEP 189: Shenandoah: A Low-Pause Garbage Collector

2018-12-08 Thread Roman Kennke
Anybody has an idea what's up with the test below? As far as I can tell, it passes when I run locally. Thanks, Roman mach5-one-rkennke-JDK-8214259-20181208-1149-13785: FAILED, Failed tests: 1 Build Details: 2018-12-08-1147316.roman.source 1 Failed Test TestTierPlatformKey

Re: [PATCH v3] Add support for SoftFloat library on ARM

2018-12-08 Thread Jakub Vaněk
Hi, I'm sending an updated patch. Changes: * I have changed NEEDS_LIB_SOFTFLOAT to USES_LIB_SOFTFLOAT. * I have added a --enable-softfloat option for enabling/disabling the library. I have also added a --with-softfloat option for linking from a prefix. * I have updated the documentation. I prefer

Re: RFR (round 6), JDK-8214259: Implementation: JEP 189: Shenandoah: A Low-Pause Garbage Collector

2018-12-08 Thread Roman Kennke
Zhengyu's and Thomas' TaskQueue stuff landed in jdk/jdk and we integrated it into shenandoah/jdk and in the master patch and webrevs. I'm updating the webrevs in-place in: http://cr.openjdk.java.net/~rkennke/shenandoah-upstream/06/ This is going to be the final webrev that I intend to push on Mon