(?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“Debugging tip: For server applications, be sure to always specify the -server JVM command line switch when invoking the JVM, even for development and testing. The server JVM performs more optimization than the client JVM, such as hoisting variables out of a loop that are not modified in the loop; code that might appear to work in the development environment (client JVM) can break in the deployment environment (server JVM).”

Brian Goetz, Java Concurrency in Practice
Read more quotes from Brian Goetz


Share this quote:
Share on Twitter

Friends Who Liked This Quote

To see what your friends thought of this quote, please sign up!


This Quote Is From

Java Concurrency in Practice Java Concurrency in Practice by Brian Goetz
2,894 ratings, average rating, 138 reviews
Open Preview

Browse By Tag