Tag: jvm
Found 68 results for 'jvm'.
1) java - How do I write a correct micro-benchmark in Java?
2) linux - How to interpret this htop output?
3) java - What are the -Xms and -Xmx parameters when starting JVM?
4) java - How to fix java.lang.UnsupportedClassVersionError: Unsupported major.minor version
5) java - What are the -Xms and -Xmx parameters when starting JVM?
6) java - Java: Is there a performance difference between variable assignment vs. inline usage?
7) java - Understanding java's native threads and the jvm
8) functional-programming - Pattern matching in Clojure vs Scala
9) java - What is the difference between instantiating and loading a class in Java?
10) java - How to see JIT-compiled code in JVM?
11) scala - Why do the execution time of independent code blocks depend on execution order in Scala?
12) java - Java 8u40 Math.round() very slow
13) java - Why would you ever implement finalize()?
14) java - What is the use of converting source code to Java bytecode?
15) java - When I create an object, is fresh memory allocated to both instance fields and methods or only to instance fields
16) java - How JVM stack, heap and threads are mapped to physical memory or operation system
17) java - How isolated are static variables?
18) java - Is it possible to have a single code base for a desktop GUI and a web application?
19) jvm - How to devise instruction set of a stack based machine?
20) java - How does Java improve over C++ in the area of portability?
21) java - Does the JVM compile bytecode into machine code and run it or does it just run bytecode directly?
22) java - What exactly is the Garbage Collector in Java?
23) java - What prevents Java from achieving C-level portability?
24) java - Why would you ever implement finalize()?
25) virtual-machine - How do Virtual Machines allocate memory?
26) java - Is it possible to preload JVM to make starting of little one-shot java applications faster?
27) java - How to deal with "java.lang.OutOfMemoryError: Java heap space" error?
28) java - Does Java JIT cheat when running JDK code?
29) java - Java Runtime error say main method not found for all the program
30) java - How to disable compiler and JVM optimizations?
31) java - When multiple java programs run on the same machine
32) java - JVM performance tuning for large applications
33) java - How to disable compiler and JVM optimizations?
34) java - Java Compiler and VM Compatibility
35) java - How safe it is to do minor JVM upgrades?
36) java - Are the development benefits of using Docker negated when using Java compared to other languages closer to Unix binaries?
37) java - Get a list of all threads currently running in Java
38) java - What stops C from being compiled/interpreted/JIT'ed?
39) java - Does the JVM's Garbage Collector clean the entire JVM HotSpot memory (C-Heap, Java Heap and Permanent Generation space) or just Java Heap?
40) java - What does JVM flag CMSClassUnloadingEnabled actually do?
41) java - To show the difference between system VMs and JVMs
42) java - Java - SAM type optimization
43) scala - How are Scala Traits implemented in the JVM?
44) java - How can Java be improved so that it no longer needs to perform type erasure?
45) java - Java heap space
46) java - Java Design Philosophy
47) java - Does current JIT optimize generated machine codes for branch prediction based on runtime statistics?
48) scala - What limitations does the JVM impose on tail-call optimization
49) windows - Find path to current JVM
50) jvm - Why is the Java bytecode instruction set not orthogonal?