Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Run 64-bit JVM from C code

java windows jvm jvm-crash

What is the canonical way to deploy Scala/Akka microservices?

scala deployment jvm akka devops

How to debug the openjdk9 by netbeans8.2 in win10?

jvm gdb jvm-hotspot

Will running everything from RAM disk speed up scala compile time?

scala jvm sbt jrebel

Why does the JVM have both `invokespecial` and `invokestatic` opcodes?

jvm bytecode

Need guidance on alternative JVMs for Apple OS X

java macos jvm

guidance on jvm options in idiomatic scala

Why does Java's invokevirtual need to resolve the called method's compile-time class?

Why are concrete function implementations in traits compiled to bridge methods in Scala 2.9.x but not in 2.8.x?

spring scala jvm jersey

JVM arguments for HTTPS nonProxyHosts

Getting local variables from a stack frame on the JVM

java jvm clojure snapshot locals

is there a way to know which objects are in "old" area of Heap

Logging GC information in the application

Why do method breakpoints impact performance so negatively?

java debugging jvm

Can I force generation of a JVM crash log file?

java jvm crash

About Future.firstCompletedOf and Garbage Collect mechanism

Why does the JVM show more latency for the same block of code after a busy spin pause?

JVM 10 specification with diffs?

What is a de-reflection optimization in HotSpot JIT and how does it implemented?

Java VM: reproducible SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report?