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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -