Skip to content

Latest commit

 

History

History
164 lines (139 loc) · 8.71 KB

jvm.md

File metadata and controls

164 lines (139 loc) · 8.71 KB

Bookmarks tagged [jvm]

https://bytebuddy.net/#/

Byte Buddy is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application and without the help of a compiler. Other than the code genera...


https://openjdk.java.net/projects/code-tools/jmh/

JMH is a Java harness for building, running, and analysing nano/micro/milli/macro benchmarks written in Java and other languages targetting the JVM.


https://www.youtube.com/watch?v=k4vkd0ahWjQ

Some programmers might think that garbage collection is a solved problem. It runs with the VM and takes care of your unused objects – what else would you want? However, the recent spike of interest in...


https://grafana.com/grafana/dashboards/4701

Dashboard for Micrometer instrumented applications (Java, Spring Boot, Micronaut)


https://stackoverflow.com/questions/5317152/getting-the-parameters-of-a-running-jvm

jps -lvm

https://developers.redhat.com/blog/2017/04/04/openjdk-and-containers/

What can be done to help the OpenJDK JVM play well in the world of Linux Containers? I thought I’d start tackling this issue by answering some frequently asked questions:

**Why is it when I specify -...


https://adoptopenjdk.net

OpenJDK builds which allows to choose between HotSpot and OpenJ9.


https://github.com/ReadyTalk/avian

JVM with JIT, AOT modes and iOS port.


https://aws.amazon.com/corretto

No-cost, multiplatform, production-ready distribution of OpenJDK by Amazon.


https://github.com/oracle/graal

Polyglot embeddable JVM.


https://www.bell-sw.com/java.html

Built from OpenJDK, thoroughly tested and passed the JCK.


https://github.com/eclipse/openj9

High performance, enterprise-calibre, flexibly licensed, openly-governed cross-platform JVM extending and augmenting the runtime technology components from the Eclipse OMR and OpenJDK project.


https://openjdk.java.net

Open JDK distributed by Oracle.


https://github.com/codenameone/CodenameOne/tree/master/vm

VM with non-blocking, concurrent GC for iOS.


https://developers.redhat.com/products/openjdk/overview

RedHat's OpenJDK distribution.


https://www.azul.com/downloads/zulu

OpenJDK builds for Windows, Linux, and Mac OS X.


https://github.com/deephacks/awesome-jvm#readme

A curated list of awesome loosely performance related JVM stuff. Inspired by awesome-python. - deephacks/awesome-jvm


https://projectreactor.io/

Reactor is a fourth-generation Reactive library for building non-blocking applications on the JVM based on the [Reactive Streams Specification](https://github.com/reactive-streams/reactive-streams-jvm...


https://vertx.io/

Eclipse Vert.x is a tool-kit for building reactive applications on the JVM.


https://metrics.dropwizard.io/

Metrics is a Java library which gives you unparalleled insight into what your code does in production.


https://blogs.oracle.com/developers/announcing-graalvm

Today, we are pleased to announce the 1.0 release of GraalVM, a universal virtual machine designed for a polyglot world.


http://metrics.dropwizard.io/

Capturing JVM- and application-level metrics. So you know what's going on.


https://stackoverflow.com/questions/5891123/specifying-jvm-arguments-when-calling-a-jar-file

java -Xms256m -Xmx512m -Djava.awt.headless=true -jar filename.jar