Code Review for hotspot

Prepared by:sla on Tue Apr 15 13:01:30 CEST 2014
Workspace:/Users/staffan/mercurial/jdk9-hs-rt/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs-rt/hotspot
Compare against version:6279
Summary of changes: 115 lines changed: 59 ins; 29 del; 27 mod; 16153 unchg
Changeset: hotspot.changeset
Bug id: JDK-8040140 : System.nanoTime() is slow and non-monotonic on OS X
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/os/bsd/vm/os_bsd.cpp

rev 6280 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6864866: add a flag to use result of gethrtime() directly in os::getTimeNanos() on Solaris
Reviewed-by: sspitsyn, shade, dholmes
44 lines changed: 41 ins; 0 del; 3 mod; 4669 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/os/bsd/vm/os_bsd.hpp

rev 6280 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6864866: add a flag to use result of gethrtime() directly in os::getTimeNanos() on Solaris
Reviewed-by: sspitsyn, shade, dholmes
10 lines changed: 6 ins; 4 del; 0 mod; 239 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/os/bsd/vm/os_bsd.inline.hpp

rev 6280 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6864866: add a flag to use result of gethrtime() directly in os::getTimeNanos() on Solaris
Reviewed-by: sspitsyn, shade, dholmes
4 lines changed: 4 ins; 0 del; 0 mod; 293 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/os/solaris/vm/os_solaris.cpp

rev 6280 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6864866: add a flag to use result of gethrtime() directly in os::getTimeNanos() on Solaris
Reviewed-by: sspitsyn, shade, dholmes
50 lines changed: 1 ins; 25 del; 24 mod; 6020 unchg

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

rev 6280 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6864866: add a flag to use result of gethrtime() directly in os::getTimeNanos() on Solaris
Reviewed-by: sspitsyn, shade, dholmes
4 lines changed: 4 ins; 0 del; 0 mod; 3950 unchg

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

rev 6280 : 8040140: System.nanoTime() is slow and non-monotonic on OS X
6864866: add a flag to use result of gethrtime() directly in os::getTimeNanos() on Solaris
Reviewed-by: sspitsyn, shade, dholmes
3 lines changed: 3 ins; 0 del; 0 mod; 982 unchg

This code review page was prepared using /Users/staffan/mercurial/webrev/webrev.ksh (vers 25.2-hg+openjdk.java.net).