Tue, 26 Jan 2016 00:25:20 +0300 8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35596
8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java Reviewed-by: kvn
Mon, 25 Jan 2016 09:12:58 -0800 8148101: [JVMCI] Make CallingConvention.Type extensible
never [Mon, 25 Jan 2016 09:12:58 -0800] rev 35595
8148101: [JVMCI] Make CallingConvention.Type extensible Reviewed-by: twisti
Thu, 21 Jan 2016 12:37:47 +0100 8147937: Adapt SAP copyrights to new company name.
goetz [Thu, 21 Jan 2016 12:37:47 +0100] rev 35594
8147937: Adapt SAP copyrights to new company name. Reviewed-by: simonis, stuefe
Fri, 22 Jan 2016 11:11:06 -0800 8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
never [Fri, 22 Jan 2016 11:11:06 -0800] rev 35593
8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap Reviewed-by: twisti
Fri, 22 Jan 2016 11:08:07 -0800 8147432: JVMCI should report bailouts in PrintCompilation output
never [Fri, 22 Jan 2016 11:08:07 -0800] rev 35592
8147432: JVMCI should report bailouts in PrintCompilation output Reviewed-by: kvn, twisti
Thu, 21 Jan 2016 16:22:01 +0100 8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
rschatz [Thu, 21 Jan 2016 16:22:01 +0100] rev 35591
8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass Reviewed-by: twisti
Fri, 22 Jan 2016 12:37:32 +0100 8065334: CodeHeap expansion fails although there is uncommitted memory
thartmann [Fri, 22 Jan 2016 12:37:32 +0100] rev 35590
8065334: CodeHeap expansion fails although there is uncommitted memory Summary: CodeHeap::expand_by() should commit remaining space if requested expansion size is too large. Reviewed-by: kvn
Thu, 21 Jan 2016 22:23:22 +0300 8141557: TestResolvedJavaMethod.java times out after 1000 ms
iignatyev [Thu, 21 Jan 2016 22:23:22 +0300] rev 35589
8141557: TestResolvedJavaMethod.java times out after 1000 ms Reviewed-by: twisti
Thu, 21 Jan 2016 15:07:42 +0100 Merge
ppunegov [Thu, 21 Jan 2016 15:07:42 +0100] rev 35588
Merge
Wed, 20 Jan 2016 20:26:33 +0300 8145800: [Testbug] CompilerControl: inline message differs for not inlined methods
ppunegov [Wed, 20 Jan 2016 20:26:33 +0300] rev 35587
8145800: [Testbug] CompilerControl: inline message differs for not inlined methods Summary: Create callables outside the Internal subclasses Reviewed-by: kvn
Thu, 21 Jan 2016 11:30:22 +0000 Merge
thartmann [Thu, 21 Jan 2016 11:30:22 +0000] rev 35586
Merge
Tue, 19 Jan 2016 17:58:02 +0100 8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad
roland [Tue, 19 Jan 2016 17:58:02 +0100] rev 35585
8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad Summary: incorrect offset used in spill code for vectors Reviewed-by: vlivanov, kvn, mcberg
Wed, 20 Jan 2016 04:56:51 -0800 8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject
hshi [Wed, 20 Jan 2016 04:56:51 -0800] rev 35584
8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject Summary: In Aarch64 LIR_Assembler.atomic_op, keep stored data reference register in decompressed forms as it may be used later Reviewed-by: aph Contributed-by: hui.shi@linaro.org, felix.yang@linaro.org
Wed, 20 Jan 2016 17:00:17 -1000 8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere()
rschatz [Wed, 20 Jan 2016 17:00:17 -1000] rev 35583
8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere() Reviewed-by: kvn, twisti
Wed, 20 Jan 2016 14:22:46 +0100 8147599: [JVMCI] simplify code installation interface
rschatz [Wed, 20 Jan 2016 14:22:46 +0100] rev 35582
8147599: [JVMCI] simplify code installation interface Reviewed-by: twisti
Wed, 20 Jan 2016 16:33:51 +0100 8145336: PPC64: fix string intrinsics after CompactStrings change
simonis [Wed, 20 Jan 2016 16:33:51 +0100] rev 35581
8145336: PPC64: fix string intrinsics after CompactStrings change Reviewed-by: mdoerr, aph, kvn
Mon, 18 Jan 2016 17:31:14 +0100 8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch
rschatz [Mon, 18 Jan 2016 17:31:14 +0100] rev 35580
8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch Reviewed-by: twisti
Tue, 19 Jan 2016 17:52:52 +0000 8146709: AArch64: Incorrect use of ADRP for byte_map_base
aph [Tue, 19 Jan 2016 17:52:52 +0000] rev 35579
8146709: AArch64: Incorrect use of ADRP for byte_map_base Reviewed-by: roland
Mon, 18 Jan 2016 21:34:28 +0100 8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure
roland [Mon, 18 Jan 2016 21:34:28 +0100] rev 35578
8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure Summary: uncast() fails with CheckCastPP Reviewed-by: kvn, thartmann
Tue, 12 Jan 2016 14:55:15 +0000 8146843: aarch64: add scheduling support for FP and vector instructions
enevill [Tue, 12 Jan 2016 14:55:15 +0000] rev 35577
8146843: aarch64: add scheduling support for FP and vector instructions Summary: add pipeline classes for FP/vector pipeline Reviewed-by: aph
Mon, 18 Jan 2016 11:07:40 -0800 8147433: PrintNMethods no longer works with JVMCI
never [Mon, 18 Jan 2016 11:07:40 -0800] rev 35576
8147433: PrintNMethods no longer works with JVMCI Reviewed-by: kvn, twisti
Mon, 18 Jan 2016 11:02:42 +0100 Merge
thartmann [Mon, 18 Jan 2016 11:02:42 +0100] rev 35575
Merge
Mon, 18 Jan 2016 08:40:25 +0100 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
thartmann [Mon, 18 Jan 2016 08:40:25 +0100] rev 35574
6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type Summary: Emit CastII to make narrow ConvI2L dependent on the corresponding range check. Reviewed-by: kvn, roland
Mon, 18 Jan 2016 08:34:14 +0100 8144212: JDK 9 b93 breaks Apache Lucene due to compact strings
thartmann [Mon, 18 Jan 2016 08:34:14 +0100] rev 35573
8144212: JDK 9 b93 breaks Apache Lucene due to compact strings Summary: String compress/inflate intrinsics need to capture char and byte memory. Reviewed-by: aph, roland, kvn
Mon, 18 Jan 2016 08:25:26 +0100 8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller
thartmann [Mon, 18 Jan 2016 08:25:26 +0100] rev 35572
8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller Summary: Removed installing of unused class. Added error output to ClassFileInstaller. Reviewed-by: vlivanov, zmajo
Mon, 18 Jan 2016 08:50:57 +0100 8147441: Unchecked pending exceptions in the WhiteBox API's implementation
zmajo [Mon, 18 Jan 2016 08:50:57 +0100] rev 35571
8147441: Unchecked pending exceptions in the WhiteBox API's implementation Summary: Add checks for pending exceptions. Reviewed-by: kvn
Fri, 15 Jan 2016 13:08:40 -1000 8146820: JVMCI options should not use System.getProperty directly
twisti [Fri, 15 Jan 2016 13:08:40 -1000] rev 35570
8146820: JVMCI options should not use System.getProperty directly Reviewed-by: kvn, dnsimon
Fri, 15 Jan 2016 21:56:43 +0300 8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode
vlivanov [Fri, 15 Jan 2016 21:56:43 +0300] rev 35569
8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode Reviewed-by: roland
Fri, 15 Jan 2016 21:56:42 +0300 6985422: flush the output streams before OnError commands
vlivanov [Fri, 15 Jan 2016 21:56:42 +0300] rev 35568
6985422: flush the output streams before OnError commands Reviewed-by: kvn
Fri, 15 Jan 2016 21:56:40 +0300 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov [Fri, 15 Jan 2016 21:56:40 +0300] rev 35567
8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces Reviewed-by: kvn, shade
Fri, 15 Jan 2016 16:36:43 +0300 8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException:
ppunegov [Fri, 15 Jan 2016 16:36:43 +0300] rev 35566
8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException: Summary: Fix incorrect compileonly setting Reviewed-by: kvn, neliasso
Fri, 15 Jan 2016 09:15:33 +0100 Merge
thartmann [Fri, 15 Jan 2016 09:15:33 +0100] rev 35565
Merge
Thu, 14 Jan 2016 14:34:36 +0100 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon [Thu, 14 Jan 2016 14:34:36 +0100] rev 35564
8146364: Remove @ServiceProvider mechanism from JVMCI Reviewed-by: twisti
Thu, 14 Jan 2016 13:24:03 +0100 8145331: SEGV in DirectivesStack::release(DirectiveSet*)
neliasso [Thu, 14 Jan 2016 13:24:03 +0100] rev 35563
8145331: SEGV in DirectivesStack::release(DirectiveSet*) Summary: getDefaultDirective was not updated in 8144873 Reviewed-by: twisti, kvn
Thu, 14 Jan 2016 09:30:31 +0100 8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly
zmajo [Thu, 14 Jan 2016 09:30:31 +0100] rev 35562
8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly Summary: Increase the amount of time the main thread waits for the worker thread. Reviewed-by: kvn
Wed, 13 Jan 2016 15:57:42 +0000 Merge
aph [Wed, 13 Jan 2016 15:57:42 +0000] rev 35561
Merge
Tue, 12 Jan 2016 15:01:52 +0000 8146891: AArch64 needs patch for 8032463
aph [Tue, 12 Jan 2016 15:01:52 +0000] rev 35560
8146891: AArch64 needs patch for 8032463 Reviewed-by: kvn
Wed, 13 Jan 2016 11:33:21 +0100 8146978: PPC64: Fix build after integration of C++ interpreter removal
mdoerr [Wed, 13 Jan 2016 11:33:21 +0100] rev 35559
8146978: PPC64: Fix build after integration of C++ interpreter removal Reviewed-by: goetz
Mon, 11 Jan 2016 16:02:42 +0100 8146792: Predicate moved after partial peel may lead to broken graph
roland [Mon, 11 Jan 2016 16:02:42 +0100] rev 35558
8146792: Predicate moved after partial peel may lead to broken graph Summary: partial peel can leave a pinned node between predicates and loop and prevent some loop predication Reviewed-by: kvn
Tue, 12 Jan 2016 10:44:41 -1000 8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
twisti [Tue, 12 Jan 2016 10:44:41 -1000] rev 35557
8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM Reviewed-by: coleenp, kvn
Tue, 12 Jan 2016 16:00:04 +0100 Merge
kshefov [Tue, 12 Jan 2016 16:00:04 +0100] rev 35556
Merge
Tue, 12 Jan 2016 15:07:46 +0100 Merge
kshefov [Tue, 12 Jan 2016 15:07:46 +0100] rev 35555
Merge
Tue, 12 Jan 2016 13:57:48 +0300 8141615: Add new public methods to sun.reflect.ConstantPool
kshefov [Tue, 12 Jan 2016 13:57:48 +0300] rev 35554
8141615: Add new public methods to sun.reflect.ConstantPool Reviewed-by: twisti, iignatyev, coleenp
Tue, 12 Jan 2016 14:21:58 +0000 8146886: aarch64: fails to build following 8136525 and 8139864
enevill [Tue, 12 Jan 2016 14:21:58 +0000] rev 35553
8146886: aarch64: fails to build following 8136525 and 8139864 Summary: Fix several build errors and warnings Reviewed-by: aph
Tue, 12 Jan 2016 12:55:37 +0100 8136469: OptimizeStringConcat fails on pre-sized StringBuilder shapes
thartmann [Tue, 12 Jan 2016 12:55:37 +0100] rev 35552
8136469: OptimizeStringConcat fails on pre-sized StringBuilder shapes Summary: Cut off dead if branch already during parsing (GVN). Reviewed-by: shade, kvn, roland
Tue, 12 Jan 2016 12:55:09 +0100 8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
thartmann [Tue, 12 Jan 2016 12:55:09 +0100] rev 35551
8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value Summary: Change arguments of Node::Identity() and Node::Value() from PhaseTransform* to PhaseGVN*. Reviewed-by: kvn, roland
Tue, 12 Jan 2016 11:31:04 +0100 Merge
roland [Tue, 12 Jan 2016 11:31:04 +0100] rev 35550
Merge
Mon, 11 Jan 2016 16:33:27 +0100 8145322: Code generated from unsafe loops can be slightly improved
roland [Mon, 11 Jan 2016 16:33:27 +0100] rev 35549
8145322: Code generated from unsafe loops can be slightly improved Summary: improve code generated from checkIndex and unsafe loops Reviewed-by: kvn, thartmann
Tue, 12 Jan 2016 09:19:09 +0100 8086053: Address inconsistencies regarding ZeroTLAB
zmajo [Tue, 12 Jan 2016 09:19:09 +0100] rev 35548
8086053: Address inconsistencies regarding ZeroTLAB Summary: Add zero-initialization to C1 for fast TLAB refills; strenghten C2 conditions for skipping zero-initialization. Reviewed-by: kvn, thartmann
Mon, 11 Jan 2016 14:23:35 +0100 8146705: Improve JVMCI support for blocking compilation
dnsimon [Mon, 11 Jan 2016 14:23:35 +0100] rev 35547
8146705: Improve JVMCI support for blocking compilation Reviewed-by: twisti, never, iveresov
Mon, 11 Jan 2016 17:11:57 -0800 Merge
twisti [Mon, 11 Jan 2016 17:11:57 -0800] rev 35546
Merge
Fri, 11 Dec 2015 16:57:08 +0100 8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
roland [Fri, 11 Dec 2015 16:57:08 +0100] rev 35545
8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash Summary: Lost dependency when CastPP at Phis are eliminate Reviewed-by: kvn
Fri, 18 Dec 2015 20:23:28 +0300 8133612: new clone logic added in 8042235 is missing from compiler intrinsics
vlivanov [Fri, 18 Dec 2015 20:23:28 +0300] rev 35544
8133612: new clone logic added in 8042235 is missing from compiler intrinsics Reviewed-by: roland
Fri, 18 Dec 2015 20:23:27 +0300 8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic
vlivanov [Fri, 18 Dec 2015 20:23:27 +0300] rev 35543
8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic Reviewed-by: roland
Fri, 18 Dec 2015 20:23:26 +0300 8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize
vlivanov [Fri, 18 Dec 2015 20:23:26 +0300] rev 35542
8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize Reviewed-by: kvn, iklam, shade
Fri, 08 Jan 2016 10:14:02 +0100 8146613: PPC64: C2 does no longer respect int to long conversion for stub calls
mdoerr [Fri, 08 Jan 2016 10:14:02 +0100] rev 35541
8146613: PPC64: C2 does no longer respect int to long conversion for stub calls Reviewed-by: kvn, goetz
Fri, 08 Jan 2016 21:06:50 -0800 8143353: update for x86 sin and cos in the math lib
vdeshpande [Fri, 08 Jan 2016 21:06:50 -0800] rev 35540
8143353: update for x86 sin and cos in the math lib Summary: Optimize Math.sin() and cos() for 64 and 32 bit X86 architecture using Intel LIBM implementation. Reviewed-by: kvn
Fri, 08 Jan 2016 11:41:04 +0100 8146612: C2: Precedence edges specification violated
mdoerr [Fri, 08 Jan 2016 11:41:04 +0100] rev 35539
8146612: C2: Precedence edges specification violated Reviewed-by: kvn
Fri, 08 Jan 2016 11:39:47 +0000 8146678: aarch64: assertion failure: call instruction in an infinite loop
enevill [Fri, 08 Jan 2016 11:39:47 +0000] rev 35538
8146678: aarch64: assertion failure: call instruction in an infinite loop Summary: Remove assertion Reviewed-by: aph
Thu, 07 Jan 2016 14:29:05 -0800 8146581: Minor corrections to the patch submitted for earlier bug id - 8143925
kvn [Thu, 07 Jan 2016 14:29:05 -0800] rev 35537
8146581: Minor corrections to the patch submitted for earlier bug id - 8143925 Reviewed-by: kvn Contributed-by: kishor.kharbas@intel.com
Tue, 26 Jan 2016 17:13:18 +0100 Merge
jwilhelm [Tue, 26 Jan 2016 17:13:18 +0100] rev 35536
Merge
Thu, 21 Jan 2016 14:17:49 +0300 8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined
akulyakh [Thu, 21 Jan 2016 14:17:49 +0300] rev 35535
8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined Summary: Quarantined some tests with false failures Reviewed-by: sla
Wed, 20 Jan 2016 14:11:25 -0800 Merge
dcubed [Wed, 20 Jan 2016 14:11:25 -0800] rev 35534
Merge
Wed, 20 Jan 2016 09:18:36 +0100 8147509: [aix] Newlines missing in register info printout
stuefe [Wed, 20 Jan 2016 09:18:36 +0100] rev 35533
8147509: [aix] Newlines missing in register info printout Reviewed-by: simonis
Tue, 19 Jan 2016 09:39:28 +0100 8147611: G1 - Missing memory barrier in start_cset_region_for_worker
asiebenborn [Tue, 19 Jan 2016 09:39:28 +0100] rev 35532
8147611: G1 - Missing memory barrier in start_cset_region_for_worker Reviewed-by: mgerdin, tschatzl
Tue, 19 Jan 2016 05:28:34 -0800 8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS
fparain [Tue, 19 Jan 2016 05:28:34 -0800] rev 35531
8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS Reviewed-by: dholmes, gtriantafill
Tue, 19 Jan 2016 11:48:35 +0100 Merge
ehelin [Tue, 19 Jan 2016 11:48:35 +0100] rev 35530
Merge
Tue, 19 Jan 2016 11:00:29 +0100 8147012: Fix includes in internalVMTests.cpp
ehelin [Tue, 19 Jan 2016 11:00:29 +0100] rev 35529
8147012: Fix includes in internalVMTests.cpp Reviewed-by: stefank, mgerdin
Tue, 19 Jan 2016 10:02:22 +0100 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
aeriksso [Tue, 19 Jan 2016 10:02:22 +0100] rev 35528
8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy Reviewed-by: dsamersoff
Mon, 18 Jan 2016 19:10:32 +0100 Merge
ehelin [Mon, 18 Jan 2016 19:10:32 +0100] rev 35527
Merge
Mon, 18 Jan 2016 17:12:34 +0100 8146985: Change output directory for hotspot's jtreg tests
ehelin [Mon, 18 Jan 2016 17:12:34 +0100] rev 35526
8146985: Change output directory for hotspot's jtreg tests Reviewed-by: erikj, mikael
Mon, 18 Jan 2016 17:53:34 +0100 Merge
iignatyev [Mon, 18 Jan 2016 17:53:34 +0100] rev 35525
Merge
Wed, 13 Jan 2016 20:26:54 +0300 8132717: Add tests checking that instances of j.l.Classes of a large size are allocated as Humongous
kzhaldyb [Wed, 13 Jan 2016 20:26:54 +0300] rev 35524
8132717: Add tests checking that instances of j.l.Classes of a large size are allocated as Humongous Reviewed-by: jmasa, dfazunen
Wed, 13 Jan 2016 20:19:15 +0300 8132720: Add tests which checks that Humongous objects are not moved after Full GC
kzhaldyb [Wed, 13 Jan 2016 20:19:15 +0300] rev 35523
8132720: Add tests which checks that Humongous objects are not moved after Full GC Reviewed-by: jmasa, dfazunen
Mon, 18 Jan 2016 15:11:47 +0100 Merge
ehelin [Mon, 18 Jan 2016 15:11:47 +0100] rev 35522
Merge
Thu, 14 Jan 2016 14:50:40 +0100 8146990: Convert CollectorPolicy to use log_warning instead of warning
ehelin [Thu, 14 Jan 2016 14:50:40 +0100] rev 35521
8146990: Convert CollectorPolicy to use log_warning instead of warning Reviewed-by: sjohanss, brutisso
Mon, 18 Jan 2016 09:14:58 +0100 8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments
brutisso [Mon, 18 Jan 2016 09:14:58 +0100] rev 35520
8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments Reviewed-by: mlarsson, sjohanss
Thu, 14 Jan 2016 15:09:11 +0100 8146994: Move internal vm tests to a separate file
ehelin [Thu, 14 Jan 2016 15:09:11 +0100] rev 35519
8146994: Move internal vm tests to a separate file Reviewed-by: coleenp, stefank, kbarrett, mikael
Sat, 16 Jan 2016 13:04:23 -0500 8147482: Zero build fails after 8144953
sgehwolf [Sat, 16 Jan 2016 13:04:23 -0500] rev 35518
8147482: Zero build fails after 8144953 Reviewed-by: coleenp, simonis
Sat, 16 Jan 2016 12:04:47 +0100 Merge
dsamersoff [Sat, 16 Jan 2016 12:04:47 +0100] rev 35517
Merge
Sat, 16 Jan 2016 13:56:49 +0300 8145698: Memory leak in add_lib_info_fd of libproc_impl.c:174
dsamersoff [Sat, 16 Jan 2016 13:56:49 +0300] rev 35516
8145698: Memory leak in add_lib_info_fd of libproc_impl.c:174 Summary: Added missed free call Reviewed-by: jbachorik, sspitsyn
Wed, 13 Jan 2016 17:55:57 +0100 8145184: [aix] Implement os::platform_print_native_stack on AIX
stuefe [Wed, 13 Jan 2016 17:55:57 +0100] rev 35515
8145184: [aix] Implement os::platform_print_native_stack on AIX Reviewed-by: goetz
Sat, 16 Jan 2016 00:28:28 +0000 Merge
jprovino [Sat, 16 Jan 2016 00:28:28 +0000] rev 35514
Merge
Fri, 15 Jan 2016 15:37:00 -0500 Merge
jprovino [Fri, 15 Jan 2016 15:37:00 -0500] rev 35513
Merge
Fri, 15 Jan 2016 23:38:25 +0000 Merge
poonam [Fri, 15 Jan 2016 23:38:25 +0000] rev 35512
Merge
Fri, 15 Jan 2016 18:34:35 +0000 Merge
poonam [Fri, 15 Jan 2016 18:34:35 +0000] rev 35511
Merge
Fri, 15 Jan 2016 17:40:03 +0000 Merge
poonam [Fri, 15 Jan 2016 17:40:03 +0000] rev 35510
Merge
Fri, 15 Jan 2016 06:27:35 -0800 8072725: Provide more granular levels for GC verification
poonam [Fri, 15 Jan 2016 06:27:35 -0800] rev 35509
8072725: Provide more granular levels for GC verification Summary: Add option VerifySubSet to selectively verify the memory sub-systems Reviewed-by: kevinw, jmasa, tschatzl, dfazunen
Fri, 15 Jan 2016 18:49:08 +0000 Merge
poonam [Fri, 15 Jan 2016 18:49:08 +0000] rev 35508
Merge
Fri, 15 Jan 2016 10:34:52 -0800 8145442: Add the facility to verify remembered sets for G1
poonam [Fri, 15 Jan 2016 10:34:52 -0800] rev 35507
8145442: Add the facility to verify remembered sets for G1 Summary: Implement remembered sets verification for G1 with option VerifyRememberedSets Reviewed-by: jmasa, mgerdin
Fri, 15 Jan 2016 17:36:47 +0100 Merge
ehelin [Fri, 15 Jan 2016 17:36:47 +0100] rev 35506
Merge
Thu, 14 Jan 2016 14:32:16 +0100 8146871: Make the clean target silent in hotspot/test/Makefile
ehelin [Thu, 14 Jan 2016 14:32:16 +0100] rev 35505
8146871: Make the clean target silent in hotspot/test/Makefile Reviewed-by: erikj, mikael
Fri, 15 Jan 2016 16:03:46 +0400 8147075: Rename old GC JTreg tests to the new naming scheme
dfazunen [Fri, 15 Jan 2016 16:03:46 +0400] rev 35504
8147075: Rename old GC JTreg tests to the new naming scheme Summary: test/gc/7072527, test/gc/6845368, test/gc/6581734 renamed Reviewed-by: jwilhelm, pliden
Thu, 14 Jan 2016 16:03:03 +0100 8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson [Thu, 14 Jan 2016 16:03:03 +0100] rev 35503
8147079: Add serviceability/logging folder to hotspot_serviceability test group Reviewed-by: jbachorik, sspitsyn
Fri, 15 Jan 2016 04:59:46 +0100 Merge
dholmes [Fri, 15 Jan 2016 04:59:46 +0100] rev 35502
Merge
Thu, 14 Jan 2016 22:52:54 -0500 8143558: evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase
sebastian [Thu, 14 Jan 2016 22:52:54 -0500] rev 35501
8143558: evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase Reviewed-by: dholmes
Fri, 15 Jan 2016 01:03:42 +0000 Merge
coleenp [Fri, 15 Jan 2016 01:03:42 +0000] rev 35500
Merge
Thu, 14 Jan 2016 16:26:38 -0500 Merge
coleenp [Thu, 14 Jan 2016 16:26:38 -0500] rev 35499
Merge
Mon, 04 Jan 2016 15:41:05 +0100 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz [Mon, 04 Jan 2016 15:41:05 +0100] rev 35498
8146401: Clean up oop.hpp: add inline directives and fix header files Reviewed-by: coleenp
Thu, 14 Jan 2016 15:45:31 -0500 8145940: TempNewSymbol should have correct copy and assignment functions
coleenp [Thu, 14 Jan 2016 15:45:31 -0500] rev 35497
8145940: TempNewSymbol should have correct copy and assignment functions Summary: Add clear() to the assignment operator and add copy constructor. Reviewed-by: mgronlun, lfoltan, kbarrett, jrose
Thu, 14 Jan 2016 17:40:57 +0000 Merge
jwilhelm [Thu, 14 Jan 2016 17:40:57 +0000] rev 35496
Merge
Thu, 14 Jan 2016 17:36:29 +0100 Merge
jwilhelm [Thu, 14 Jan 2016 17:36:29 +0100] rev 35495
Merge
Thu, 14 Jan 2016 16:20:57 +0000 Merge
ddmitriev [Thu, 14 Jan 2016 16:20:57 +0000] rev 35494
Merge
Thu, 14 Jan 2016 15:35:21 +0300 8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh [Thu, 14 Jan 2016 15:35:21 +0300] rev 35493
8130063: Refactoring tmtools jstat and jstack tests to jtreg Summary: Some of the jstat and jstack tests refactored to be run with the jtreg Reviewed-by: jbachorik
Thu, 14 Jan 2016 13:26:19 +0100 8146690: Make all classes in GC follow the naming convention.
david [Thu, 14 Jan 2016 13:26:19 +0100] rev 35492
8146690: Make all classes in GC follow the naming convention. Reviewed-by: dholmes, stefank
Thu, 14 Jan 2016 09:18:11 +0100 8147000: VM crashes during initialization trying to print log message
brutisso [Thu, 14 Jan 2016 09:18:11 +0100] rev 35491
8147000: VM crashes during initialization trying to print log message Reviewed-by: kbarrett, dholmes
Thu, 14 Jan 2016 01:25:30 -0500 8077648: ARM: BREAKPOINT is wrong for thumb
dholmes [Thu, 14 Jan 2016 01:25:30 -0500] rev 35490
8077648: ARM: BREAKPOINT is wrong for thumb Reviewed-by: dlong
Wed, 13 Jan 2016 14:56:17 -0500 8146800: Reorganize logging alias code.
mockner [Wed, 13 Jan 2016 14:56:17 -0500] rev 35489
8146800: Reorganize logging alias code. Summary: Logging alias code has been reorganized to use internal Unified Logging methods. Reviewed-by: dholmes, hseigel, mlarsson, rprotacio
Tue, 12 Jan 2016 21:17:13 +0400 8146889: Update @requires expression for GC tests to run if GC is default
dfazunen [Tue, 12 Jan 2016 21:17:13 +0400] rev 35488
8146889: Update @requires expression for GC tests to run if GC is default Reviewed-by: tschatzl, jwilhelm
Wed, 13 Jan 2016 11:43:07 +0300 8145127: VM warning: WaitForMultipleObjects timed out (0) ...
igerasim [Wed, 13 Jan 2016 11:43:07 +0300] rev 35487
8145127: VM warning: WaitForMultipleObjects timed out (0) ... Summary: Increase number of tracked threads, and set exiting-process flag earlier Reviewed-by: dholmes, dcubed
Wed, 13 Jan 2016 03:18:06 +0100 Merge
dholmes [Wed, 13 Jan 2016 03:18:06 +0100] rev 35486
Merge
Tue, 12 Jan 2016 19:48:00 -0500 8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler
dholmes [Tue, 12 Jan 2016 19:48:00 -0500] rev 35485
8146855: Update hotspot sources to recognize Solaris Studio 12u4 compiler Reviewed-by: dcubed, gthornbr
Wed, 13 Jan 2016 01:45:14 +0100 Merge
jiangli [Wed, 13 Jan 2016 01:45:14 +0100] rev 35484
Merge
Tue, 12 Jan 2016 19:15:42 -0500 8146523: VirtualMemoryTracker::remove_released_region double count unmapped CDS shared memory
jiangli [Tue, 12 Jan 2016 19:15:42 -0500] rev 35483
8146523: VirtualMemoryTracker::remove_released_region double count unmapped CDS shared memory Summary: Skip tracking release for unmapped CDS shared space. Reviewed-by: dholmes, coleenp, iklam, gtriantafill
Tue, 12 Jan 2016 22:50:57 +0000 Merge
jmasa [Tue, 12 Jan 2016 22:50:57 +0000] rev 35482
Merge
Mon, 11 Jan 2016 14:26:00 -0500 8145038: Simplify mut_process_buffer worker id management
aharlap [Mon, 11 Jan 2016 14:26:00 -0500] rev 35481
8145038: Simplify mut_process_buffer worker id management Summary: Remove some wasted code Reviewed-by: kbarrett, tschatzl
Tue, 12 Jan 2016 21:01:22 +0000 Merge
coleenp [Tue, 12 Jan 2016 21:01:22 +0000] rev 35480
Merge
Tue, 12 Jan 2016 13:14:41 -0500 8146410: Interpreter functions are declared and defined in the wrong files
coleenp [Tue, 12 Jan 2016 13:14:41 -0500] rev 35479
8146410: Interpreter functions are declared and defined in the wrong files Summary: Moved functions to the correct files. Reviewed-by: goetz, aph, twisti, mockner
Tue, 12 Jan 2016 19:11:39 +0000 Merge
coleenp [Tue, 12 Jan 2016 19:11:39 +0000] rev 35478
Merge
Tue, 12 Jan 2016 12:35:08 -0500 8144953: runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code
rprotacio [Tue, 12 Jan 2016 12:35:08 -0500] rev 35477
8144953: runtime/CommandLine/TraceExceptionsTest.java fails when exception is thrown in compiled code Summary: Added long-form logging message to three places in code, allowing TraceExceptionsTest.java to pass with compiled code. Reviewed-by: dholmes, coleenp, lfoltan
Tue, 12 Jan 2016 17:02:10 +0000 Merge
kbarrett [Tue, 12 Jan 2016 17:02:10 +0000] rev 35476
Merge
Mon, 28 Dec 2015 13:59:20 -0500 8143847: Remove REF_CLEANER reference category
kbarrett [Mon, 28 Dec 2015 13:59:20 -0500] rev 35475
8143847: Remove REF_CLEANER reference category Summary: Remove REF_CLEANER. Reviewed-by: jwilhelm, mchung, tbenson
Tue, 12 Jan 2016 16:01:54 +0100 Merge
mgronlun [Tue, 12 Jan 2016 16:01:54 +0100] rev 35474
Merge
Tue, 12 Jan 2016 15:38:56 +0100 8145788: JVM crashes with -XX:+EnableTracing
mgronlun [Tue, 12 Jan 2016 15:38:56 +0100] rev 35473
8145788: JVM crashes with -XX:+EnableTracing Reviewed-by: dholmes, ysuenaga, mlarsson
Tue, 12 Jan 2016 11:11:21 +0100 8146620: CodelistTest.java fails with "Test failed on: jdk.internal.misc.Unsafe.getUnsafe()Ljdk/internal/misc/Unsafe;"
jbachorik [Tue, 12 Jan 2016 11:11:21 +0100] rev 35472
8146620: CodelistTest.java fails with "Test failed on: jdk.internal.misc.Unsafe.getUnsafe()Ljdk/internal/misc/Unsafe;" Reviewed-by: sla
Fri, 08 Jan 2016 08:51:18 -0800 8146695: FinalizeTest04 crashes VM with EXCEPTION_INT_DIVIDE_BY_ZERO
sangheki [Fri, 08 Jan 2016 08:51:18 -0800] rev 35471
8146695: FinalizeTest04 crashes VM with EXCEPTION_INT_DIVIDE_BY_ZERO Reviewed-by: jwilhelm, jprovino
Thu, 07 Jan 2016 16:19:41 -0800 8144573: TLABWasteIncrement=max_jint fires an assert on SPARC for non-G1 GC mode
sangheki [Thu, 07 Jan 2016 16:19:41 -0800] rev 35470
8144573: TLABWasteIncrement=max_jint fires an assert on SPARC for non-G1 GC mode Summary: Changed to use set64 if TLABWasteIncrement is larger than 4095 before add Reviewed-by: tschatzl, iveresov
Mon, 11 Jan 2016 09:14:01 +0100 8146694: Break out shared constants and static BOT functions.
david [Mon, 11 Jan 2016 09:14:01 +0100] rev 35469
8146694: Break out shared constants and static BOT functions. Reviewed-by: jwilhelm, tbenson
Sun, 10 Jan 2016 20:02:50 -0500 8146222: assert(_initialized) failed: TLS not initialized yet!
dholmes [Sun, 10 Jan 2016 20:02:50 -0500] rev 35468
8146222: assert(_initialized) failed: TLS not initialized yet! Reviewed-by: dcubed
Sat, 09 Jan 2016 02:23:04 +0000 Merge
dcubed [Sat, 09 Jan 2016 02:23:04 +0000] rev 35467
Merge
Fri, 08 Jan 2016 15:38:08 -0800 8135198: Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
rdurbin [Fri, 08 Jan 2016 15:38:08 -0800] rev 35466
8135198: Add -XX:VMOptionsFile support to JAVA_TOOL_OPTIONS and _JAVA_OPTIONS Reviewed-by: dcubed, ddmitriev, ahgross, gthornbr, coleenp
Fri, 08 Jan 2016 15:41:44 -0500 8145037: Clean up FreeIdSet usage
aharlap [Fri, 08 Jan 2016 15:41:44 -0500] rev 35465
8145037: Clean up FreeIdSet usage Summary: Avoid wasting space for the unused sets Reviewed-by: tschatzl
Fri, 08 Jan 2016 12:56:16 +0000 Merge
coleenp [Fri, 08 Jan 2016 12:56:16 +0000] rev 35464
Merge
Thu, 07 Jan 2016 13:53:20 -0500 8141564: Convert TraceItables and PrintVtables to Unified Logging
rprotacio [Thu, 07 Jan 2016 13:53:20 -0500] rev 35463
8141564: Convert TraceItables and PrintVtables to Unified Logging Summary: The former -XX:+TraceItables and +PrintVtables flags have been converted to UL options -Xlog:itables=trace and vtables=trace Reviewed-by: acorn, coleenp, dholmes
Tue, 05 Jan 2016 10:41:56 -0800 8145000: TestOptionsWithRanges.java failure for XX:+UseNUMA -XX:+UseNUMAInterleaving -XX:NUMAInterleaveGranularity=65536
sangheki [Tue, 05 Jan 2016 10:41:56 -0800] rev 35462
8145000: TestOptionsWithRanges.java failure for XX:+UseNUMA -XX:+UseNUMAInterleaving -XX:NUMAInterleaveGranularity=65536 Summary: Add protect_pages_individually() to protect memory per chunk on Windows Reviewed-by: jwilhelm, tbenson
Thu, 07 Jan 2016 16:25:53 +0100 8146399: Refactor the BlockOffsetTable classes.
david [Thu, 07 Jan 2016 16:25:53 +0100] rev 35461
8146399: Refactor the BlockOffsetTable classes. Reviewed-by: mgerdin, jwilhelm, tschatzl
Thu, 07 Jan 2016 14:55:12 +0100 8146409: TestPromotionFailedEventWithParallelScavenge.java failed with assert(_time_stamps != __null) failed: Sanity
david [Thu, 07 Jan 2016 14:55:12 +0100] rev 35460
8146409: TestPromotionFailedEventWithParallelScavenge.java failed with assert(_time_stamps != __null) failed: Sanity Reviewed-by: tschatzl, jwilhelm
Tue, 05 Jan 2016 10:36:34 -0800 8145093: [TESTBUG] Remove test skip code for Solaris SPARC in runtime/SharedArchiveFile/SharedBaseAddress.java
minqi [Tue, 05 Jan 2016 10:36:34 -0800] rev 35459
8145093: [TESTBUG] Remove test skip code for Solaris SPARC in runtime/SharedArchiveFile/SharedBaseAddress.java Summary: The test failed(see bug 8044600) once on sparc platform which never reproduced thereafter, remove the skip. Reviewed-by: hseigel, iklam, gtriantafill
Tue, 05 Jan 2016 17:05:13 -0800 8144527: NewSizeThreadIncrease would make an overflow
sangheki [Tue, 05 Jan 2016 17:05:13 -0800] rev 35458
8144527: NewSizeThreadIncrease would make an overflow Summary: Revert to previous value if NewSizeThreadIncrease related calculation overflows Reviewed-by: jwilhelm, mgerdin, mchernov
Wed, 06 Jan 2016 14:54:24 +0000 Merge
mockner [Wed, 06 Jan 2016 14:54:24 +0000] rev 35457
Merge
Wed, 06 Jan 2016 09:39:55 -0500 8146485: Add test for Unified Logging classresolve tag.
mockner [Wed, 06 Jan 2016 09:39:55 -0500] rev 35456
8146485: Add test for Unified Logging classresolve tag. Summary: Test has been added for Unified Logging classresolve tag. Reviewed-by: coleenp, gtriantafill
Wed, 06 Jan 2016 02:32:13 +0000 Merge
jprovino [Wed, 06 Jan 2016 02:32:13 +0000] rev 35455
Merge
Mon, 25 Jan 2016 12:12:28 -0800 Merge
amurillo [Mon, 25 Jan 2016 12:12:28 -0800] rev 35454
Merge
Tue, 19 Jan 2016 18:39:23 -0800 8146653: Debug version missing in hs_err files and on internal version after Verona
amurillo [Tue, 19 Jan 2016 18:39:23 -0800] rev 35453
8146653: Debug version missing in hs_err files and on internal version after Verona Reviewed-by: dcubed, dholmes
Thu, 04 Feb 2016 11:28:21 -0800 Added tag jdk-9+104 for changeset ee75f02947c2
lana [Thu, 04 Feb 2016 11:28:21 -0800] rev 35452
Added tag jdk-9+104 for changeset ee75f02947c2
Mon, 08 Feb 2016 11:28:38 +0100 8129395: Configure should verify that -fstack-protector is valid - take 2
ihse [Mon, 08 Feb 2016 11:28:38 +0100] rev 35451
8129395: Configure should verify that -fstack-protector is valid - take 2 Reviewed-by: erikj, dholmes
Fri, 05 Feb 2016 09:41:16 +0100 8148929: Suboptimal code generated when setting sysroot include with Solaris Studio
erikj [Fri, 05 Feb 2016 09:41:16 +0100] rev 35450
8148929: Suboptimal code generated when setting sysroot include with Solaris Studio Reviewed-by: ihse, dholmes
Thu, 04 Feb 2016 16:47:55 -0800 Merge
lana [Thu, 04 Feb 2016 16:47:55 -0800] rev 35449
Merge
Tue, 02 Feb 2016 18:03:37 -0800 8072379: Implement jdk.Version
iris [Tue, 02 Feb 2016 18:03:37 -0800] rev 35448
8072379: Implement jdk.Version Reviewed-by: alanb
Tue, 02 Feb 2016 10:03:09 -0800 Merge
ddehaven [Tue, 02 Feb 2016 10:03:09 -0800] rev 35447
Merge
Thu, 21 Jan 2016 14:48:41 -0800 Merge
ddehaven [Thu, 21 Jan 2016 14:48:41 -0800] rev 35446
Merge
Wed, 20 Jan 2016 22:53:45 +0100 8147443: Use the Common Cleaner in Marlin OffHeapArray
lbourges [Wed, 20 Jan 2016 22:53:45 +0100] rev 35445
8147443: Use the Common Cleaner in Marlin OffHeapArray Summary: OffHeapArray clean-up to use the jdk.internal.ref.Cleaner to free unsafe arrays (PhantomReference) Reviewed-by: prr, rriggs, mchung
Tue, 02 Feb 2016 15:02:55 +0100 8148655: LOG=cmdlines and other build-infra fixes
ihse [Tue, 02 Feb 2016 15:02:55 +0100] rev 35444
8148655: LOG=cmdlines and other build-infra fixes Reviewed-by: erikj
Mon, 01 Feb 2016 10:07:35 -0800 Merge
amurillo [Mon, 01 Feb 2016 10:07:35 -0800] rev 35443
Merge
Thu, 28 Jan 2016 16:30:36 -0800 Merge
amurillo [Thu, 28 Jan 2016 16:30:36 -0800] rev 35442
Merge
Thu, 28 Jan 2016 09:49:17 +0100 Merge
thartmann [Thu, 28 Jan 2016 09:49:17 +0100] rev 35441
Merge
Tue, 26 Jan 2016 09:11:58 +0100 Merge
thartmann [Tue, 26 Jan 2016 09:11:58 +0100] rev 35440
Merge
Tue, 22 Dec 2015 10:18:55 +0300 8066599: Add methods to check VM mode to c.o.j.t.Platform
fzhinkin [Tue, 22 Dec 2015 10:18:55 +0300] rev 35439
8066599: Add methods to check VM mode to c.o.j.t.Platform Reviewed-by: iignatyev
Fri, 15 Jan 2016 09:13:02 +0100 Merge
thartmann [Fri, 15 Jan 2016 09:13:02 +0100] rev 35438
Merge
Thu, 14 Jan 2016 14:35:22 +0100 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon [Thu, 14 Jan 2016 14:35:22 +0100] rev 35437
8146364: Remove @ServiceProvider mechanism from JVMCI Reviewed-by: twisti
Tue, 26 Jan 2016 17:13:16 +0100 Merge
jwilhelm [Tue, 26 Jan 2016 17:13:16 +0100] rev 35436
Merge
Mon, 14 Dec 2015 15:17:52 +0100 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
aeriksso [Mon, 14 Dec 2015 15:17:52 +0100] rev 35435
8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy Reviewed-by: dsamersoff
Fri, 15 Jan 2016 15:36:55 -0500 Merge
jprovino [Fri, 15 Jan 2016 15:36:55 -0500] rev 35434
Merge
Thu, 14 Jan 2016 16:36:40 +0100 Merge
jwilhelm [Thu, 14 Jan 2016 16:36:40 +0100] rev 35433
Merge
Wed, 06 Jan 2016 02:29:58 +0000 Merge
jprovino [Wed, 06 Jan 2016 02:29:58 +0000] rev 35432
Merge
Thu, 04 Feb 2016 11:28:18 -0800 Added tag jdk-9+104 for changeset 7deccee1f94e
lana [Thu, 04 Feb 2016 11:28:18 -0800] rev 35431
Added tag jdk-9+104 for changeset 7deccee1f94e
Wed, 05 Jul 2017 21:17:07 +0200 Added tag jdk-9+104 for changeset 086c682bd8c5
duke [Wed, 05 Jul 2017 21:17:07 +0200] rev 35430
Added tag jdk-9+104 for changeset 086c682bd8c5
Wed, 05 Jul 2017 21:17:06 +0200 Merge jdk-9+104
duke [Wed, 05 Jul 2017 21:17:06 +0200] rev 35429
Merge
Wed, 05 Jul 2017 21:17:00 +0200 Merge
duke [Wed, 05 Jul 2017 21:17:00 +0200] rev 35428
Merge
Thu, 28 Jan 2016 15:42:06 -0800 Merge
lana [Thu, 28 Jan 2016 15:42:06 -0800] rev 35427
Merge
Sat, 28 Nov 2015 18:52:17 -0800 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini [Sat, 28 Nov 2015 18:52:17 -0800] rev 35426
8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
Wed, 27 Jan 2016 22:23:21 -0800 8148399: Increase heap for langtools regression tests
ksrini [Wed, 27 Jan 2016 22:23:21 -0800] rev 35425
8148399: Increase heap for langtools regression tests Reviewed-by: jjg
Thu, 28 Jan 2016 19:42:46 +0300 8148483: JEP 280: Indify String Concatenation
shade [Thu, 28 Jan 2016 19:42:46 +0300] rev 35424
8148483: JEP 280: Indify String Concatenation Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>, Remi Forax <forax@univ-mlv.fr>, Peter Levart <peter.levart@gmail.com>
Thu, 28 Jan 2016 14:06:27 +0000 8148213: Regression: nested unchecked call does not trigger erasure of return type
mcimadamore [Thu, 28 Jan 2016 14:06:27 +0000] rev 35423
8148213: Regression: nested unchecked call does not trigger erasure of return type Summary: FreeTypeListener was deferred too much and caused loss of unchecked warning while in the middle of overload Reviewed-by: vromero
Thu, 28 Jan 2016 17:41:52 +0530 8148432: tools/javac/annotations/typeAnnotations/classfile/NestedLambdasCastedTest.java fails on all platforms
sadayapalam [Thu, 28 Jan 2016 17:41:52 +0530] rev 35422
8148432: tools/javac/annotations/typeAnnotations/classfile/NestedLambdasCastedTest.java fails on all platforms Reviewed-by: mcimadamore
Wed, 27 Jan 2016 20:49:44 -0800 Merge
jjg [Wed, 27 Jan 2016 20:49:44 -0800] rev 35421
Merge
Wed, 27 Jan 2016 20:47:21 -0800 8148417: Memory leak in javadoc DocFileFactory
jjg [Wed, 27 Jan 2016 20:47:21 -0800] rev 35420
8148417: Memory leak in javadoc DocFileFactory Reviewed-by: ksrini
Wed, 27 Jan 2016 14:44:33 -0800 8148413: Memory leak in javadoc VisibleMemberMap
jjg [Wed, 27 Jan 2016 14:44:33 -0800] rev 35419
8148413: Memory leak in javadoc VisibleMemberMap Reviewed-by: ksrini
Thu, 28 Jan 2016 09:09:34 +0530 8144168: No type annotations generated for nested lambdas
sadayapalam [Thu, 28 Jan 2016 09:09:34 +0530] rev 35418
8144168: No type annotations generated for nested lambdas Reviewed-by: jlahoda
Tue, 26 Jan 2016 12:11:55 +0000 8148128: Regression: array constructor references marked as inexact
mcimadamore [Tue, 26 Jan 2016 12:11:55 +0000] rev 35417
8148128: Regression: array constructor references marked as inexact Summary: Missing check in constructor reference stuckness check Reviewed-by: vromero
Thu, 28 Jan 2016 09:43:12 -0800 Added tag jdk-9+103 for changeset f04501964016
lana [Thu, 28 Jan 2016 09:43:12 -0800] rev 35416
Added tag jdk-9+103 for changeset f04501964016
Wed, 05 Jul 2017 21:16:49 +0200 Merge
duke [Wed, 05 Jul 2017 21:16:49 +0200] rev 35415
Merge
Mon, 01 Feb 2016 13:27:57 +0100 8138699: Improving JAX-B API javadoc
mkos [Mon, 01 Feb 2016 13:27:57 +0100] rev 35414
8138699: Improving JAX-B API javadoc Reviewed-by: lancea
Fri, 29 Jan 2016 13:10:55 +0100 8145104: NPE is thrown when JAXBContextFactory implementation is specified in system property,
mkos [Fri, 29 Jan 2016 13:10:55 +0100] rev 35413
8145104: NPE is thrown when JAXBContextFactory implementation is specified in system property, 8145112: newInstance(String,ClassLoader): java.lang.JAXBException should not be wrapped as expected according to spec Reviewed-by: lancea
Thu, 28 Jan 2016 09:43:05 -0800 Added tag jdk-9+103 for changeset ba0b1ea9093c
lana [Thu, 28 Jan 2016 09:43:05 -0800] rev 35412
Added tag jdk-9+103 for changeset ba0b1ea9093c
Wed, 05 Jul 2017 21:16:42 +0200 Merge
duke [Wed, 05 Jul 2017 21:16:42 +0200] rev 35411
Merge
Thu, 28 Jan 2016 09:43:04 -0800 Added tag jdk-9+103 for changeset 895f859625ea
lana [Thu, 28 Jan 2016 09:43:04 -0800] rev 35410
Added tag jdk-9+103 for changeset 895f859625ea
Wed, 05 Jul 2017 21:16:36 +0200 Merge
duke [Wed, 05 Jul 2017 21:16:36 +0200] rev 35409
Merge
Thu, 28 Jan 2016 15:42:54 -0800 Merge
lana [Thu, 28 Jan 2016 15:42:54 -0800] rev 35408
Merge
Thu, 28 Jan 2016 11:20:44 +0100 8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code
mhaupt [Thu, 28 Jan 2016 11:20:44 +0100] rev 35407
8147591: Revisit Collection.toArray(new T[size]) calls in nashorn and dynalink code Reviewed-by: hannesw, mhaupt, sundar Contributed-by: srinivas.dama@oracle.com
Tue, 26 Jan 2016 13:46:00 +0100 8148214: Slow object allocation due to multiple synchronization
hannesw [Tue, 26 Jan 2016 13:46:00 +0100] rev 35406
8148214: Slow object allocation due to multiple synchronization Reviewed-by: attila, mhaupt
Thu, 28 Jan 2016 09:43:14 -0800 Added tag jdk-9+103 for changeset 7cc832bade3c
lana [Thu, 28 Jan 2016 09:43:14 -0800] rev 35405
Added tag jdk-9+103 for changeset 7cc832bade3c
Wed, 05 Jul 2017 21:16:28 +0200 Merge
duke [Wed, 05 Jul 2017 21:16:28 +0200] rev 35404
Merge
Thu, 28 Jan 2016 09:43:00 -0800 Added tag jdk-9+103 for changeset 24addcfeace8
lana [Thu, 28 Jan 2016 09:43:00 -0800] rev 35403
Added tag jdk-9+103 for changeset 24addcfeace8
Wed, 05 Jul 2017 21:16:22 +0200 Merge
duke [Wed, 05 Jul 2017 21:16:22 +0200] rev 35402
Merge
Mon, 01 Feb 2016 15:11:50 +0300 8148730: Add @since tags in new String concat APIs
shade [Mon, 01 Feb 2016 15:11:50 +0300] rev 35401
8148730: Add @since tags in new String concat APIs Reviewed-by: alanb
Mon, 01 Feb 2016 09:38:08 +0800 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
amlu [Mon, 01 Feb 2016 09:38:08 +0800] rev 35400
8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout Reviewed-by: psandoz Contributed-by: huaming.li@oracle.com
Sun, 31 Jan 2016 22:30:35 +0100 8148626: URI.toURL needs to use protocol Handler to parse file URIs
redestad [Sun, 31 Jan 2016 22:30:35 +0100] rev 35399
8148626: URI.toURL needs to use protocol Handler to parse file URIs Summary: Back out the parts of 8147462 that attempted to optimize file URI to URL conversions Reviewed-by: darcy, chegar
Fri, 29 Jan 2016 17:03:17 -0800 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
darcy [Fri, 29 Jan 2016 17:03:17 -0800] rev 35398
8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms Reviewed-by: alanb
Fri, 29 Jan 2016 13:57:38 -0800 8148638: test failure in test/java/util/concurrent/tck
martin [Fri, 29 Jan 2016 13:57:38 -0800] rev 35397
8148638: test failure in test/java/util/concurrent/tck Summary: temporarily comment out assertions for not-yet-merged changes Reviewed-by: rriggs
Fri, 29 Jan 2016 11:49:37 -0800 8145164: Default implementation of ConcurrentMap::compute can throw NPE
dl [Fri, 29 Jan 2016 11:49:37 -0800] rev 35396
8145164: Default implementation of ConcurrentMap::compute can throw NPE Reviewed-by: martin, psandoz, chegar
Fri, 29 Jan 2016 11:48:00 -0800 8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section
dl [Fri, 29 Jan 2016 11:48:00 -0800] rev 35395
8144305: documentation of Queue interface contains reference to LinkedBlockingQueue twice in 'See Also' section Reviewed-by: martin, psandoz, chegar
Fri, 29 Jan 2016 11:44:19 -0800 8146467: Integrate JSR 166 jck tests into JDK repo
dl [Fri, 29 Jan 2016 11:44:19 -0800] rev 35394
8146467: Integrate JSR 166 jck tests into JDK repo Reviewed-by: martin, psandoz, chegar, fyuan, jjg
Fri, 29 Jan 2016 11:35:56 +0100 8147462: URI.toURL could be more efficient for most non-opaque URIs
redestad [Fri, 29 Jan 2016 11:35:56 +0100] rev 35393
8147462: URI.toURL could be more efficient for most non-opaque URIs Reviewed-by: alanb, chegar
Thu, 28 Jan 2016 09:49:00 -0800 8147607: Remove test library dependency on sun.security.tools.jarsigner.Main
sdrach [Thu, 28 Jan 2016 09:49:00 -0800] rev 35392
8147607: Remove test library dependency on sun.security.tools.jarsigner.Main Reviewed-by: chegar, psandoz Contributed-by: steve.drach@oracle.com
Thu, 28 Jan 2016 18:08:53 -0800 8148497: Mark SSLSocketSSLEngineTemplate.java as failing intermittently
darcy [Thu, 28 Jan 2016 18:08:53 -0800] rev 35391
8148497: Mark SSLSocketSSLEngineTemplate.java as failing intermittently Reviewed-by: xuelei
Thu, 28 Jan 2016 15:43:15 -0800 Merge
lana [Thu, 28 Jan 2016 15:43:15 -0800] rev 35390
Merge
Thu, 12 Nov 2015 17:56:29 -0800 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini [Thu, 12 Nov 2015 17:56:29 -0800] rev 35389
8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
Thu, 28 Jan 2016 19:43:05 +0300 8148483: JEP 280: Indify String Concatenation
shade [Thu, 28 Jan 2016 19:43:05 +0300] rev 35388
8148483: JEP 280: Indify String Concatenation Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>, Remi Forax <forax@univ-mlv.fr>, Peter Levart <peter.levart@gmail.com>
Thu, 28 Jan 2016 08:23:23 -0800 8144990: java/util/concurrent/forkjoin/FJExceptionTableLeak.java: OOM with Xcomp,G1GC
dl [Thu, 28 Jan 2016 08:23:23 -0800] rev 35387
8144990: java/util/concurrent/forkjoin/FJExceptionTableLeak.java: OOM with Xcomp,G1GC Reviewed-by: martin, psandoz, chegar
Thu, 28 Jan 2016 10:58:10 -0500 8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
tonyp [Thu, 28 Jan 2016 10:58:10 -0500] rev 35386
8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches Summary: Introduces the jdk.nio.maxCachedBufferSize property. Reviewed-by: alanb, bpb
Thu, 28 Jan 2016 12:55:19 +0000 8148192: (fs) Path.register can fail with Bad file descriptor and other errors
alanb [Thu, 28 Jan 2016 12:55:19 +0000] rev 35385
8148192: (fs) Path.register can fail with Bad file descriptor and other errors Reviewed-by: chegar
Thu, 28 Jan 2016 11:09:42 +0000 8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
chegar [Thu, 28 Jan 2016 11:09:42 +0000] rev 35384
8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc Reviewed-by: coffeys
Mon, 25 Jan 2016 16:07:00 -0800 8148174: NegativeArraySizeException in Vector.grow(int)
martin [Mon, 25 Jan 2016 16:07:00 -0800] rev 35383
8148174: NegativeArraySizeException in Vector.grow(int) Summary: improve management of internal array Reviewed-by: smarks, forax
Wed, 27 Jan 2016 21:59:00 +0800 8147400: Deprecate policytool
weijun [Wed, 27 Jan 2016 21:59:00 +0800] rev 35382
8147400: Deprecate policytool Reviewed-by: xuelei, mullan
Wed, 27 Jan 2016 13:51:35 +0100 8147962: URL should handle lower-casing of protocol locale-independently
redestad [Wed, 27 Jan 2016 13:51:35 +0100] rev 35381
8147962: URL should handle lower-casing of protocol locale-independently Reviewed-by: chegar, alanb, naoto
Tue, 26 Jan 2016 15:30:42 -0800 8148121: Typo in API , FileOwnerAttributeView.getOwner() and FileOwnerAttributeView.setOwner()
bpb [Tue, 26 Jan 2016 15:30:42 -0800] rev 35380
8148121: Typo in API , FileOwnerAttributeView.getOwner() and FileOwnerAttributeView.setOwner() Summary: "It it" -> "It is" Reviewed-by: sherman
Tue, 26 Jan 2016 13:32:07 -0800 8144539: Update PKCS11 tests to run with security manager
asmotrak [Tue, 26 Jan 2016 13:32:07 -0800] rev 35379
8144539: Update PKCS11 tests to run with security manager Reviewed-by: valeriep, ascarpino
Tue, 26 Jan 2016 09:25:53 +0000 8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently
chegar [Tue, 26 Jan 2016 09:25:53 +0000] rev 35378
8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently Reviewed-by: coffeys, xiaofeya
Tue, 26 Jan 2016 09:18:51 +0000 8148154: Integrate JOpt Simple for internal usage by JDK tools
chegar [Tue, 26 Jan 2016 09:18:51 +0000] rev 35377
8148154: Integrate JOpt Simple for internal usage by JDK tools Reviewed-by: alanb, redestad, rriggs
Thu, 28 Jan 2016 09:43:08 -0800 Added tag jdk-9+103 for changeset 67dcc46f8241
lana [Thu, 28 Jan 2016 09:43:08 -0800] rev 35376
Added tag jdk-9+103 for changeset 67dcc46f8241
Wed, 05 Jul 2017 21:16:13 +0200 Merge
duke [Wed, 05 Jul 2017 21:16:13 +0200] rev 35375
Merge
Thu, 28 Jan 2016 15:42:23 -0800 Merge
lana [Thu, 28 Jan 2016 15:42:23 -0800] rev 35374
Merge
Thu, 28 Jan 2016 19:43:18 +0300 8148483: JEP 280: Indify String Concatenation
shade [Thu, 28 Jan 2016 19:43:18 +0300] rev 35373
8148483: JEP 280: Indify String Concatenation Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>, Remi Forax <forax@univ-mlv.fr>, Peter Levart <peter.levart@gmail.com>
Thu, 28 Jan 2016 09:43:01 -0800 Added tag jdk-9+103 for changeset 9bd7d91ca664
lana [Thu, 28 Jan 2016 09:43:01 -0800] rev 35372
Added tag jdk-9+103 for changeset 9bd7d91ca664
Sat, 30 Jan 2016 10:28:45 +0100 8148351: Only display resolved symlink for compiler, do not change path
ihse [Sat, 30 Jan 2016 10:28:45 +0100] rev 35371
8148351: Only display resolved symlink for compiler, do not change path Reviewed-by: erikj
Sat, 30 Jan 2016 10:25:15 +0100 8148120: Incremental update from build-infra project
ihse [Sat, 30 Jan 2016 10:25:15 +0100] rev 35370
8148120: Incremental update from build-infra project Reviewed-by: erikj
Sat, 30 Jan 2016 00:25:53 +0530 8148617: top level make docs target does not generate javadocs for dynalink API
sundar [Sat, 30 Jan 2016 00:25:53 +0530] rev 35369
8148617: top level make docs target does not generate javadocs for dynalink API Reviewed-by: erikj, hannesw
Thu, 28 Jan 2016 15:41:48 -0800 Merge
lana [Thu, 28 Jan 2016 15:41:48 -0800] rev 35368
Merge
Thu, 12 Nov 2015 13:26:07 -0800 8035473: [javadoc] Revamp the existing Doclet APIs
ksrini [Thu, 12 Nov 2015 13:26:07 -0800] rev 35367
8035473: [javadoc] Revamp the existing Doclet APIs 8146529: Update the new Doclet API 8146427: "-nohelp" option issue 8146475: "-helpfile" option issue Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
Thu, 28 Jan 2016 19:42:10 +0300 8148483: JEP 280: Indify String Concatenation
shade [Thu, 28 Jan 2016 19:42:10 +0300] rev 35366
8148483: JEP 280: Indify String Concatenation Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>, Remi Forax <forax@univ-mlv.fr>, Peter Levart <peter.levart@gmail.com>
Thu, 28 Jan 2016 07:59:44 +0100 8148416: Fix merge error in hotspot.m4 introduced in Merge changeset c0fe64e3d52e
ihse [Thu, 28 Jan 2016 07:59:44 +0100] rev 35365
8148416: Fix merge error in hotspot.m4 introduced in Merge changeset c0fe64e3d52e Reviewed-by: dholmes
Tue, 26 Jan 2016 09:18:12 +0000 8148154: Integrate JOpt Simple for internal usage by JDK tools
chegar [Tue, 26 Jan 2016 09:18:12 +0000] rev 35364
8148154: Integrate JOpt Simple for internal usage by JDK tools Reviewed-by: alanb, redestad, rriggs
Thu, 28 Jan 2016 09:42:59 -0800 Added tag jdk-9+103 for changeset 8a9ec8b729b4
lana [Thu, 28 Jan 2016 09:42:59 -0800] rev 35363
Added tag jdk-9+103 for changeset 8a9ec8b729b4
Wed, 05 Jul 2017 21:15:55 +0200 Added tag jdk-9+103 for changeset 4a652e4ca952
duke [Wed, 05 Jul 2017 21:15:55 +0200] rev 35362
Added tag jdk-9+103 for changeset 4a652e4ca952
Wed, 05 Jul 2017 21:15:54 +0200 Merge jdk-9+103
duke [Wed, 05 Jul 2017 21:15:54 +0200] rev 35361
Merge
Wed, 05 Jul 2017 21:15:48 +0200 Merge
duke [Wed, 05 Jul 2017 21:15:48 +0200] rev 35360
Merge
Mon, 25 Jan 2016 19:01:32 +0000 8148147: Sync up @modules from jigsaw/jake
alanb [Mon, 25 Jan 2016 19:01:32 +0000] rev 35359
8148147: Sync up @modules from jigsaw/jake Reviewed-by: chegar, mchung
Mon, 25 Jan 2016 15:49:50 +0530 8145987: Assertion failure when compiling stream with type annotation
sadayapalam [Mon, 25 Jan 2016 15:49:50 +0530] rev 35358
8145987: Assertion failure when compiling stream with type annotation Reviewed-by: jlahoda
Sun, 24 Jan 2016 11:44:10 +0100 8145392: Build fails with "No portfile values materialized"
alundblad [Sun, 24 Jan 2016 11:44:10 +0100] rev 35357
8145392: Build fails with "No portfile values materialized" Summary: Increased default server startup timeout. Reviewed-by: jlahoda
Sun, 24 Jan 2016 11:32:38 +0100 8056989: Sjavac --server option should be optional
alundblad [Sun, 24 Jan 2016 11:32:38 +0100] rev 35356
8056989: Sjavac --server option should be optional 8147568: NullPointerException in option parsing Summary: Made --server option optional (and background=true implied) Reviewed-by: jlahoda, erikj
Fri, 22 Jan 2016 21:00:26 +0100 8143388: Compiler throws NullPointerException during compilation
jlahoda [Fri, 22 Jan 2016 21:00:26 +0100] rev 35355
8143388: Compiler throws NullPointerException during compilation Summary: Avoid putting "super" into a local variable while desugaring postfix operators. Reviewed-by: mcimadamore
Thu, 21 Jan 2016 15:55:17 -0800 8147995: 8147930 uses incorrect whitespace in langtools/test/Makefile
jjg [Thu, 21 Jan 2016 15:55:17 -0800] rev 35354
8147995: 8147930 uses incorrect whitespace in langtools/test/Makefile Reviewed-by: mikael, mchung
Thu, 21 Jan 2016 10:16:42 -0800 Merge
lana [Thu, 21 Jan 2016 10:16:42 -0800] rev 35353
Merge
Thu, 21 Jan 2016 15:11:53 +0100 8147930: Langtools test Makefile still requires special make in Cygwin
erikj [Thu, 21 Jan 2016 15:11:53 +0100] rev 35352
8147930: Langtools test Makefile still requires special make in Cygwin Reviewed-by: ihse
Tue, 19 Jan 2016 20:32:06 -0800 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
iris [Tue, 19 Jan 2016 20:32:06 -0800] rev 35351
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification Reviewed-by: alanb, chegar, lancea
Wed, 20 Jan 2016 10:53:29 +0000 8147546: regression when type-checking generic calls inside nested declarations occurring in method context
mcimadamore [Wed, 20 Jan 2016 10:53:29 +0000] rev 35350
8147546: regression when type-checking generic calls inside nested declarations occurring in method context Summary: Attr.visitClassDef should set a temporary ArgumentAttr cache when in speculative mode Reviewed-by: vromero
Wed, 20 Jan 2016 10:50:28 +0000 8147493: regression when type-checking unchecked method calls
mcimadamore [Wed, 20 Jan 2016 10:50:28 +0000] rev 35349
8147493: regression when type-checking unchecked method calls Summary: Shared warner in Attr.checkMethod leads to spurious inference errors Reviewed-by: vromero
Tue, 19 Jan 2016 15:46:42 +0530 8144580: java.lang.AssertionError: Missing type variable in where clause: T
sadayapalam [Tue, 19 Jan 2016 15:46:42 +0530] rev 35348
8144580: java.lang.AssertionError: Missing type variable in where clause: T Summary: Type variable comparisons should ignore type annotations. Reviewed-by: mcimadamore
Mon, 18 Jan 2016 14:25:29 +0000 8147554: InfoOptsTest fails when executed outside make
mcimadamore [Mon, 18 Jan 2016 14:25:29 +0000] rev 35347
8147554: InfoOptsTest fails when executed outside make Summary: Local ant build uses '-' as a build separator instead of '+' for fullversion string Reviewed-by: jlahoda
Fri, 15 Jan 2016 15:40:24 -0800 8146208: Add a public DocTreeFactory to the Compiler Tree API
jjg [Fri, 15 Jan 2016 15:40:24 -0800] rev 35346
8146208: Add a public DocTreeFactory to the Compiler Tree API Reviewed-by: ksrini
Thu, 21 Jan 2016 09:46:07 -0800 Added tag jdk-9+102 for changeset cb71f7f18b6f
lana [Thu, 21 Jan 2016 09:46:07 -0800] rev 35345
Added tag jdk-9+102 for changeset cb71f7f18b6f
Wed, 05 Jul 2017 21:15:37 +0200 Merge
duke [Wed, 05 Jul 2017 21:15:37 +0200] rev 35344
Merge
Thu, 21 Jan 2016 10:15:38 -0800 Merge
lana [Thu, 21 Jan 2016 10:15:38 -0800] rev 35343
Merge
Tue, 19 Jan 2016 20:30:02 -0800 8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
iris [Tue, 19 Jan 2016 20:30:02 -0800] rev 35342
8136494: Update "@since 1.9" to "@since 9" to match java.version.specification Reviewed-by: alanb, chegar, lancea
Mon, 18 Jan 2016 15:28:46 +0100 8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use"
mkos [Mon, 18 Jan 2016 15:28:46 +0100] rev 35341
8146086: Publishing two webservices on same port fails with "java.net.BindException: Address already in use" Reviewed-by: chegar Contributed-by: kubota.yuji@gmail.com
(0) -30000 -10000 -3000 -1000 -256 +256 +1000 +3000 +10000 tip