Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

How can I find complete list of platform-dependent traps in JDK like timezone, encoding, line endings etc.?

How Java GC Does Direct Byte Buffer Clean Up, Because IBM Docs says, It Does.

docker stats shows zero memory usage even for running containers

java docker jvm

Scala get the line and file of a functions invocation at compile-time

scala macros jvm scala-2.12

Kotlin Unresolved reference: println from gradle on the CLI

Use cases of jvm dup instruction

Different performance of "if" and "if else" in Java

java performance jvm jmh

How can I give java.util.Random a specific seed in thirdparty classes?

java random jvm classloader

Zombie http.proxyHost settings for JVM on OSX

java eclipse macos proxy jvm

Is there any way to pre-allocate the heap in the .NET runtime, like -Xmx/-Xms in Java?

.net jvm heap-memory

how to know which class / package/ methods used by given jar file?

java java-me jar jvm

Clojure: gc overhead limit exceeded, lazy evaluation, pi sequence

What are the advantages and disadvantages of using Nailgun vs netcat to provide fast CLI to a Java application?

java jvm performance netcat

See the java heap content in run time

java memory jvm

Scala generics - why I can't create parametrised object inside generic class?

scala jvm jvm-languages

How to know method is JITed or interpreted

java jvm

Good reference for how scala is mapped to jvm bytecode

scala jvm bytecode

Java vs Scala Threads - under the covers in the JVM

java multithreading scala jvm

JMH hangs between benchmarks (unable to kill forked JVM?)

java jvm jmh

How to make the jvm load my java.lang.String instead of the one in rt.jar

java jvm classloader