Hi, Everyone,
When I add shutDownHook to the Runtime,
the system print out "an irrecoverable stack overflow has occurred".
My program run under SUN JVM(current version).
What's mean?
Thanks
yangyuexiang
--
To UNSUBSCRIBE, em
Hi, Everybody:
The problem is actually related to the IBM JVM (At least I think so).
Previousely, I used JVM which was download about June. This JVM had fatel
Garbage collection, IBM already listed in the fixing of August.
Actually, I download Java(TM) 2 Runtime Environment, Standard Edition (bu
> > HotSpot is a Sun thing; there is no "HotSpot" in IBM's JVM.
>
> To be pandantic, HotSpot is a java Just-in-time compiler, aka JIT.
> IBM's JVM also has a JIT, it just has a different name, and it's
> on by default. IBM requires an -option at runtime to disable it.
Yes I know, HotSpot *is* a