From eric.caspole at oracle.com Thu Apr 19 21:41:27 2018 From: eric.caspole at oracle.com (Eric Caspole) Date: Thu, 19 Apr 2018 17:41:27 -0400 Subject: [Patch] Support GraalVM in CompilerHints Message-ID: Hi everybody, Could I get reviews and a sponsor for this small patch to support the OpenJDK-based GraalVM[1] and eliminate a warning with the compiler hints. http://cr.openjdk.java.net/~ecaspole/jmh-graalvm/webrev/ Thanks, Eric [1] http://www.graalvm.org/ From owen.omalley at gmail.com Fri Apr 20 16:29:44 2018 From: owen.omalley at gmail.com (Owen O'Malley) Date: Fri, 20 Apr 2018 09:29:44 -0700 Subject: Dual license API? Message-ID: Hi all, We recently had to remove the benchmarking code from Apache ORC, because GPL-code isn't usable in Apache projects. That is unfortunate, because I think JMH is a great tool for understanding performance in Java. Would it be possible to dual license JMH to help more projects adopt it? Thanks, Owen From eric.caspole at oracle.com Wed Apr 25 17:40:36 2018 From: eric.caspole at oracle.com (Eric Caspole) Date: Wed, 25 Apr 2018 13:40:36 -0400 Subject: [Patch] Support GraalVM in CompilerHints In-Reply-To: References: Message-ID: Ping - Is this OK? It seems to work for me (I observe greatly different performance when using Blackhole with GraalVM testing w/o it) and having this pushed would make life a bit easier. Thanks, Eric On 04/19/2018 05:41 PM, Eric Caspole wrote: > Hi everybody, > Could I get reviews and a sponsor for this small patch to support the > OpenJDK-based GraalVM[1] and eliminate a warning with the compiler hints. > > http://cr.openjdk.java.net/~ecaspole/jmh-graalvm/webrev/ > > Thanks, > Eric > > [1] http://www.graalvm.org/