Does jmh works with Java 8?
Leszek Bartkowski
leszekbartkowski at gmail.com
Wed Apr 9 05:31:17 UTC 2014
False alarm, turns out other people changes who were fixing main build in
our project broke my perf tests. I was just confused by amount of
changes/updates and the fact "probe runs" with few benchmarks were
reporting build succes (despite few errors) on my machine/another server
with java7, while whole suite was crashing on another. But maybe this was
just because there were too many errors in bigger benchmarks (jvms were
crashing with broken pipes, nullpointers, illegal states etc, quite a hell
for a problem caused by moving one bean definition to another file).
Anyway, after fixing root cause jmh works flawlessly as always, on both 7
and 8. Apologies for ever doubting in it.
2014-04-08 7:17 GMT+01:00 Aleksey Shipilev <aleksey.shipilev at oracle.com>:
> On 04/08/2014 09:22 AM, Leszek Bartkowski wrote:
> > I recently discovered one of the servers I deploy my code to got series
> of
> > updates and, unsurprisingly, everything stopped working. One of that
> minor
> > updates was upgrading to Java 8. Is jmh supposed to work fine with it? I
> am
> > currently on 0.4
>
> Yes, JMH should work with Java 8: we continuously build and test with
> JDK 8, as well as number of people on this list are using JMH to
> quantify JDK 8 performance. Any specific problem?
>
> -Aleksey.
>
>
More information about the jmh-dev
mailing list