Java- How to turn off class sharing -
hello im using visual vm , use profiler section messages stating:
to profile application running on jdk 6, need turn off class sharing application otherwise application may crash. turn off class sharing, start application -xshare:off argument.
how do this?
if using eclipse, go run->run configurations, find run configuration, , add -xshare:off in arguments.
Comments
Post a Comment