sspitsyn [Thu, 29 Jan 2015 03:11:01 -0800] rev 28741
8008678: JSR 292: constant pool reconstitution must support pseudo strings
Summary: Keep orig idx from pseudo-string to UTF8, use 2nd lsb CPSlot to mark pseudo-string.
Reviewed-by: coleenp, jrose
Contributed-by: serguei.spitsyn@oracle.com
minqi [Thu, 29 Jan 2015 03:54:44 +0000] rev 28740
Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28739
Merge
minqi [Tue, 27 Jan 2015 20:02:35 -0800] rev 28738
Merge
dfuchs [Wed, 28 Jan 2015 17:52:48 +0100] rev 28737
8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
Summary: Changes the implementation of java.time.Clock.systemUTC() to take advantage of the maximum resolution of the underlying native clock on which System.currentTimeMillis() is based.
Reviewed-by: dholmes, rriggs, scolebourne, sla
ykantser [Wed, 28 Jan 2015 09:27:49 +0100] rev 28736
8071545: Tests are still excluded while the appropriate bug has been fixed
Reviewed-by: sspitsyn, sla
ctornqvi [Tue, 27 Jan 2015 05:51:00 -0800] rev 28735
8071530: Update OS detection code to reflect Windows 10 version change
Reviewed-by: sla, mgronlun