aph [Thu, 13 Nov 2014 15:45:45 -0800] rev 29233
8064594: AARCH64: JDK changes
Reviewed-by: dholmes, twisti, kvn
darcy [Mon, 02 Mar 2015 16:06:58 -0800] rev 29232
8074126: Correct @see cross-refs to the JLS in java.lang[.annotation]
Reviewed-by: lancea
bchristi [Mon, 02 Mar 2015 13:37:30 -0800] rev 29231
8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
Reviewed-by: alanb, erikj, ihse, mchung
dfuchs [Mon, 02 Mar 2015 14:46:10 +0100] rev 29230
8074032: Instant.ofEpochMilli(millis).toEpochMilli() can throw arithmetic overflow in toEpochMilli()
Summary: Instant.toEpochMilli() now takes into account the sign of the 'seconds' field.
Reviewed-by: rriggs, scolebourne