java.util.EmptyStackException on JIT/Warmup
        Posted  
        
            by infectedrhythms
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by infectedrhythms
        
        
        
        Published on 2010-05-14T20:18:00Z
        Indexed on 
            2010/05/14
            20:24 UTC
        
        
        Read the original article
        Hit count: 162
        
java
I'm using a 3rd party lib in my application that throws a java.util.EmptyStackException
This only happens during the VM JIT/Warmup
- Start application
- Start stress test no rampup.
- java.util.EmptyStackException thrown
- Keep application and redo stress test. No exception thrown
- Shutdown application 
- Start application 
- Start stress test with rampup. No exception thrown
I could keep reproducing this over and over.
Anyone have any ideas on how I can trace this so I can give more info to the vendor? Or why it could even be happening?
Thanks
© Stack Overflow or respective owner