rriggs [Tue, 14 Jul 2015 22:21:52 -0400] rev 31684
Merge
rriggs [Tue, 14 Jul 2015 22:21:02 -0400] rev 31683
8130877: (process) java/lang/ProcessHandle/TreeTest test3 failure - Destroyed process.isAlive
Summary: Update test to check for children after processes are destroyed
Reviewed-by: darcy
rriggs [Tue, 14 Jul 2015 15:35:37 -0400] rev 31682
8078099: (process) ProcessHandle should uniquely identify processes
8078108: (process) ProcessHandle.isAlive should be robust
Summary: isAlive should check and confirm the start time
Reviewed-by: simonis, plevart
rriggs [Tue, 14 Jul 2015 15:29:16 -0400] rev 31681
8129344: (process) ProcessHandle instances should define equals and be value-based
Summary: add equals(), hashCode() and value-based spec
Reviewed-by: psandoz
peytoia [Wed, 15 Jul 2015 11:05:51 +0900] rev 31680
8032446: Support Unicode 7.0.0 in JDK 9
8130889: Missing "@since 1.8" tags in j.l.Character.java
Reviewed-by: naoto, okutsu
amurillo [Tue, 14 Jul 2015 16:29:08 -0700] rev 31679
Merge
amurillo [Thu, 09 Jul 2015 22:46:18 -0700] rev 31678
Merge
dcubed [Thu, 09 Jul 2015 14:48:12 -0700] rev 31677
Merge
dcubed [Fri, 03 Jul 2015 07:13:24 -0700] rev 31676
Merge
dcubed [Thu, 02 Jul 2015 14:39:54 -0700] rev 31675
Merge
jbachorik [Thu, 25 Jun 2015 11:18:04 +0200] rev 31674
8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out
Reviewed-by: dholmes
jfdenise [Thu, 25 Jun 2015 18:24:39 +0200] rev 31673
8080511: Refresh of jimage support
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, sundararajan.athijegannathan@oracle.com
cjplummer [Wed, 24 Jun 2015 11:59:11 -0700] rev 31672
8129386: [TESTBUG] - com/sun/jdi/cds/*.java missing @build tag for libraries
Summary: Added @build tags for all dependent classes
Reviewed-by: iklam, mseledtsov, dholmes
zmajo [Fri, 03 Jul 2015 07:23:45 +0200] rev 31671
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics.
Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
kvn [Thu, 02 Jul 2015 17:50:25 -0700] rev 31670
Merge