May 2014 Archives by date
Starting: Thu May 1 16:35:17 UTC 2014
Ending: Fri May 30 22:19:04 UTC 2014
Messages: 176
- hg: code-tools/jmh: jmh-core-it: add stress profile.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: make more integration tests stress-test-enabled.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: remove JDK 8 import.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: remove stress profile, accept explicit repetition count.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: remove the ${it.reps} trampoline from POM, Maven reacts well on system property.o
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: disable interrmittently failing (by design) SyncIterNotOnlyMeasurementTest.
aleksey.shipilev at oracle.com
- A patch to enable compiler hints in the up and coming Zing release
Nitsan Wakart
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- Sending interrupts to the worker threads upon teardown
Aleksey Shipilev
- hg: code-tools/jmh: Detect Zing as the JVM supporting compiler hints.
aleksey.shipilev at oracle.com
- A patch to enable compiler hints in the up and coming Zing release
Aleksey Shipilev
- hg: code-tools/jmh: @CompileControl: Accept all HotSpot JVMs, and fix the tests which are silent on failure.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: JDK 8 doclint now passes.
aleksey.shipilev at oracle.com
- Sending interrupts to the worker threads upon teardown
Chris Vest
- hg: code-tools/jmh: jmh-core: redirect unit tests output to file.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-samples: fix the remaining doclint issue.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: fix a few FindBugs issues.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: findbugs: exclude padding fields from the false positive match
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: fix some more FindBugs failures.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: fixing more FindBugs warnings.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: even more FindBugs fixes.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: more robust exception handling in I/O ops (FindBugs again).
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: fail creating classes/resources only if the directory does not exist.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Make new files to appear with 2014 as the copyright year.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Update copyright years to 2014 for the files added in 2014.
aleksey.shipilev at oracle.com
- Scala/Kotlin users: beware of mistreated annotation targets
Aleksey Shipilev
- hg: code-tools/jmh: jmh-groovy-benchmark-archetype: remove @State(Benchmark) from the default Groovy benchmark.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Validate against rogue annotations being placed disregarding their @Target-s.
aleksey.shipilev at oracle.com
- Scala/Kotlin users: beware of mistreated annotation targets
Aleksey Shipilev
- hg: code-tools/jmh: jmh-groovy-benchmark-archetype: Groovy compiler emits 'metaclass' field and requires @State.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Blackhole: randomize the values we match against, help to level out speculative "&" optimizations evaluating the first operand only.
aleksey.shipilev at oracle.com
- JMH iterations slow
Millies, Sebastian
- JMH iterations slow
Aleksey Shipilev
- JMH iterations slow
Millies, Sebastian
- JMH iterations slow
Aleksey Shipilev
- hg: code-tools/jmh: jmh-core-ct: reject primitive parameters in @GMB
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: handle primitive @GMB arguments properly.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: print the total time at the end.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: SingleShot ETA calculation should stop relying on warmup/measurement durations.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: formatters: expose text format as ResultFormat.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: results: move percentile estimation into super-class.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: results: SingleShot results to also emit percentiles.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: put SingleShot benchmarking code into a measurement stub.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: spoil read coalescing across batched SingleShot calls.
aleksey.shipilev at oracle.com
- Choosing iteration length
Millies, Sebastian
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-java-benchmark-archetype: update plugin versions.
aleksey.shipilev at oracle.com
- Upgrade Maven versions in archetype
Aleksey Shipilev
- Choosing iteration length
Aleksey Shipilev
- Upgrade Maven versions in archetype
Henri Tremblay
- hg: code-tools/jmh: Yak shaving: remove redundant imports.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: StateObject.fieldIdentifier is always non-null.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: redundant casts.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Rewrite JMH annotations Javadocs.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: seal org.openjdk.jmh.link.*.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Improve Javadoc for Benchmark.Mode.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Fix javadoc lint failure.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Burn up CPUs to provide reliable Thread.MAX estimate on systems that power down the CPUs.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: OperationsPerInvocation should be accessible through the CLI/API.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: SampleTime should treat @OpsPerInvocation as all other benchmark modes.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Cleanup Javadocs in Options.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Make internal classes non-public in org.openjdk.jmh.generators.core.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Remove AggregateRule.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Make internal classes non-public in org.openjdk.jmh.output.format.*
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Make internal classes non-public in org.openjdk.jmh.profile.*
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Make internal classes non-public in org.openjdk.jmh.logic.results.*
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Regression: BinaryLinkServer should use public interface to enumerate OutputFormat methods.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Remove obsolete CollectionUtils and TreesetMultimap.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Rephrase @GMB Javadoc a little.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: @CompilerControl should work properly with *_measurementLoop methods, when BenchmarkGenerator does not return with new classes.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: accept static @GMB methods again, but test for "static synchronized".
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: remove obsolete members in RawResults.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: remove @author tags in favor of VCS information and Developers list.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: remove unused OutputFormatType.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: optimizing imports.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: remove explicit {@inheritDoc}
aleksey.shipilev at oracle.com
- NPE when generating benchmark code
Mark Price
- NPE when generating benchmark code
Aleksey Shipilev
- hg: code-tools/jmh: results: rework internal result aggregation mechanics to average/sum with Statistics, not with arcane passes over data.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: ResultFormatTest mistakenly mentions "avgt" mode, while feeds Throughput results.
aleksey.shipilev at oracle.com
- NPE when generating benchmark code
Mark Price
- NPE when generating benchmark code
Aleksey Shipilev
- NPE when generating benchmark code
Mark Price
- NPE when generating benchmark code
Aleksey Shipilev
- NPE when generating benchmark code
Mark Price
- NPE when generating benchmark code
Aleksey Shipilev
- NPE when generating benchmark code
Mark Price
- hg: code-tools/jmh: Yak shaving: Aggregator/AggregationPolicy are not public.
aleksey.shipilev at oracle.com
- NPE when generating benchmark code
Aleksey Shipilev
- NPE when generating benchmark code
Mark Price
- hg: code-tools/jmh: Remove NumberFormat in favor of String.format.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Workaround locale bugs by changing PrintWriter.printf(...) to PrintWriter.print(String.format(...))
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
- @Param support for enum
Joe Kearney
- @Param support for enum
Aleksey Shipilev
- hg: code-tools/jmh: jmh-core-ct: a missing test for String[] args.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check more @Param types
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-ct: check more @GMB arguments.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-core-it: do the tests with a bytecode generator as well.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: FieldInfo.getType() should return ClassInfo.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: remove ASMFieldInfo(..., signature)
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: check the target type of @Params.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: @Param should support enums as well.
aleksey.shipilev at oracle.com
- @Param support for enum
Aleksey Shipilev
- hg: code-tools/jmh: Yak shaving: @Param checkers should test values with case-sensitive match.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: SingleShot benchmarks should wait for results longer.
aleksey.shipilev at oracle.com
- @Param support for enum
Joe Kearney
- hg: code-tools/jmh: jmh-generator-*: hide internal implementations
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: jmh-archetypes: move jmh-generator-bytecode to runtime dependencies.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: cleanup Results even further.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: move score unit to Result.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: publish interface classes in results.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: show subresults units correctly.
aleksey.shipilev at oracle.com
- Generated compiler command file overrides user specified compiler command file
Nitsan Wakart
- Invert command line overriding
Staffan Friberg
- hg: code-tools/jmh: profilers: rewire to produce secondary results, bind into benchmark results.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: rename "Mean" to "Score", since non-average results are being printed; adjust error calculation.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: auto-align secondary results printing.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: re-enable Stack profiler.
aleksey.shipilev at oracle.com
- Generated compiler command file overrides user specified compiler command file
Aleksey Shipilev
- Generated compiler command file overrides user specified compiler command file
Aleksey Shipilev
- @Param support for enum
Aleksey Shipilev
- Generated compiler command file overrides user specified compiler command file
Nitsan Wakart
- Missing annotations added on sub-classes, the declaring class is always used
Staffan Friberg
- Generated compiler command file overrides user specified compiler command file
Aleksey Shipilev
- hg: code-tools/jmh: jmh-core-it: CollidingParamsTest should run faster.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: annotations should be walked through the inheritance hierarchy, not through the declaring classes.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: discover benchmark annotations on subclasses, when @GMB method is in the superclass.
aleksey.shipilev at oracle.com
- Missing annotations added on sub-classes, the declaring class is always used
Aleksey Shipilev
- Generated compiler command file overrides user specified compiler command file
Nitsan Wakart
- Generated compiler command file overrides user specified compiler command file
Aleksey Shipilev
- Generated compiler command file overrides user specified compiler command file
Nitsan Wakart
- hg: code-tools/jmh: runners: merge multiple -XX:CompilerCommandFile arguments, avoid rewriting user-supplied files with our own settings.
aleksey.shipilev at oracle.com
- Generated compiler command file overrides user specified compiler command file
Aleksey Shipilev
- hg: code-tools/jmh: Yak shaving: clean up ProfilerResults usages.
aleksey.shipilev at oracle.com
- @Param support for enum
Joe Kearney
- @Param support for enum
Aleksey Shipilev
- hg: code-tools/jmh: Yak shaving: clean up ProfilerFactory a bit.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: propagate out/err streams from forked VMs via the binary link.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: eliminate ProfileType in favor of pluggable Profilers.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: CompileCommandFile checks should be done before the merge; just erasing the default hints for non-compatible VM is not enough.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: honor InjectionPoint.BENCHMARK_VM_CONTROL profilers, and run them only in the benchmark control thread.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: remove InjectionPoint in favor of Profiler interface specializations.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: sample external profiler is working.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: move startBenchmark/stopBenchmark into hosted VM, picks up aggregated results.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: put stdout/stderr into temp files.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: remove all temporary files after finish.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: messed up stdout/stderr order.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: fix up warmup/measurement printing, params should parse the action mode correctly.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: utils: Utils.join(String[], String).
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: Linux perf + PrintAssembly profiler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: Linux perf profiler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: cleanup in LinuxPerf* profilers.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: gracefully handle the absence of "perf" for LinuxPerf* profilers.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: generators: shorter stub names to get nicer disassembly.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: Yak shaving: remove TimeValue.getTime, since TimeValue.convertTo is exactly the same.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: delay LinuxPerf* counters for warmup time.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: test the valid "perf" in LinuxPerf* with delays.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: show the last lines in stdout/stderr of failing forked VM.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: revert accidental negative test value in LinuxPerfProfiler.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: workaround old "perf" not supporting delayed gathering with -D.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profiler: end-of-run results should be aggregated more scarcely.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: prune the default counters output a bit.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: start/stop profilers earlier/later to capture the edge behaviors, including SingleShot execution.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: fix accidentally swapped ci.osrBytes and ci.osrType.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: results should omit error if not average.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: utils: move out internal implementations to the root package.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: runners: move binary link support to org.openjdk.jmh.runnner.*
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: infra: rename org.openjdk.jmh.logic to o.o.j.infra.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: infra: rename org.openjdk.jmh.logic to o.o.j.infra.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: infra: rename BlackHole to Blackhole.
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: infra: remaining mentions of BlackHole -> Blackhole
aleksey.shipilev at oracle.com
- hg: code-tools/jmh: profilers: readability improvements in LinuxPerfAsmProfiler.
aleksey.shipilev at oracle.com
- JMH v0.8
Aleksey Shipilev
- hg: code-tools/jmh: 3 new changesets
aleksey.shipilev at oracle.com
Last message date:
Fri May 30 22:19:04 UTC 2014
Archived on: Fri May 30 22:19:09 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).