3

We currently have JDK1.7 installed and configured to use G1GC. What i want to know is this.

Are stop the world pauses only a characteristic of Major GC? Or Minor GC has that issue as well?

tven
  • 547
  • 6
  • 18

1 Answers1

2

To answer my own question,

YES, minor GC activity causes a global pause.

http://blog.griddynamics.com/2011/06/understanding-gc-pauses-in-jvm-hotspots.html

tven
  • 547
  • 6
  • 18