Peter Burka

Results 5 issues of Peter Burka

I have an application where we need many sorted maps of `long`s to `Object`s, and we wish to use a very space efficient implementation. We use a custom map backed...

The sim memory-model does a great job of predicting memory requirements most of the time, but when it gets it wrong, simulation pieces run slowly until they eventually fail. Unfortunately,...

enhancement

In Java 11, if you collect GC logs with time, but not uptime (e.g. `-Xlog:gc*=info:gclog:time,tags -XX:+UseParallelGC`), GCViewer seems to parse the logs successfully, but it can't graph them. All of...

When creating a signature, if you have two classes with the same name (e.g. in two different jars), the `build-signatures` rule fails with an error like the following: `build.xml:29: java.lang.ClassCastException:...

If the Java version string doesn't include a decimal point, reload4j incorrectly identifies it as Java 1. The initial version of each major release no longer includes a decimal point...

bug
documentation