2015-02-05 Merge
lana [Thu, 05 Feb 2015 15:42:09 -0800] rev 28789
Merge
2015-02-05 8072626: Test for JDK-8068872 fails in tip
hannesw [Thu, 05 Feb 2015 16:26:36 +0100] rev 28788
8072626: Test for JDK-8068872 fails in tip Reviewed-by: lagergren, jlaskey
2015-02-05 8068872: Nashorn JSON.parse drops numeric keys
hannesw [Thu, 05 Feb 2015 14:47:28 +0100] rev 28787
8068872: Nashorn JSON.parse drops numeric keys Reviewed-by: attila, lagergren
2015-02-05 8062141: Various performance issues parsing JSON
hannesw [Thu, 05 Feb 2015 14:42:14 +0100] rev 28786
8062141: Various performance issues parsing JSON Reviewed-by: lagergren, attila
2015-02-05 8072595: nashorn should not use obj.getClass() for null checks
sundar [Thu, 05 Feb 2015 19:08:00 +0530] rev 28785
8072595: nashorn should not use obj.getClass() for null checks Reviewed-by: hannesw, attila
2015-01-30 8072000: New compiler warning after JDK-8067139
attila [Fri, 30 Jan 2015 15:03:56 +0100] rev 28784
8072000: New compiler warning after JDK-8067139 Reviewed-by: hannesw, sundar
2015-02-05 Added tag jdk9-b49 for changeset bdc353778a28
katleman [Thu, 05 Feb 2015 11:43:38 -0800] rev 28783
Added tag jdk9-b49 for changeset bdc353778a28
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:18:12 +0200] rev 28782
Merge
2015-02-05 Added tag jdk9-b49 for changeset 08067f67dde0
katleman [Thu, 05 Feb 2015 11:43:29 -0800] rev 28781
Added tag jdk9-b49 for changeset 08067f67dde0
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:18:07 +0200] rev 28780
Merge
2015-02-05 Merge
lana [Thu, 05 Feb 2015 15:43:20 -0800] rev 28779
Merge
2015-02-05 8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg
sla [Thu, 05 Feb 2015 13:00:26 +0100] rev 28778
8072458: jdk/test/Makefile references (to be removed) win32 directory in jtreg Reviewed-by: alanb
2015-02-05 8072456: @since tags missing from TimeUnit
sla [Thu, 05 Feb 2015 12:59:01 +0100] rev 28777
8072456: @since tags missing from TimeUnit Reviewed-by: alanb, martin
2015-02-05 8072042: (tz) Support tzdata2015a
aefimov [Thu, 05 Feb 2015 14:48:57 +0300] rev 28776
8072042: (tz) Support tzdata2015a Reviewed-by: coffeys, okutsu
2015-02-05 8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans
sjiang [Thu, 05 Feb 2015 12:13:45 +0100] rev 28775
8065213: Specify and implement PlatformMBeanProvider for looking for all platform MBeans Reviewed-by: dfuchs, mchung, jbachorik
2015-02-05 8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe
weijun [Thu, 05 Feb 2015 11:42:39 +0800] rev 28774
8071643: sun.security.krb5.KrbApReq.authenticate() is not thread safe Reviewed-by: mullan
2015-02-03 8069551: Move java.security.acl from compact3 to java.base
mchung [Tue, 03 Feb 2015 14:09:20 -0800] rev 28773
8069551: Move java.security.acl from compact3 to java.base Reviewed-by: alanb, mullan, wetmore
2015-02-03 8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf()
rriggs [Tue, 03 Feb 2015 14:39:57 -0500] rev 28772
8068278: ArrayIndexOutOfBoundsException instead of DateTimeException in j.t.chrono.JapaneseChronology.eraOf() Summary: Corrected era range check Reviewed-by: mchung, lancea
2015-02-03 8068033: JNI exception pending in jdk/src/share/bin/java.c
ksrini [Tue, 03 Feb 2015 09:49:27 -0800] rev 28771
8068033: JNI exception pending in jdk/src/share/bin/java.c Reviewed-by: mchung, serb
2015-02-03 Merge
amurillo [Tue, 03 Feb 2015 08:45:07 -0800] rev 28770
Merge
2015-01-31 Merge
amurillo [Fri, 30 Jan 2015 16:56:08 -0800] rev 28769
Merge
2015-01-29 Merge
minqi [Thu, 29 Jan 2015 03:54:45 +0000] rev 28768
Merge
2015-01-29 Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28767
Merge
2015-01-28 Merge
minqi [Tue, 27 Jan 2015 20:03:45 -0800] rev 28766
Merge
2015-01-28 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
2015-01-28 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
2015-01-26 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
2015-01-26 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
2015-01-26 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
2015-01-23 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
2015-01-21 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
2015-01-27 Merge
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28758
Merge
2015-02-03 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
2015-02-02 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
2015-02-02 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
2015-02-02 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
2015-02-02 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
2015-02-02 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
2015-01-30 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
2015-01-30 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
2015-01-30 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
2015-01-30 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
2015-02-05 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
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:17:56 +0200] rev 28746
Merge
2015-02-05 Merge
lana [Thu, 05 Feb 2015 15:44:19 -0800] rev 28745
Merge
2015-02-04 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
2015-01-31 Merge
amurillo [Fri, 30 Jan 2015 16:56:05 -0800] rev 28743
Merge
2015-01-30 Merge
minqi [Fri, 30 Jan 2015 10:52:25 -0800] rev 28742
Merge
2015-01-29 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
2015-01-29 Merge
minqi [Thu, 29 Jan 2015 03:54:44 +0000] rev 28740
Merge
2015-01-29 Merge
minqi [Thu, 29 Jan 2015 01:13:14 +0000] rev 28739
Merge
2015-01-28 Merge
minqi [Tue, 27 Jan 2015 20:02:35 -0800] rev 28738
Merge
2015-01-28 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
2015-01-28 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
2015-01-27 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
2015-01-26 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
2015-01-12 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
2015-01-23 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
2015-01-23 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
2015-01-28 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
2015-01-27 Merge
dlong [Tue, 27 Jan 2015 13:58:55 -0500] rev 28729
Merge
2015-01-26 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
2015-01-26 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
2015-01-26 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
2015-01-24 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
2015-01-22 Merge
iveresov [Thu, 22 Jan 2015 21:02:24 +0000] rev 28724
Merge
2015-01-22 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
2015-01-20 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
2015-01-22 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
2015-01-22 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
2015-01-22 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
2015-01-27 Merge
amurillo [Mon, 26 Jan 2015 17:00:39 -0800] rev 28718
Merge
2015-02-05 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
2015-02-05 Merge
lana [Thu, 05 Feb 2015 15:41:43 -0800] rev 28716
Merge
2015-02-03 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
2015-01-31 Merge
amurillo [Fri, 30 Jan 2015 16:56:03 -0800] rev 28714
Merge
2015-01-27 Merge
amurillo [Mon, 26 Jan 2015 17:00:38 -0800] rev 28713
Merge
2015-02-05 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
2017-07-05 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
2017-07-05 Merge jdk9-b49
duke [Wed, 05 Jul 2017 20:17:33 +0200] rev 28710
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:17:28 +0200] rev 28709
Merge
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:36:21 -0800] rev 28708
Merge
2015-01-29 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
2015-01-28 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
2015-01-27 8068463: Group 10c: golden files for tests in tools/javac dir
sogoel [Tue, 27 Jan 2015 15:11:57 -0800] rev 28705
8068463: Group 10c: golden files for tests in tools/javac dir Reviewed-by: jjg, mcimadamore
2015-01-29 Added tag jdk9-b48 for changeset 6e2e298c50f1
katleman [Wed, 28 Jan 2015 16:45:50 -0800] rev 28704
Added tag jdk9-b48 for changeset 6e2e298c50f1
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:17:22 +0200] rev 28703
Merge
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:35:04 -0800] rev 28702
Merge
2015-01-26 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
aefimov [Mon, 26 Jan 2015 12:36:37 +0300] rev 28701
8046817: JDK 8 schemagen tool does not generate xsd files for enum types Reviewed-by: joehw, mkos
2015-01-29 Added tag jdk9-b48 for changeset a5c172165b3b
katleman [Wed, 28 Jan 2015 16:45:40 -0800] rev 28700
Added tag jdk9-b48 for changeset a5c172165b3b
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:17:15 +0200] rev 28699
Merge
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:36:12 -0800] rev 28698
Merge
2015-01-29 8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests
joehw [Wed, 28 Jan 2015 22:49:58 -0800] rev 28697
8051547: Convert JAXP function tests: javax.xml.validation.* to jtreg (testng) tests Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
2015-01-28 8052401: JAXP function gap tests conversion
joehw [Wed, 28 Jan 2015 15:07:12 -0800] rev 28696
8052401: JAXP function gap tests conversion Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
2015-01-28 8054196: XPath: support any type
joehw [Tue, 27 Jan 2015 22:01:46 -0800] rev 28695
8054196: XPath: support any type Reviewed-by: alanb, lancea, dfuchs
2015-01-26 8062923: XSL: Run-time internal error in 'substring()'
aefimov [Mon, 26 Jan 2015 12:17:59 +0300] rev 28694
8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function Reviewed-by: joehw
2015-01-29 Added tag jdk9-b48 for changeset 5da8936a1a2c
katleman [Wed, 28 Jan 2015 16:45:37 -0800] rev 28693
Added tag jdk9-b48 for changeset 5da8936a1a2c
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:17:09 +0200] rev 28692
Merge
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:36:29 -0800] rev 28691
Merge
2015-01-28 8067139: Finally blocks inlined incorrectly
attila [Wed, 28 Jan 2015 17:58:08 +0100] rev 28690
8067139: Finally blocks inlined incorrectly Reviewed-by: hannesw, lagergren
2015-01-29 Added tag jdk9-b48 for changeset 5f1e4deb8d30
katleman [Wed, 28 Jan 2015 16:45:51 -0800] rev 28689
Added tag jdk9-b48 for changeset 5f1e4deb8d30
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:17:03 +0200] rev 28688
Merge
2015-01-29 Added tag jdk9-b48 for changeset bb8de1967725
katleman [Wed, 28 Jan 2015 16:45:33 -0800] rev 28687
Added tag jdk9-b48 for changeset bb8de1967725
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:16:58 +0200] rev 28686
Merge
2015-01-30 8071959: java.lang.Object uses implicit default constructor
darcy [Thu, 29 Jan 2015 16:16:35 -0800] rev 28685
8071959: java.lang.Object uses implicit default constructor Reviewed-by: lancea
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:35:29 -0800] rev 28684
Merge
2015-01-29 8071434: doc updates for java.lang.Object
darcy [Thu, 29 Jan 2015 15:14:44 -0800] rev 28683
8071434: doc updates for java.lang.Object Reviewed-by: rriggs
2015-01-29 8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader
bchristi [Thu, 29 Jan 2015 14:49:15 -0800] rev 28682
8068578: test/java/io/Serializable/subclassGC/SubclassGC.java assumes app class loader is a URLClassLoader Reviewed-by: alanb
2015-01-29 8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows
chegar [Thu, 29 Jan 2015 20:45:30 +0000] rev 28681
8067105: Socket returned by ServerSocket.accept() is inherited by child process on Windows Reviewed-by: alanb, igerasim
2015-01-29 8067680: (sctp) Possible race initializing native IDs
robm [Thu, 29 Jan 2015 14:59:42 +0000] rev 28680
8067680: (sctp) Possible race initializing native IDs Reviewed-by: chegar, rriggs
2015-01-28 8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails
dsamersoff [Wed, 28 Jan 2015 04:56:00 -0800] rev 28679
8042397: tmtools/jmap/heap_config/jmap_heap_config_OldSize fails Summary: rewrite the test to jtreg Reviewed-by: ykantser, jbachorik
2015-01-27 Merge
amurillo [Tue, 27 Jan 2015 10:11:23 -0800] rev 28678
Merge
2015-01-23 Merge
amurillo [Thu, 22 Jan 2015 22:42:33 -0800] rev 28677
Merge
2015-01-22 Merge
dlong [Thu, 22 Jan 2015 18:23:57 -0500] rev 28676
Merge
2015-01-16 8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
pchistyakov [Fri, 16 Jan 2015 15:09:01 +0300] rev 28675
8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list Reviewed-by: kvn, iignatyev
2015-01-22 Merge
jwilhelm [Thu, 22 Jan 2015 12:26:25 +0100] rev 28674
Merge
2015-01-20 8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally
jmasa [Tue, 20 Jan 2015 13:29:26 -0800] rev 28673
8067751: OOMEInReferenceHandler.java fails: Cleaner terminated abnormally Summary: OOME with message "GC overhead limit exceeded". -XX:-UseGCOverheadLimit was added to avoid OOME in resource handler. Reviewed-by: jmasa, jwilhelm Contributed-by: michail.chernov@oracle.com
2015-01-18 Merge
minqi [Sun, 18 Jan 2015 11:50:10 -0800] rev 28672
Merge
2015-01-15 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
psandoz [Thu, 15 Jan 2015 11:18:14 +0100] rev 28671
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter Reviewed-by: dholmes, coleenp Contributed-by: paul.sandoz@oracle.com, peter.levart@gmail.com
2015-01-27 8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check.
weijun [Tue, 27 Jan 2015 18:16:27 +0800] rev 28670
8022582: Relax response flags checking in sun.security.krb5.KrbKdcRep.check. Reviewed-by: mullan
2015-01-27 8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support
okutsu [Tue, 27 Jan 2015 12:59:45 +0900] rev 28669
8065178: test/java/util/ResourceBundle/Bug6287579.java needs update for per language package support Reviewed-by: naoto, peytoia
2015-01-27 8069269: (spec) Defect in the System.nanoTime spec
bpb [Mon, 26 Jan 2015 17:16:57 -0800] rev 28668
8069269: (spec) Defect in the System.nanoTime spec Summary: Change the description of how to compare two nanoTime values. Reviewed-by: martin
2015-01-26 8071477: Better Spliterator implementations for String.chars() and String.codePoints()
psandoz [Mon, 26 Jan 2015 17:26:49 +0000] rev 28667
8071477: Better Spliterator implementations for String.chars() and String.codePoints() Reviewed-by: sherman
2015-01-26 8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive
psandoz [Mon, 26 Jan 2015 17:06:00 +0000] rev 28666
8032513: The Spliterator characteristics CONCURRENT and IMMUTABLE are mutually exclusive Reviewed-by: chegar, lancea, dfuchs
2015-01-26 8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java
rriggs [Mon, 26 Jan 2015 10:55:27 -0500] rev 28665
8071481: (Process) Merge UNIXProcess.java into ProcessImpl.java Summary: simplify source files for Unix Process implementation Reviewed-by: plevart, chegar
2015-01-26 8071562: TimestampCheck.java change removes a whitespace between command and args
weijun [Mon, 26 Jan 2015 21:55:05 +0800] rev 28664
8071562: TimestampCheck.java change removes a whitespace between command and args Reviewed-by: alanb
2015-01-26 8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows
chegar [Mon, 26 Jan 2015 13:46:08 +0000] rev 28663
8071424: JCK test api/java_net/Socket/descriptions.html#Bind crashes on Windows Reviewed-by: alanb
2015-01-26 8049171: Additional tests for jarsigner's warnings
asmotrak [Mon, 26 Jan 2015 18:13:42 +0800] rev 28662
8049171: Additional tests for jarsigner's warnings Reviewed-by: weijun
2015-01-26 8046817: JDK 8 schemagen tool does not generate xsd files for enum types
aefimov [Mon, 26 Jan 2015 12:36:32 +0300] rev 28661
8046817: JDK 8 schemagen tool does not generate xsd files for enum types Reviewed-by: joehw, mkos
2015-01-26 8069261: Create make dependencies on make variable values
erikj [Mon, 26 Jan 2015 10:29:11 +0100] rev 28660
8069261: Create make dependencies on make variable values Reviewed-by: ihse
2015-01-26 8062923: XSL: Run-time internal error in 'substring()'
aefimov [Mon, 26 Jan 2015 12:25:27 +0300] rev 28659
8062923: XSL: Run-time internal error in 'substring()' 8062924: XSL: wrong answer from substring() function Reviewed-by: joehw
2015-01-26 8055190: Cleanup include and exclude of core-libs native libraries after source code restructure
erikj [Mon, 26 Jan 2015 10:24:25 +0100] rev 28658
8055190: Cleanup include and exclude of core-libs native libraries after source code restructure Reviewed-by: alanb
2015-01-26 8055045: StringIndexOutOfBoundsException while reading krb5.conf
weijun [Mon, 26 Jan 2015 09:29:29 +0800] rev 28657
8055045: StringIndexOutOfBoundsException while reading krb5.conf Reviewed-by: mullan
2015-01-29 Added tag jdk9-b48 for changeset 6d99e9b8dbe5
katleman [Wed, 28 Jan 2015 16:45:45 -0800] rev 28656
Added tag jdk9-b48 for changeset 6d99e9b8dbe5
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:16:49 +0200] rev 28655
Merge
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:36:59 -0800] rev 28654
Merge
2015-01-27 Merge
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28653
Merge
2015-01-23 Merge
amurillo [Thu, 22 Jan 2015 22:42:31 -0800] rev 28652
Merge
2015-01-22 Merge
dlong [Thu, 22 Jan 2015 18:23:54 -0500] rev 28651
Merge
2015-01-21 8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds)
zmajo [Wed, 21 Jan 2015 10:51:35 +0100] rev 28650
8059606: Enable per-method usage of CompileThresholdScaling (per-method compilation thresholds) Summary: Changed interpreter and compilation policies to allow using CompileThresholdScaling on a per-method level Reviewed-by: jrose, kvn
2015-01-20 8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
zmajo [Tue, 20 Jan 2015 09:45:11 +0100] rev 28649
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java Summary: Added '@ignore 8069160' to the test. Reviewed-by: anoll, kvn
2015-01-19 8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
iveresov [Mon, 19 Jan 2015 12:29:50 -0800] rev 28648
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init> Summary: Use MachMerge to hook together defs of the same multidef value in a block Reviewed-by: kvn, vlivanov
2015-01-19 Merge
vlivanov [Mon, 19 Jan 2015 14:14:05 +0000] rev 28647
Merge
2015-01-16 8068231: Several tests are still excluded
pchistyakov [Fri, 16 Jan 2015 15:08:20 +0300] rev 28646
8068231: Several tests are still excluded Reviewed-by: kvn, iignatyev
2015-01-16 8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
dpochepk [Fri, 16 Jan 2015 20:59:23 +0400] rev 28645
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour) Summary: fixing unstable behaviour of 2 tests Reviewed-by: iignatyev
2015-01-19 Merge
thartmann [Mon, 19 Jan 2015 11:35:45 +0000] rev 28644
Merge
2015-01-19 8066312: Add new Node* Node::find_out(int opc) method.
zmajo [Mon, 19 Jan 2015 09:32:40 +0100] rev 28643
8066312: Add new Node* Node::find_out(int opc) method. Summary: Added methods find_user_with() and has_user_with() for searching for a particular out type. Reviewed-by: kvn, jrose
2015-01-16 8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
asiebenborn [Fri, 16 Jan 2015 13:58:22 +0100] rev 28642
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat Reviewed-by: kvn
2015-01-16 Merge
dlong [Fri, 16 Jan 2015 05:02:11 -0500] rev 28641
Merge
2015-01-15 8067374: Use %f instead of %g for LogCompilation output
zmajo [Thu, 15 Jan 2015 11:30:13 +0100] rev 28640
8067374: Use %f instead of %g for LogCompilation output Summary: Changed format string from %g to %f. Reviewed-by: kvn
2015-01-15 8068864: C2 failed: modified node is not on IGVN._worklist
kvn [Wed, 14 Jan 2015 17:27:00 -0800] rev 28639
8068864: C2 failed: modified node is not on IGVN._worklist Summary: Use igvn.replace_input_of() instead of set_req(). Reviewed-by: iveresov, vlivanov
2015-01-22 Merge
jwilhelm [Thu, 22 Jan 2015 12:26:26 +0100] rev 28638
Merge
2015-01-21 8069230: Remove unused G1PostBarrierStub::byte_map_base and friends
kbarrett [Wed, 21 Jan 2015 19:36:18 +0100] rev 28637
8069230: Remove unused G1PostBarrierStub::byte_map_base and friends Reviewed-by: brutisso, tschatzl
2015-01-19 Merge
jwilhelm [Mon, 19 Jan 2015 15:52:56 +0100] rev 28636
Merge
2015-01-19 8069011: gc/TestSmallHeap.java failing in nightly
sjohanss [Mon, 19 Jan 2015 10:08:07 +0100] rev 28635
8069011: gc/TestSmallHeap.java failing in nightly Summary: Using @requires to avoid running with AggressiveOpts turned on. Reviewed-by: jwilhelm, brutisso
2015-01-19 8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
sjohanss [Mon, 19 Jan 2015 10:06:14 +0100] rev 28634
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests Reviewed-by: brutisso, kbarrett
2015-01-16 8068971: A heap region being cleared should not belong to the cset
ehelin [Fri, 16 Jan 2015 14:43:45 +0100] rev 28633
8068971: A heap region being cleared should not belong to the cset Reviewed-by: brutisso, tschatzl
2015-01-16 Merge
ehelin [Fri, 16 Jan 2015 10:32:40 +0000] rev 28632
Merge
2015-01-16 8066875: VirtualSpace does not use large pages
ehelin [Fri, 16 Jan 2015 10:29:12 +0100] rev 28631
8066875: VirtualSpace does not use large pages Reviewed-by: stefank, tschatzl, anoll, thartmann
2015-01-16 8061259: ParNew promotion failed is serialized on a lock
brutisso [Fri, 16 Jan 2015 09:40:13 +0100] rev 28630
8061259: ParNew promotion failed is serialized on a lock Reviewed-by: kbarrett, brutisso Contributed-by: jwha@google.com
2015-01-15 8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
jwilhelm [Thu, 15 Jan 2015 16:05:20 +0100] rev 28629
8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java Summary: Skip test if -client is not supported. Reviewed-by: jwilhelm, simonis Contributed-by: goetz.lindenmaier@sap.com
2015-01-20 8067479: verify-modules fails in bootcycle build
erikj [Tue, 20 Jan 2015 13:56:57 +0100] rev 28628
8067479: verify-modules fails in bootcycle build Reviewed-by: dholmes, sla
2015-01-19 8069048: (process) Suspend finishing threads when process exits [win]
igerasim [Mon, 19 Jan 2015 11:35:15 +0300] rev 28627
8069048: (process) Suspend finishing threads when process exits [win] Reviewed-by: dholmes, dcubed
2015-01-18 Merge
minqi [Sun, 18 Jan 2015 11:49:22 -0800] rev 28626
Merge
2015-01-16 8035938: Memory leak in JvmtiEnv::GetConstantPool
kevinw [Fri, 16 Jan 2015 21:28:02 +0000] rev 28625
8035938: Memory leak in JvmtiEnv::GetConstantPool Reviewed-by: sspitsyn, dcubed
2015-01-16 6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
aph [Fri, 16 Jan 2015 09:15:22 +0100] rev 28624
6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null Reviewed-by: sla, sspitsyn
2015-01-15 8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest
ctornqvi [Thu, 15 Jan 2015 14:10:49 -0800] rev 28623
8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest Reviewed-by: coleenp, gtriantafill
2015-01-15 Merge
psandoz [Thu, 15 Jan 2015 12:43:14 +0000] rev 28622
Merge
2015-01-15 8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter
psandoz [Thu, 15 Jan 2015 11:18:20 +0100] rev 28621
8054494: Remove sun.misc.Unsafe.monitorEnter, monitorExit and tryMonitorEnter Reviewed-by: dholmes, coleenp Contributed-by: paul.sandoz@oracle.com, filipp.zhinkin@gmail.com
2015-01-15 Merge
dsamersoff [Thu, 15 Jan 2015 12:02:55 +0000] rev 28620
Merge
2015-01-14 Merge
dsamersoff [Wed, 14 Jan 2015 17:22:28 +0000] rev 28619
Merge
2015-01-14 7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData
dsamersoff [Wed, 14 Jan 2015 07:10:53 -0800] rev 28618
7076820: assert(addr != 0) failed: address sanity check in PerfMemory::detach with -XX:-UsePerfData Summary: Explicitly checks for UsePerfData and if it's false make Perf:detach a NOP. Reviewed-by: dholmes, jbachorik
2015-01-07 8068503: ppc64: Encode/Decode nodes for disjoint cOops mode
goetz [Wed, 07 Jan 2015 08:37:49 +0100] rev 28617
8068503: ppc64: Encode/Decode nodes for disjoint cOops mode Reviewed-by: simonis
2015-01-14 Merge
jiangli [Wed, 14 Jan 2015 16:35:58 -0500] rev 28616
Merge
2015-01-14 8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error.
jiangli [Wed, 14 Jan 2015 16:35:00 -0500] rev 28615
8067982: Some jcmd /gc/heap_dump tests failed: hprof output contains warning or error. Summary: Include shared symbols in SymbolTable::symbols_do(SymbolClosure). Reviewed-by: minqi, farvidsson, coleenp
2015-01-14 Merge
erikj [Wed, 14 Jan 2015 15:25:13 +0000] rev 28614
Merge
2015-01-14 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj [Wed, 14 Jan 2015 15:57:59 +0100] rev 28613
8065576: Enable pipefail in the shell used by make to better detect build errors Reviewed-by: ihse, tbell, martin
2015-01-14 8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
hseigel [Wed, 14 Jan 2015 08:14:23 -0500] rev 28612
8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field Summary: Allow fieldClass for getstatic and putstatic to be an array Reviewed-by: dholmes, acorn
2015-01-13 8069590: AIX port of "8050807: Better performing performance data handling"
goetz [Tue, 13 Jan 2015 16:09:52 +0100] rev 28611
8069590: AIX port of "8050807: Better performing performance data handling" Reviewed-by: simonis, goetz Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com
2015-01-29 Added tag jdk9-b48 for changeset adf10d73e78b
katleman [Wed, 28 Jan 2015 16:45:35 -0800] rev 28610
Added tag jdk9-b48 for changeset adf10d73e78b
2015-01-29 Merge
lana [Thu, 29 Jan 2015 15:34:46 -0800] rev 28609
Merge
2015-01-28 8071781: Bootcycle build fails on macosx
erikj [Wed, 28 Jan 2015 15:45:00 +0100] rev 28608
8071781: Bootcycle build fails on macosx Reviewed-by: ihse
2015-01-28 8071651: infinite build loops in 9-dev windows platform on Jan 26
erikj [Wed, 28 Jan 2015 14:04:05 +0100] rev 28607
8071651: infinite build loops in 9-dev windows platform on Jan 26 Reviewed-by: alanb, ihse
2015-01-27 Merge
amurillo [Tue, 27 Jan 2015 10:11:22 -0800] rev 28606
Merge
2015-01-23 Merge
amurillo [Thu, 22 Jan 2015 22:42:30 -0800] rev 28605
Merge
2015-01-20 8067479: verify-modules fails in bootcycle build
erikj [Tue, 20 Jan 2015 13:56:35 +0100] rev 28604
8067479: verify-modules fails in bootcycle build Reviewed-by: ihse, dholmes
2015-01-19 Merge
minqi [Sun, 18 Jan 2015 23:14:47 -0800] rev 28603
Merge
2015-01-14 8065576: Enable pipefail in the shell used by make to better detect build errors
erikj [Wed, 14 Jan 2015 16:03:59 +0100] rev 28602
8065576: Enable pipefail in the shell used by make to better detect build errors Reviewed-by: ihse, tbell, martin
2015-01-26 8071550: SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on META-INF files
erikj [Mon, 26 Jan 2015 16:25:26 +0100] rev 28601
8071550: SetupJavaComilation EXCLUDE/INCLUDE/EXCLUDE_FILE do not work on META-INF files Reviewed-by: ihse
2015-01-26 8069261: Create make dependencies on make variable values
erikj [Mon, 26 Jan 2015 10:28:53 +0100] rev 28600
8069261: Create make dependencies on make variable values Reviewed-by: ihse
2015-01-29 Added tag jdk9-b48 for changeset f4f2bb7513e4
katleman [Wed, 28 Jan 2015 16:45:32 -0800] rev 28599
Added tag jdk9-b48 for changeset f4f2bb7513e4
2017-07-05 Added tag jdk9-b48 for changeset b2f9702efbe9
duke [Wed, 05 Jul 2017 20:16:24 +0200] rev 28598
Added tag jdk9-b48 for changeset b2f9702efbe9
2017-07-05 Merge jdk9-b48
duke [Wed, 05 Jul 2017 20:16:23 +0200] rev 28597
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:16:18 +0200] rev 28596
Merge
2015-01-25 Merge
lana [Sat, 24 Jan 2015 23:22:26 -0800] rev 28595
Merge
2015-01-23 8069254: Warning issued despite @SafeVarargs annotation on constructor
jlahoda [Fri, 23 Jan 2015 15:14:53 +0100] rev 28594
8069254: Warning issued despite @SafeVarargs annotation on constructor Summary: The Symbol created for diamond inference does not have annotations attached - need to look for @SafeVarargs on the underlying constructor's Symbol. Reviewed-by: mcimadamore
2015-01-22 8071310: Tests missing for checkin for JDK-8046977
jfranck [Thu, 22 Jan 2015 09:50:03 +0100] rev 28593
8071310: Tests missing for checkin for JDK-8046977 Reviewed-by: jlahoda Contributed-by: srikanth.adayapalam@oracle.com
2015-01-21 8070507: LambdaLambdaSerialized can fail in -agentvm mode
jfranck [Wed, 21 Jan 2015 19:02:20 +0100] rev 28592
8070507: LambdaLambdaSerialized can fail in -agentvm mode Reviewed-by: mcimadamore
2015-01-20 8046977: ClassCastException: typing information needed for method reference bridging not preserved
jfranck [Tue, 20 Jan 2015 21:49:55 +0100] rev 28591
8046977: ClassCastException: typing information needed for method reference bridging not preserved Reviewed-by: mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
2015-01-20 8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations
jlahoda [Tue, 20 Jan 2015 12:00:25 +0100] rev 28590
8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations Summary: Properly deferring warnings that are reported during entering of annotation's default value. Reviewed-by: mcimadamore
2015-01-20 8052070: javac crashes when there are duplicated type parameters
jlahoda [Tue, 20 Jan 2015 09:51:17 +0100] rev 28589
8052070: javac crashes when there are duplicated type parameters Summary: Avoid eager completion of ClassSymbol while type parameters are being processed. Reviewed-by: jlahoda, mcimadamore Contributed-by: srikanth.adayapalam@oracle.com
2015-01-19 8069229: new .java file with no copyright notice
mcimadamore [Mon, 19 Jan 2015 18:29:45 +0000] rev 28588
8069229: new .java file with no copyright notice Summary: Add missing copyright header Reviewed-by: jlahoda
2015-01-17 8068488: Facilitate extension of the javac parser -- missing modifier
rfield [Fri, 16 Jan 2015 20:03:30 -0800] rev 28587
8068488: Facilitate extension of the javac parser -- missing modifier Reviewed-by: jjg
2015-01-24 Added tag jdk9-b47 for changeset 422ba63d8dda
katleman [Fri, 23 Jan 2015 18:50:51 -0800] rev 28586
Added tag jdk9-b47 for changeset 422ba63d8dda
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:16:10 +0200] rev 28585
Merge
2015-01-25 Merge
lana [Sat, 24 Jan 2015 23:24:13 -0800] rev 28584
Merge
2014-10-22 8054367: More references for endpoints
mkos [Wed, 22 Oct 2014 20:14:25 +0200] rev 28583
8054367: More references for endpoints Reviewed-by: mullan, skoivu
2015-01-24 Added tag jdk9-b47 for changeset c9c4b9563018
katleman [Fri, 23 Jan 2015 18:50:47 -0800] rev 28582
Added tag jdk9-b47 for changeset c9c4b9563018
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:16:04 +0200] rev 28581
Merge
2015-01-24 Added tag jdk9-b47 for changeset dd8e62bad498
katleman [Fri, 23 Jan 2015 18:50:46 -0800] rev 28580
Added tag jdk9-b47 for changeset dd8e62bad498
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:15:59 +0200] rev 28579
Merge
2015-01-25 Merge
lana [Sat, 24 Jan 2015 23:23:06 -0800] rev 28578
Merge
2015-01-20 8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
attila [Tue, 20 Jan 2015 12:34:21 +0100] rev 28577
8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods Reviewed-by: hannesw, sundar
2015-01-19 8067880: Dead typed push methods in ArrayData
attila [Mon, 19 Jan 2015 16:07:16 +0100] rev 28576
8067880: Dead typed push methods in ArrayData Reviewed-by: hannesw, jlaskey
2015-01-24 Added tag jdk9-b47 for changeset 73d6633dcfd7
katleman [Fri, 23 Jan 2015 18:50:52 -0800] rev 28575
Added tag jdk9-b47 for changeset 73d6633dcfd7
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:15:53 +0200] rev 28574
Merge
2015-01-24 Added tag jdk9-b47 for changeset da1a0970667a
katleman [Fri, 23 Jan 2015 18:50:44 -0800] rev 28573
Added tag jdk9-b47 for changeset da1a0970667a
2017-07-05 Merge
duke [Wed, 05 Jul 2017 20:15:49 +0200] rev 28572
Merge
2015-01-25 Merge
lana [Sat, 24 Jan 2015 23:23:25 -0800] rev 28571
Merge
2015-01-23 8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210
wetmore [Fri, 23 Jan 2015 10:31:15 -0800] rev 28570
8069038: javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be updated for JDK-8061210 Reviewed-by: xuelei, mullan
2015-01-23 8069262: Doclint regression in java.nio.channels.Channels
amlu [Fri, 23 Jan 2015 16:16:39 +0000] rev 28569
8069262: Doclint regression in java.nio.channels.Channels Reviewed-by: darcy
2015-01-23 8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive
coffeys [Fri, 23 Jan 2015 15:03:47 +0000] rev 28568
8065994: HTTP Tunnel connection to NTLM proxy reauthenticates instead of using keep-alive Reviewed-by: chegar
2015-01-23 6933879: URISyntaxException when non-alphanumeric characters are present in scope_id
kshefov [Fri, 23 Jan 2015 15:42:06 +0300] rev 28567
6933879: URISyntaxException when non-alphanumeric characters are present in scope_id Reviewed-by: chegar
2015-01-23 8067748: (process) Child is terminated when parent's console is closed [win]
igerasim [Fri, 23 Jan 2015 13:57:02 +0300] rev 28566
8067748: (process) Child is terminated when parent's console is closed [win] Reviewed-by: alanb
(0) -10000 -3000 -1000 -224 +224 +1000 +3000 +10000 +30000 tip