Request for reviews (S): 6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld

Vladimir Kozlov Vladimir.Kozlov at Sun.COM
Mon Jan 25 18:30:22 PST 2010


http://cr.openjdk.java.net/~kvn/6919886/webrev

Fixed 6919886: Sweep CodeCache more aggressively to reduce its usage for CompileTheWorld

Current sweeping frequency is not enough to keep CodeCache
clean when compiling big jar files with CompileTheWorld.

Add safepoint after CompileTheWorldSafepointInterval (100)
compilations and do full sweep of CodeCache each time.

Reviewed by:

Contributed-by: eric.caspole at amd.com

Fix verified (y/n): y, CTW

Other testing:
JPRT



More information about the hotspot-compiler-dev mailing list