Top "Jvm" questions

The Java Virtual Machine (JVM) enables a set of computer software programs and data structures to use a virtual machine model for the execution of other computer programs and scripts.

Is the JVM a compiler or an interpreter?

I have a very basic question about JVM: is it a compiler or an interpreter? If it is an interpreter, …

java jvm
java.net.SocketException: No buffer space available (maximum connections reached?): JVM_Bind

Tomcat is running a webapp under Windows. After a few days (under very low load), the exception mentioned in the …

windows tomcat jvm socketexception connection-leaks
how to check heap size allocated for jvm by linux

I have apache-tomcat as my web server. I want to check what heap size is allocated for jvm by linux. …

linux tomcat jvm heap-memory heap-size
How to hide warning "Illegal reflective access" in java 9 without JVM argument?

I just tried to run my server with Java 9 and got next warning: WARNING: An illegal reflective access operation has …

java jvm netty java-9
Understanding max JVM heap size - 32bit vs 64bit

I've read the max heap size on 32bit Windows is ~1.5GB which is due to the fact that the JVM …

java jvm heap
Where can I find default -Xss (stack size) value for Sun/Oracle JVM?

Has anyone ever found a single JVM document listing default -Xss values for various versions of the Sun/Oracle JVM, …

java jvm stack size
Debug a java application without starting the JVM with debug arguments

Normally to attach a debuger to a running jvm you would need start the jvm with arguments such as the …

java debugging jvm jvm-arguments
force or generate jvm core dump ( IBM JVM )

Possible Duplicate: Can I force generation of a JVM crash log file? How can I force or generate a JVM …

java apache jakarta-ee jvm websphere
CATALINA_OPTS vs JAVA_OPTS - What is the difference?

I was trying to find out the difference between Apache Tomcat variables - CATALINA_OPTS and JAVA_OPTS in SO …

java tomcat jvm tomcat6
Registering multiple keystores in JVM

I have two applications running in the same java virtual machine, and both use different keystores and truststores. A viable …

java ssl cryptography jvm jsse