Prepared by: | johnc on Tue Jun 11 12:20:05 PDT 2013 |
---|---|
Workspace: | /export/workspaces/hsx24-backports/8015237-hsx24-backport |
Compare against: | http://hg.openjdk.java.net/hsx/hsx24/hotspot |
Compare against version: | 643da9d13379 |
Summary of changes: | 69 lines changed: 58 ins; 1 del; 10 mod; 1462 unchg |
Patch of changes: | 8015237-hsx24-backport.patch |
Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Wdiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/vm/classfile/symbolTable.cpp
rev 4551 : 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. Changes were also reviewed by Per Liden <per.liden@oracle.com>. Reviewed-by: tschatzl, stefank, twisti35 lines changed: 33 ins; 0 del; 2 mod; 843 unchg
Cdiffs
Udiffs
Wdiffs
Sdiffs
Frames
Old
New
Patch
Raw
src/share/vm/classfile/symbolTable.hpp
rev 4551 : 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. Changes were also reviewed by Per Liden <per.liden@oracle.com>. Reviewed-by: tschatzl, stefank, twisti15 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 4551 : 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. Changes were also reviewed by Per Liden <per.liden@oracle.com>. Reviewed-by: tschatzl, stefank, twisti19 lines changed: 12 ins; 1 del; 6 mod; 302 unchg
This code review page was prepared using /java/j2se/bin/webrev (vers 23.18-hg).