Non-default Garbage Collection issues
Applications that use the -XX:+UseConcMarkSweepGC (Concurrent Mark Sweep Garbage Collection algorithm) or -XX:+useParallelGC (Parallel Garbage Collection algorithm) tend to be unstable.
None.
Java troubleshooting tools non-functional
Java troubleshooting tools, like jinfo, jmap, and jstack, don't work when run as a regular user.
To use these tools, prepend them using the sudo command. You need to kill the hsdbd process before using any of these commands with sudo.
Last updated: 2006-05-23