Filip
Filip

Reputation: 1491

Good resources to explain Java VM non-standard options

I would like to know if there are any good resources (online or books) that explain the Java VM non-standard options.

And by explain, I don't mean just saying what an option does, but also provide guidelines/examples on when it should be used to improve application performance.

Upvotes: 1

Views: 513

Answers (2)

amicngh
amicngh

Reputation: 7899

Please go through this post this is Oracle's VM specification ,maybe this is helpful to you.

Java SE 6 HotSpot[tm] Virtual Machine Tuning

Upvotes: 2

Luca Geretti
Luca Geretti

Reputation: 10286

As far as I know of books, Java Performance is the most comprehensive recent book (look at Chapter 7).

Upvotes: 2

Related Questions