Tag: jvm
-
Kotlin/JVM, Rust, and Randy Random
by
In this previous article I implemented a small, enterprisy benchmark to compare the concept of garbage collection used by Kotlin/JVM with the concept of Rust, which claims to not have any garbage collector at all. My conclusion was, that for a moderate increase in the complexity of the programming language the benchmark in Rust performed…
-
Connecting VisualVM with a remote JBoss AS 7 / EAP6 JVM process
by
VisualVM is a useful tool for monitoring and simple profiling of JVM processes. It integrates various command line tools of the JDK such as jstat, jinfo, jstack into a graphical UI. The tool is part of the JDK since 1.6.0_07.

You must be logged in to post a comment.