Wed, 28 Jan 2015 17:48:59 +0100 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
dfuchs [Wed, 28 Jan 2015 17:48:59 +0100] rev 28765
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
Wed, 28 Jan 2015 09:23:41 +0100 8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined
ykantser [Wed, 28 Jan 2015 09:23:41 +0100] rev 28764
8071582: com/sun/jdi/GetLocalVariables4Test.sh should be quarantined Reviewed-by: sspitsyn, sla
Mon, 26 Jan 2015 15:46:47 -0800 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
sspitsyn [Mon, 26 Jan 2015 15:46:47 -0800] rev 28763
8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found Summary: enable the test: java/lang/instrument/IsModifiableClassAgent.java Reviewed-by: coleenp, dcubed Contributed-by: serguei.spitsyn@oracle.com
Mon, 26 Jan 2015 13:50:53 +0100 8071324: com/sun/jdi/ConnectedVMs.java should be quarantined
ykantser [Mon, 26 Jan 2015 13:50:53 +0100] rev 28762
8071324: com/sun/jdi/ConnectedVMs.java should be quarantined Reviewed-by: sla
Mon, 26 Jan 2015 08:52:46 +0100 8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root
ykantser [Mon, 26 Jan 2015 08:52:46 +0100] rev 28761
8044419: TEST_BUG: com/sun/jdi/JdbReadTwiceTest.sh fails when run under root Reviewed-by: dsamersoff, sla Contributed-by: mattias.tobiasson@oracle.com
Fri, 23 Jan 2015 14:20:52 +0100 8067945: SVC jdk/test/* should be cleaned from JRE layout dependency
ykantser [Fri, 23 Jan 2015 14:20:52 +0100] rev 28760
8067945: SVC jdk/test/* should be cleaned from JRE layout dependency Reviewed-by: sla Contributed-by: alexander.kulyakhtin@oracle.com
Wed, 21 Jan 2015 15:06:31 +0100 8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined
ykantser [Wed, 21 Jan 2015 15:06:31 +0100] rev 28759
8069296: java/lang/management/MemoryMXBean/LowMemoryTest.java should be quarantined Reviewed-by: sla
Mon, 26 Jan 2015 17:00:39 -0800 Merge
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28758
Merge
Mon, 02 Feb 2015 16:35:10 -0800 8072371: Add two failing svc tests to the problem list
darcy [Mon, 02 Feb 2015 16:35:10 -0800] rev 28757
8072371: Add two failing svc tests to the problem list Reviewed-by: lancea
Mon, 02 Feb 2015 12:35:18 -0800 8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list
darcy [Mon, 02 Feb 2015 12:35:18 -0800] rev 28756
8072135: Add javax/xml/ws/8046817/GenerateEnumSchema.java to the problem list Reviewed-by: rriggs
Mon, 02 Feb 2015 14:21:32 +0100 8072030: Race condition in ThenComposeExceptionTest.java
psandoz [Mon, 02 Feb 2015 14:21:32 +0100] rev 28755
8072030: Race condition in ThenComposeExceptionTest.java Reviewed-by: chegar
Mon, 02 Feb 2015 14:19:12 +0100 8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T>
psandoz [Mon, 02 Feb 2015 14:19:12 +0100] rev 28754
8050820: Please add java.util.Optional.stream() to convert Optional<T> to Stream<T> Reviewed-by: alundblad, forax, chegar, jrose
Mon, 02 Feb 2015 14:19:00 +0100 8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T>
psandoz [Mon, 02 Feb 2015 14:19:00 +0100] rev 28753
8059324: orElseThrow has different signatures for OptionalPrimitive and Optional<T> Reviewed-by: lancea, chegar
Mon, 02 Feb 2015 14:18:54 +0100 8048689: Clarify documentation on BaseStream.spliterator
psandoz [Mon, 02 Feb 2015 14:18:54 +0100] rev 28752
8048689: Clarify documentation on BaseStream.spliterator Reviewed-by: lancea, chegar
Fri, 30 Jan 2015 16:13:57 -0500 8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset
rriggs [Fri, 30 Jan 2015 16:13:57 -0500] rev 28751
8068284: Missing @throws in DateTimeFormatterBuilder.appendOffset 8068285: Missing @throws in DateTimeFormatterBuilder.appendInstant 8062803: 'principal' should be 'principle' in java.time package description 8062796: java.time.format.DateTimeFormatter error in API doc example Reviewed-by: lancea, mchung
Fri, 30 Jan 2015 16:13:04 -0500 8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support
rriggs [Fri, 30 Jan 2015 16:13:04 -0500] rev 28750
8055330: (process spec) ProcessBuilder.start and Runtime.exec should throw UnsupportedOperationException on platforms that don't support Summary: Clarify optional behavior and the exception thrown when not supported Reviewed-by: dfuchs, martin
Fri, 30 Jan 2015 12:56:12 -0800 6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null
bpb [Fri, 30 Jan 2015 12:56:12 -0800] rev 28749
6880737: (fs) FileLock constructors don't throw NPE if the channel argument is null Summary: Throw IllegalArgumentException if the channel parameter is null Reviewed-by: alanb
Fri, 30 Jan 2015 10:23:45 -0800 8067669: Documentation for methods in Number incomplete regarding too large values.
bpb [Fri, 30 Jan 2015 10:23:45 -0800] rev 28748
8067669: Documentation for methods in Number incomplete regarding too large values. Summary: Remove statments about rounding and truncation from the *Valud() methods Reviewed-by: rriggs, darcy, alundblad
Thu, 05 Feb 2015 11:43:33 -0800 Added tag jdk9-b49 for changeset 6e8154707178
katleman [Thu, 05 Feb 2015 11:43:33 -0800] rev 28747
Added tag jdk9-b49 for changeset 6e8154707178
Wed, 05 Jul 2017 20:17:56 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:56 +0200] rev 28746
Merge
Thu, 05 Feb 2015 15:44:19 -0800 Merge
lana [Thu, 05 Feb 2015 15:44:19 -0800] rev 28745
Merge
Wed, 04 Feb 2015 17:12:03 +0100 8072450: 9-dev build failed on elinux-i586 and rlinux-i586
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
Fri, 30 Jan 2015 16:56:05 -0800 Merge
amurillo [Fri, 30 Jan 2015 16:56:05 -0800] rev 28743
Merge
Fri, 30 Jan 2015 10:52:25 -0800 Merge
minqi [Fri, 30 Jan 2015 10:52:25 -0800] rev 28742
Merge
Thu, 29 Jan 2015 03:11:01 -0800 8008678: JSR 292: constant pool reconstitution must support pseudo strings
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
Thu, 29 Jan 2015 03:54:44 +0000 Merge
minqi [Thu, 29 Jan 2015 03:54:44 +0000] rev 28740
Merge
Thu, 29 Jan 2015 01:13:14 +0000 Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28739
Merge
Tue, 27 Jan 2015 20:02:35 -0800 Merge
minqi [Tue, 27 Jan 2015 20:02:35 -0800] rev 28738
Merge
Wed, 28 Jan 2015 17:52:48 +0100 8068730: Increase the precision of the implementation of java.time.Clock.systemUTC()
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
Wed, 28 Jan 2015 09:27:49 +0100 8071545: Tests are still excluded while the appropriate bug has been fixed
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
Tue, 27 Jan 2015 05:51:00 -0800 8071530: Update OS detection code to reflect Windows 10 version change
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
Mon, 26 Jan 2015 15:51:28 -0800 8068162: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
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
Mon, 12 Jan 2015 09:16:06 +0100 8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available
goetz [Mon, 12 Jan 2015 09:16:06 +0100] rev 28733
8068778: [TESTBUG] CompressedClassSpaceSizeInJmapHeap.java fails if SA not available Reviewed-by: coleenp, sla
Fri, 23 Jan 2015 11:44:21 -0800 8069207: [TESTBUG] Exception thrown for java.lang.NoSuchMethodError: sun.misc.Unsafe.monitorExit
ctornqvi [Fri, 23 Jan 2015 11:44:21 -0800] rev 28732
8069207: [TESTBUG] Exception thrown for java.lang.NoSuchMethodError: sun.misc.Unsafe.monitorExit Reviewed-by: gtriantafill, dholmes
Fri, 23 Jan 2015 09:54:33 -0500 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
lfoltan [Fri, 23 Jan 2015 09:54:33 -0500] rev 28731
8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest. Summary: A static method should be skipped in entirety by find_instance_method(), searching should continue to find an overpass method of the same name and signature if present. Reviewed-by: acorn, hseigel
Wed, 28 Jan 2015 07:55:27 +0100 8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34
thartmann [Wed, 28 Jan 2015 07:55:27 +0100] rev 28730
8064940: JMH javac performance regressions on solaris-sparcv9 in 9-b34 Summary: Aligning code heap sizes to large page size if supported. Reviewed-by: kvn, anoll
Tue, 27 Jan 2015 13:58:55 -0500 Merge
dlong [Tue, 27 Jan 2015 13:58:55 -0500] rev 28729
Merge
Mon, 26 Jan 2015 19:01:50 +0300 8069125: compiler/codecache/stress tests timeout in nightlies
pchistyakov [Mon, 26 Jan 2015 19:01:50 +0300] rev 28728
8069125: compiler/codecache/stress tests timeout in nightlies Summary: added timeout between one of test threads iterations, adjusted hole test execution time Reviewed-by: kvn
Mon, 26 Jan 2015 18:59:09 +0300 8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage
pchistyakov [Mon, 26 Jan 2015 18:59:09 +0300] rev 28727
8066998: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest.java : sweep shouldn't increase usage Summary: disable background compilation Reviewed-by: kvn
Mon, 26 Jan 2015 10:43:42 +0100 8071312: compiler/arguments/CheckCompileThresholdScaling.java fails
zmajo [Mon, 26 Jan 2015 10:43:42 +0100] rev 28726
8071312: compiler/arguments/CheckCompileThresholdScaling.java fails Summary: Change the way VM handles CompileThresholdScaling==0, update test Reviewed-by: kvn, drchase, fzhinkin
Fri, 23 Jan 2015 22:39:24 -0500 8031064: build_vm_def.sh not working correctly for new build cross compile
dlong [Fri, 23 Jan 2015 22:39:24 -0500] rev 28725
8031064: build_vm_def.sh not working correctly for new build cross compile Summary: move nm and awk code into vm.make Reviewed-by: dsamersoff, dholmes
Thu, 22 Jan 2015 21:02:24 +0000 Merge
iveresov [Thu, 22 Jan 2015 21:02:24 +0000] rev 28724
Merge
Thu, 22 Jan 2015 11:25:23 -0800 8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local
iveresov [Thu, 22 Jan 2015 11:25:23 -0800] rev 28723
8071302: assert(!_reg_node[reg_lo] || edge_from_to(_reg_node[reg_lo], def)) failed: after block local Summary: Add merge nodes to node to block mapping Reviewed-by: kvn, vlivanov
Tue, 20 Jan 2015 11:26:20 +0300 8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure
fzhinkin [Tue, 20 Jan 2015 11:26:20 +0300] rev 28722
8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure Reviewed-by: kvn
Thu, 22 Jan 2015 11:23:13 +0100 8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure
neliasso [Thu, 22 Jan 2015 11:23:13 +0100] rev 28721
8069035: compiler/oracle/CheckCompileCommandOption.java nightly failure Summary: Fixed whitespace handling and added test cases Reviewed-by: kvn, anoll, zmajo
Thu, 22 Jan 2015 11:05:14 +0100 8069389: CompilerOracle prefix wildcarding is broken for long strings
neliasso [Thu, 22 Jan 2015 11:05:14 +0100] rev 28720
8069389: CompilerOracle prefix wildcarding is broken for long strings Summary: Replace strcpy with memmove Reviewed-by: kvn
Thu, 22 Jan 2015 09:07:41 +0100 8069580: String intrinsic related cleanups
thartmann [Thu, 22 Jan 2015 09:07:41 +0100] rev 28719
8069580: String intrinsic related cleanups Summary: Small cleanup of string intrinsic related code. Reviewed-by: kvn, roland
Mon, 26 Jan 2015 17:00:39 -0800 Merge
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28718
Merge
Thu, 05 Feb 2015 11:43:29 -0800 Added tag jdk9-b49 for changeset 6a22230c068f
katleman [Thu, 05 Feb 2015 11:43:29 -0800] rev 28717
Added tag jdk9-b49 for changeset 6a22230c068f
Thu, 05 Feb 2015 15:41:43 -0800 Merge
lana [Thu, 05 Feb 2015 15:41:43 -0800] rev 28716
Merge
Tue, 03 Feb 2015 14:08:55 -0800 8069551: Move java.security.acl from compact3 to java.base
mchung [Tue, 03 Feb 2015 14:08:55 -0800] rev 28715
8069551: Move java.security.acl from compact3 to java.base Reviewed-by: alanb, mullan, wetmore
Fri, 30 Jan 2015 16:56:03 -0800 Merge
amurillo [Fri, 30 Jan 2015 16:56:03 -0800] rev 28714
Merge
Mon, 26 Jan 2015 17:00:38 -0800 Merge
amurillo [Mon, 26 Jan 2015 17:00:38 -0800] rev 28713
Merge
Thu, 05 Feb 2015 11:43:28 -0800 Added tag jdk9-b49 for changeset dd613dc718a1
katleman [Thu, 05 Feb 2015 11:43:28 -0800] rev 28712
Added tag jdk9-b49 for changeset dd613dc718a1
Wed, 05 Jul 2017 20:17:34 +0200 Added tag jdk9-b49 for changeset 5b8db585a33c
duke [Wed, 05 Jul 2017 20:17:34 +0200] rev 28711
Added tag jdk9-b49 for changeset 5b8db585a33c
Wed, 05 Jul 2017 20:17:33 +0200 Merge jdk9-b49
duke [Wed, 05 Jul 2017 20:17:33 +0200] rev 28710
Merge
Wed, 05 Jul 2017 20:17:28 +0200 Merge
duke [Wed, 05 Jul 2017 20:17:28 +0200] rev 28709
Merge
Thu, 29 Jan 2015 15:36:21 -0800 Merge
lana [Thu, 29 Jan 2015 15:36:21 -0800] rev 28708
Merge
Thu, 29 Jan 2015 14:43:19 -0800 8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker
jjg [Thu, 29 Jan 2015 14:43:19 -0800] rev 28707
8071617: move pathToURLs from javac.file.Locations to javadoc.DocletInvoker Reviewed-by: ksrini
Tue, 27 Jan 2015 19:50:41 -0800 8068937: jdeps shows "not found" if target class has no reference other than its own package
mchung [Tue, 27 Jan 2015 19:50:41 -0800] rev 28706
8068937: jdeps shows "not found" if target class has no reference other than its own package Reviewed-by: alanb
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip