Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Run java code in multiple jvm instances

java testing concurrency jvm

Error “can't create Java VM” trying to use Ruby Java Bridge (RJB) gem

java ruby-on-rails ruby jvm rjb

Sbt: compile using Java 6 and run using Java 7

scala jvm sbt

iReport 5.5.0 won't start

Which programming languages can only run on JVM?

java jvm

Get time spent in garbage collector

java garbage-collection jvm

Memory details of JVM as a process

NoSuchMethodError when using Spark and IntelliJ

jmap - Does histo & heap operation bring overhead to jvm?

java jvm jmap

What happens if you don't specify the maxmetaspace parameter in a java 8 rcp app?

java java-8 jvm rcp metaspace

Safepoints in JVM

garbage-collection jvm

Garbage collection seems to shutdown local executor and cause RejectedExecutionException

What does the code comment 'HD, Figure' mean in Java java.lang.Integer class?

jvm java jvm-hotspot

Full stack trace of an error/exception in clojure

What performance benefits does Oracle's commercial Hotspot JVM have over OpenJDK?

java jvm jvm-hotspot

Clojure Video Data Performance Questions

JNI crashing JVM - A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION

Java G1 GC: Programmatically finding the number of humongous regions before/after GC

In Java Memory Pool what is the replacement of Code Cache replacement in JAVA 11?

java jvm mbeans

Compilation to Bytecode, Java vs Python. What is the reason for the difference in time taken?