I've recently had my Mac scanned for a corporate compliance test and the older Java 8 JDK has come up as a failure point. Even though I had newer JDKs installed, it meant that I had to go in and uninstall the one that was making me fail this test. There i... (more…)
Read more »
A Jupyter kernel for executing Java code. Contribute to SpencerPark/IJava development by creating an account on GitHub. (more…)
Read more »
A Benchmark class for Java and C++ to measure latency in nanoseconds with percentiles. Equivalent benchmarks in Java and C++ for performance comparison and research. - coralblocks/CoralBench... (more…)
Read more »
Java Remote Debugging through Websocket Proxy is a proxy for Java remote debugging. It likes Microsoft's azure-websites-java-remote-debugging, but includes all of client and server side implementation(azure-websites-java-remote-debugging repo only publish...
Read more »
java.lang.reflect.TypeVariable getBounds is not thread safe. Calling it from multiple threads might even crash your JVM... (more…)
Read more »