jvm-hotspot Questions

1

Solved

I know Microsoft .NET uses the CLR as a JIT compiler while Java has the Hotspot. What Are the differences between them?
Kordula asked 24/3, 2010 at 10:46

2

Solved

I have a java process currently running under a windows shell. One of the threads responsible for serialisation is blocked indefinitely and as a result important information which is stored in mem...
Twotone asked 25/1, 2010 at 5:18

5

I have a (java) application that runs in a low latency environment, it typically processes instructions in ~600micros (+/- 100). Naturally as we've moved further into the microsecond space the thin...
Weir asked 17/11, 2009 at 20:36

4

Solved

The Situation: I'm optimizing a pure-java implementation of the LZF compression algorithm, which involves a lot of byte[] access and basic int mathematics for hashing and comparison. Performance re...

2

Solved

I found the JVM flags here. Is there a more detailed explaination of what exactly they do?
Stendhal asked 29/11, 2009 at 12:29

2

I'd like to have a better understanding of what optimizations HotSpot might generate for my Java code at run time. Is there a way to see the optimized code that HotSpot is using after it's ...
Jocose asked 11/10, 2009 at 21:8

7

Problem: I have a method that compiles to over 8000 bytes of Java bytecode. HotSpot has a magic limit that makes the JIT not kick in for methods that exceed 8000 bytes. (Yes, it is reasonable to ha...
Hazaki asked 3/6, 2009 at 12:37

11

Solved

In benchmarking some Java code on a Solaris SPARC box, I noticed that the first time I call the benchmarked function it runs EXTREMELY slowly (10x difference): First | 1 | 25295.979 ms Second | 1...
Illustrator asked 13/5, 2009 at 20:28

3

Solved

Guys when the JVM Crashes it writes an Error Log hs_err_pid.log. I want to find out what caused the JVM to crash ? How to understand these Logs, is it documented anywhere on how this Log is arrange...
Kyphosis asked 12/5, 2009 at 5:40

2

Solved

I'm trying to diagnose a java.lang.OutOfMemoryError: PermGen Space error when running on Sun's Hotspot JVM, and would like to know how much PermGen space my program is using at various points. Is t...
Afghani asked 30/3, 2009 at 14:0

2

Solved

Im curious what the exact meaning of "committed" memory is when the value is queried from the MemoryUsage class. That class explains it as "committed represents the amount of memory (in bytes) that...
Decolorize asked 15/10, 2008 at 22:59

© 2022 - 2024 — McMap. All rights reserved.