Code Review for hs25.60-b06-jdk8u60-b06

Prepared by:amurillo on Fri Mar 6 07:20:03 PST 2015
Workspace:hs25.60-b06-jdk8u60-b06
Compare against: jdk8u/jdk8u
Summary of changes: 59 lines changed: 7 ins; 36 del; 16 mod; 30654 unchg
Patch of changes: hs25.60-b06-jdk8u60-b06.patch
Author comments:
7176220: 'Full GC' events miss date stamp information occasionally
8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
8073944: Simplify ArgumentsExt and remove unneeded functionallity
8074010: followup to 8072383
8074038: new hotspot build - hs25.60-b06
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/.hgtags

rev 7133 : Added tag hs25.60-b06 for changeset b17a8a22a034
1 line changed: 1 ins; 0 del; 0 mod; 598 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/agent/src/os/solaris/proc/saproc.cpp

rev 7126 : 8025667: Warning from b62 for hotspot.agent.src.os.solaris.proc: use after free
Summary: move free call few lines down
Reviewed-by: dholmes, sspitsyn
rev 7131 : 8049049: Unportable format string argument mismatch in hotspot/agent/src/os/solaris/proc/saproc.cpp
Summary: Cast arguments on printing
Reviewed-by: dholmes, sspitsyn, jbachorik
13 lines changed: 6 ins; 6 del; 1 mod; 1443 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/make/hotspot_version

rev 7123 : 8074038: new hotspot build - hs25.60-b06
Reviewed-by: dholmes
1 line changed: 0 ins; 0 del; 1 mod; 44 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/make/linux/makefiles/gcc.make

rev 7128 : 8074010: followup to 8072383
Summary: move arm and gcc logic from open gcc.make to closed
Reviewed-by: dholmes, kvn
13 lines changed: 0 ins; 6 del; 7 mod; 392 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 9578 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 7037 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/g1/vm_operations_g1.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 265 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 681 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 3382 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 871 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/gc_implementation/shared/gcTraceTime.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
4 lines changed: 0 ins; 2 del; 2 mod; 81 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw hotspot/src/share/vm/memory/genCollectedHeap.cpp

rev 7125 : 7176220: 'Full GC' events miss date stamp information occasionally
Summary: Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
1 line changed: 0 ins; 1 del; 0 mod; 1321 unchg

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

rev 7124 : 8073944: Simplify ArgumentsExt and remove unneeded functionallity
Reviewed-by: kbarrett, dholmes
4 lines changed: 0 ins; 0 del; 4 mod; 4304 unchg

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

rev 7124 : 8073944: Simplify ArgumentsExt and remove unneeded functionallity
Reviewed-by: kbarrett, dholmes
6 lines changed: 0 ins; 5 del; 1 mod; 616 unchg

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

rev 7124 : 8073944: Simplify ArgumentsExt and remove unneeded functionallity
Reviewed-by: kbarrett, dholmes
10 lines changed: 0 ins; 10 del; 0 mod; 41 unchg

This code review page was prepared using /export/pub/bin/webrev (vers 25.6-hg+openjdk.java.net).