Code Review for 8015237

Prepared by:johnc on Tue Jun 4 11:40:35 PDT 2013
Workspace:/export/workspaces/8015237
Compare against: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot
Compare against version:e72f7eecc96d
Summary of changes: 64 lines changed: 54 ins; 1 del; 9 mod; 1381 unchg
Patch of changes: 8015237.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/classfile/symbolTable.cpp

rev 4769 : 8015237: Parallelize string table scanning during strong root processing
Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets.
Reviewed-by:
35 lines changed: 33 ins; 0 del; 2 mod; 811 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/classfile/symbolTable.hpp

rev 4769 : 8015237: Parallelize string table scanning during strong root processing
Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets.
Reviewed-by:
15 lines changed: 13 ins; 0 del; 2 mod; 317 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/memory/sharedHeap.cpp

rev 4769 : 8015237: Parallelize string table scanning during strong root processing
Summary: Parallelize the scanning of the intern string table by having each GC worker claim a given number of buckets.
Reviewed-by:
14 lines changed: 8 ins; 1 del; 5 mod; 253 unchg

This code review page was prepared using /java/j2se/bin/webrev (vers 23.18-hg).