Code Review for safefetch-hotspot

Prepared by:Goetz on Mon Jun 17 15:47:46 CEST 2013
Workspace:/net/usr.work/d045726/oJ/safefetch-hotspot
Compare against: http://hg.openjdk.java.net/ppc-aix-port/stage/hotspot
Compare against version:4737
Summary of changes: 61 lines changed: 61 ins; 0 del; 0 mod; 1714 unchg
Changeset: safefetch-hotspot.changeset
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/os.hpp

rev 4738 : 8016697: PPC64 (part 5): Use stubs to implement safefetch
Summary: On platforms where the compiler does not properly support inline assembly safefetch can be implemented as stub routines. This also allows to use a single implementation if an architecture is supported on several os platforms or with several compilers.
Reviewed-by:
2 lines changed: 2 ins; 0 del; 0 mod; 806 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/stubRoutines.cpp

rev 4738 : 8016697: PPC64 (part 5): Use stubs to implement safefetch
Summary: On platforms where the compiler does not properly support inline assembly safefetch can be implemented as stub routines. This also allows to use a single implementation if an architecture is supported on several os platforms or with several compilers.
Reviewed-by:
9 lines changed: 9 ins; 0 del; 0 mod; 513 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/stubRoutines.hpp

rev 4738 : 8016697: PPC64 (part 5): Use stubs to implement safefetch
Summary: On platforms where the compiler does not properly support inline assembly safefetch can be implemented as stub routines. This also allows to use a single implementation if an architecture is supported on several os platforms or with several compilers.
Reviewed-by:
50 lines changed: 50 ins; 0 del; 0 mod; 395 unchg

This code review page was prepared using /sapmnt/home1/d045726/bin/webrev.ksh (vers 24.0-hg+jbs).