Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jvm

Will sending `kill -11` to java process raises a NullPointerException?

java linux jvm jvm-hotspot

call a java program from a webapp in tomcat server - the java program is out side of tomcat server

Java generics Eclipse compiler bug?

java eclipse generics jvm

Does java internally creates the object of the class which is holding the main method?

java jvm javac jit

"hash" variable in String class

java jvm

Does a JVM listen on an IPv6 debugging port?

debugging jvm ipv6

What kind of GC does System.gc() trigger?

garbage-collection jvm

Does it make sense to convert a List to Iterator from a memory point of view?

Objects are constantly promoted to the Old Gen

When is Java loop predication optimization triggered by the C2 JIT compiler?

Understanding unitialized objects in Java

java class object jvm

Why my java lambda expression cannot work while its imperative style works properly?

Why does my garbage collection log show 3.8GB as the max available heap size while I have allocated 4GB as the max heap size?

memory jvm allocation

How to guarantee allotment of particular GB as off heap memory for a JVM

Why is Grails using an old JVM compiler on Mac OS x 7?

Why java bytecode from a class have come code for new staic inner class appear jvm instruction ACONST_NULL

java jvm bytecode jvm-bytecode