I'm searching for an easy way to determine the current Reserved-CodeCache-Size from a Java application.
Can anyone please give me a hint?
Asked
Active
Viewed 223 times
1

Maroun
- 94,125
- 30
- 188
- 241

Mr.Mountain
- 863
- 8
- 32
-
Do you mean of an application currently running in a jvm? – Josh Nov 19 '13 at 15:45
-
Yes, I do. I was just wondering if I could determine this parameter via console. – Mr.Mountain Nov 21 '13 at 08:55
-
Jconsole is probably the answer then: http://stackoverflow.com/a/1262474/1003855 – Josh Nov 21 '13 at 16:06