Code Review for hotspot-dvm

Prepared by: John Rose (jrose) on Tue Jan 22 15:47:40 PST 2008
Workspace:/net/macosx/Users/jrose/Projects/hotspot/hotspot-dvm
Compare against: http://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Compare against version:1
Summary of changes: 861 lines changed: 312 ins; 367 del; 182 mod; 9278 unchg
Patch of changes: wkk.patch
Author comments:
For putback to http://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
6652736: well known classes in system dictionary are inefficiently processed
Summary: combine many scalar variables into a single enum-indexed array in SystemDictionary.
Reviewed-by: Vladimir (hs-compiler at sun)
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java

rev 2 : [mq]: wkk.patch
27 lines changed: 14 ins; 0 del; 13 mod; 179 unchg

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

rev 2 : [mq]: wkk.patch
194 lines changed: 57 ins; 22 del; 115 mod; 2378 unchg

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

rev 2 : [mq]: wkk.patch
11 lines changed: 7 ins; 0 del; 4 mod; 900 unchg

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

rev 2 : [mq]: wkk.patch
320 lines changed: 104 ins; 189 del; 27 mod; 2257 unchg

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

rev 2 : [mq]: wkk.patch
267 lines changed: 122 ins; 123 del; 22 mod; 436 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/vmStructs.cpp

rev 2 : [mq]: wkk.patch
41 lines changed: 7 ins; 33 del; 1 mod; 2243 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/services/threadService.cpp

rev 2 : [mq]: wkk.patch
1 line changed: 1 ins; 0 del; 0 mod; 885 unchg

This code review page was prepared using /export/home/jrose/bin/webrev (vers 23.4-hg).