Code Review for hotspot-dvm

Prepared by:jrose on Tue Nov 11 16:54:40 PST 2008
Workspace:/Users/jrose/Projects/hotspot/hotspot-dvm
Compare against: http://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Compare against version:420
Summary of changes: 610 lines changed: 572 ins; 2 del; 36 mod; 27769 unchg
Patch of changes: hotspot-dvm.patch
Author comments:
For putback to http://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
6653858: dynamic languages need to be able to load anonymous classes
Summary: low-level privileged sun.misc.Unsafe.defineAnonymousClass; see DVMTest.zip.
Reviewed-by: ??
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/ci/ciEnv.cpp

rev 421 : [mq]: anonk.patch
10 lines changed: 5 ins; 0 del; 5 mod; 999 unchg

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

rev 421 : [mq]: anonk.patch
155 lines changed: 130 ins; 1 del; 24 mod; 4020 unchg

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

rev 421 : [mq]: anonk.patch
38 lines changed: 38 ins; 0 del; 0 mod; 228 unchg

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

rev 421 : [mq]: anonk.patch
28 lines changed: 27 ins; 1 del; 0 mod; 2399 unchg

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

rev 421 : [mq]: anonk.patch
10 lines changed: 10 ins; 0 del; 0 mod; 586 unchg

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

rev 421 : [mq]: anonk.patch
5 lines changed: 4 ins; 0 del; 1 mod; 2196 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/includeDB_gc_parallel

rev 421 : [mq]: anonk.patch
6 lines changed: 6 ins; 0 del; 0 mod; 160 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/constantPoolKlass.cpp

rev 421 : [mq]: anonk.patch
39 lines changed: 36 ins; 0 del; 3 mod; 437 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/constantPoolOop.cpp

rev 421 : [mq]: anonk.patch
28 lines changed: 27 ins; 0 del; 1 mod; 1268 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/constantPoolOop.hpp

rev 421 : [mq]: anonk.patch
36 lines changed: 36 ins; 0 del; 0 mod; 537 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/instanceKlass.hpp

rev 421 : [mq]: anonk.patch
10 lines changed: 10 ins; 0 del; 0 mod; 951 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/instanceKlassKlass.cpp

rev 421 : [mq]: anonk.patch
22 lines changed: 21 ins; 0 del; 1 mod; 810 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/oops/klass.cpp

rev 421 : [mq]: anonk.patch
18 lines changed: 18 ins; 0 del; 0 mod; 561 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/prims/jvm.cpp

rev 421 : [mq]: anonk.patch
2 lines changed: 1 ins; 0 del; 1 mod; 4564 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/prims/jvm.h

rev 421 : [mq]: anonk.patch
8 lines changed: 8 ins; 0 del; 0 mod; 1676 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/prims/unsafe.cpp

rev 421 : [mq]: anonk.patch
169 lines changed: 169 ins; 0 del; 0 mod; 1384 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/globals.hpp

rev 421 : [mq]: anonk.patch
3 lines changed: 3 ins; 0 del; 0 mod; 3318 unchg

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

rev 421 : [mq]: anonk.patch
22 lines changed: 22 ins; 0 del; 0 mod; 1589 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/utilities/constantTag.hpp

rev 421 : [mq]: anonk.patch
1 line changed: 1 ins; 0 del; 0 mod; 86 unchg

This code review page was prepared using /Users/jrose/bin/hgwebrev (vers 23.12-hg-never).