katleman [Thu, 05 Feb 2015 11:43:33 -0800] rev 28747
Added tag jdk9-b49 for changeset 6e8154707178
duke [Wed, 05 Jul 2017 20:17:56 +0200] rev 28746
Merge
lana [Thu, 05 Feb 2015 15:44:19 -0800] rev 28745
Merge
dfuchs [Wed, 04 Feb 2015 17:12:03 +0100] rev 28744
8072450: 9-dev build failed on elinux-i586 and rlinux-i586
Summary: added LL suffix to constant declaration
Reviewed-by: dholmes, coleenp, sla
amurillo [Fri, 30 Jan 2015 16:56:05 -0800] rev 28743
Merge
minqi [Fri, 30 Jan 2015 10:52:25 -0800] rev 28742
Merge
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
sspitsyn [Mon, 26 Jan 2015 15:51:28 -0800] rev 28734
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
Summary: adjust Unsafe methods in the itable/vtable if Unsafe is redefined
Reviewed-by: coleenp, dcubed
Contributed-by: serguei.spitsyn@oracle.com
goetz [Mon, 12 Jan 2015 09:16:06 +0100] rev 28733
8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
Reviewed-by: coleenp, sla