Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Why does setting the -Xmx too high sometimes cause the JVM to fail, even if there's available RAM?

Is having many threads in a JVM application expensive?

multithreading scala jvm actor

JAVA: reference defined within a loop

java performance jvm

Sonar analysis gives out of memory error, should I increase JVM heap space of Ant or Sonar server?

Doesn't the JVM release all the resources that are not explicitly closed by the programmer on program exit

java jvm

Java - Repeated function call reduces execution time

Not able to enable Native memory tracking in a spring boot application

How to determine which GC I use?

Maven surefire plugin crashing jvm on java 11 (Corrupted STDOUT by directly writing to native stream in forked JVM 1)

How to get the max sizes of the heap and permgen from the JVM?

java memory-management jvm

Is it better to create a new HashSet or to reuse after invoking hashSet.clear()

java memory jvm hashset

Who provides the default constructor in Java? Compiler or JVM?

Does the JVM swap the heap?

java jvm heap-memory

Is inheriting from a primitive array impossible from the JVM's perspective?

Does OkHttp 4.0.0 require JVM target 1.8?

android kotlin jvm okhttp

Experiences with escape analysis enabled on the JVM

java scala jvm escape-analysis

What's inside a reference variable in Java?

java variables jvm reference

Setting Djava.library.path programmatically (or alternatives)?

java jvm

JVM - Are WeakReferences collected in minor GC?

Synchronized keyword internal implementation