Thu, 09 Jan 2014 14:15:01 -0800 8030845: Fix doclint missing issues in java.awt.event
darcy [Thu, 09 Jan 2014 14:15:01 -0800] rev 22254
8030845: Fix doclint missing issues in java.awt.event Reviewed-by: prr, anthony
Tue, 21 Jan 2014 18:17:13 -0800 Added tag jdk9-b01 for changeset 0da91a6ccb5f
katleman [Tue, 21 Jan 2014 18:17:13 -0800] rev 22253
Added tag jdk9-b01 for changeset 0da91a6ccb5f
Wed, 05 Jul 2017 19:27:16 +0200 Merge
duke [Wed, 05 Jul 2017 19:27:16 +0200] rev 22252
Merge
Mon, 27 Jan 2014 21:00:29 -0800 Merge
lana [Mon, 27 Jan 2014 21:00:29 -0800] rev 22251
Merge
Thu, 05 Dec 2013 00:36:42 -0800 8029507: Enhance JVM method processing
jrose [Thu, 05 Dec 2013 00:36:42 -0800] rev 22250
8029507: Enhance JVM method processing Summary: update MemberName.clazz correctly in MemberName.resolve; also pass lookupClass to MethodHandles::resolve_MemberName Reviewed-by: acorn, vlivanov
Thu, 05 Sep 2013 10:29:00 -0400 8021266: Better life cycle for objects
coleenp [Thu, 05 Sep 2013 10:29:00 -0400] rev 22249
8021266: Better life cycle for objects Summary: Improve life cycle for objects Reviewed-by: art, hseigel Contributed-by: gerard.ziemski@oracle.com
Fri, 10 Jan 2014 12:54:08 -0800 Merge
morris [Fri, 10 Jan 2014 12:54:08 -0800] rev 22248
Merge
Fri, 10 Jan 2014 06:36:18 +0100 8022494: Make compilation IDs sequential
anoll [Fri, 10 Jan 2014 06:36:18 +0100] rev 22247
8022494: Make compilation IDs sequential Summary: Use atomic operations to provide sequential compilation IDs Reviewed-by: kvn, twisti
Thu, 09 Jan 2014 18:09:59 -0800 8026413: ScopeDesc::is_equal is declared in header file but not implemented
twisti [Thu, 09 Jan 2014 18:09:59 -0800] rev 22246
8026413: ScopeDesc::is_equal is declared in header file but not implemented Reviewed-by: kvn
Thu, 09 Jan 2014 19:03:36 +0400 8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work
iignatyev [Thu, 09 Jan 2014 19:03:36 +0400] rev 22245
8031115: intrinsics for Math.decrementExact(J) and incrementExact(J) don't work Reviewed-by: kvn, twisti
Thu, 09 Jan 2014 10:47:40 +0100 8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot
adlertz [Thu, 09 Jan 2014 10:47:40 +0100] rev 22244
8011391: C1: assert(code_offset() - offset == NativeInstruction::nop_instruction_size) failed: only one instruction can go in a delay slot Summary: Remove the VerifyOopMaps flag which doesn't work for tiered or for C1 with more compiler threads than one. Reviewed-by: twisti, drchase, iveresov
Wed, 08 Jan 2014 10:25:50 -0800 8028468: Add inlining information into ciReplay
kvn [Wed, 08 Jan 2014 10:25:50 -0800] rev 22243
8028468: Add inlining information into ciReplay Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
Wed, 08 Jan 2014 12:05:19 +0100 8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections
adlertz [Wed, 08 Jan 2014 12:05:19 +0100] rev 22242
8029446: assert(_cfg.get_block_for_node(proj) == borig) failed: incorrect block for kill projections Summary: Added loadConP0 projection node to block in case of re-materialization of the loadConP0. x86_64 only. Reviewed-by: kvn
Wed, 08 Jan 2014 09:49:31 +0100 8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV
roland [Wed, 08 Jan 2014 09:49:31 +0100] rev 22241
8029873: compiler/uncommontrap/TestStackBangRbp.java crashes with SIGSEGV Summary: May end up in uncommon trap blob/deopt blob with unguarded stack Reviewed-by: kvn, twisti
Tue, 07 Jan 2014 14:26:12 -0800 8022263: use same Clang warnings on BSD as on Linux
twisti [Tue, 07 Jan 2014 14:26:12 -0800] rev 22240
8022263: use same Clang warnings on BSD as on Linux Reviewed-by: kvn, iveresov
Tue, 07 Jan 2014 16:02:10 +0100 8027571: fatal error: meet not symmetric
roland [Tue, 07 Jan 2014 16:02:10 +0100] rev 22239
8027571: fatal error: meet not symmetric Summary: meet of one constant array and one exact array not symmetric. Reviewed-by: kvn
Tue, 07 Jan 2014 14:36:34 +0100 8028064: tiered may collect wrong receiver type at virtual call
roland [Tue, 07 Jan 2014 14:36:34 +0100] rev 22238
8028064: tiered may collect wrong receiver type at virtual call Summary: when unique callee is known at compile time, recorded class may be wrong Reviewed-by: kvn, iveresov
Tue, 07 Jan 2014 12:38:22 +0100 8028536: Test cases to cover type system fixes pushed with 8024070
roland [Tue, 07 Jan 2014 12:38:22 +0100] rev 22237
8028536: Test cases to cover type system fixes pushed with 8024070 Summary: extra test cases for type speculation Reviewed-by: kvn
Mon, 06 Jan 2014 17:23:07 -0800 8029305: add type tag to AbstractCompiler
twisti [Mon, 06 Jan 2014 17:23:07 -0800] rev 22236
8029305: add type tag to AbstractCompiler Reviewed-by: iveresov, kvn
Mon, 06 Jan 2014 15:35:20 -0800 8031199: _MSC_VER is only defined on _WIN32
twisti [Mon, 06 Jan 2014 15:35:20 -0800] rev 22235
8031199: _MSC_VER is only defined on _WIN32 Reviewed-by: kvn, iveresov
Tue, 24 Dec 2013 11:48:39 -0800 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013
mikael [Tue, 24 Dec 2013 11:48:39 -0800] rev 22234
8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 Summary: Copyright year updated for files modified during 2013 Reviewed-by: twisti, iveresov
Thu, 19 Dec 2013 20:28:45 +0000 8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris
coleenp [Thu, 19 Dec 2013 20:28:45 +0000] rev 22233
8030633: nsk/jvmti/RedefineClasses/StressRedefine failed invalid method ordering length on Solaris Summary: A method with no declared methods was getting an AME overpass method with the latest change. The method_ordering array was not updated for the new methods. Reviewed-by: dcubed, acorn, dsamersoff, lfoltan, hseigel
Mon, 16 Dec 2013 08:24:33 -0500 8027804: JCK resolveMethod test fails expecting AbstractMethodError
hseigel [Mon, 16 Dec 2013 08:24:33 -0500] rev 22232
8027804: JCK resolveMethod test fails expecting AbstractMethodError Summary: Create AME overpass methods and fix method search logic Reviewed-by: kamg, acorn, lfoltan, coleenp
Fri, 13 Dec 2013 09:25:44 +0100 8029383: assert(counter_changed) failed: failed dependencies, but counter didn't change
roland [Fri, 13 Dec 2013 09:25:44 +0100] rev 22231
8029383: assert(counter_changed) failed: failed dependencies, but counter didn't change Summary: no call to SystemDictionary::notice_modification() when class is defined through Unsafe.defineAnonymousClass() can caused missed dependency change. Reviewed-by: kvn, twisti
Thu, 12 Dec 2013 15:11:35 -0500 8029351: assert(bt != T_OBJECT) failed: Guard is incorrect in VM:defmeth
drchase [Thu, 12 Dec 2013 15:11:35 -0500] rev 22230
8029351: assert(bt != T_OBJECT) failed: Guard is incorrect in VM:defmeth Summary: replace test condition with reference to the proper predicate, encode folk wisdom into an assert Reviewed-by: twisti, coleenp
Fri, 13 Dec 2013 00:34:09 +0400 8026941: [TESTBUG] java.lang.ClassNotFoundException: java.lang.invoke.InvokeGeneric
iignatyev [Fri, 13 Dec 2013 00:34:09 +0400] rev 22229
8026941: [TESTBUG] java.lang.ClassNotFoundException: java.lang.invoke.InvokeGeneric Reviewed-by: kvn, vlivanov
Thu, 12 Dec 2013 11:25:32 -0800 8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: Do not match large constant offsets
iveresov [Thu, 12 Dec 2013 11:25:32 -0800] rev 22228
8029668: Kithcensink crashed with guarantee(Assembler::is_simm13(disp)) failed: Do not match large constant offsets Summary: Bailout if we try to reference a stack location that we can't encode Reviewed-by: kvn, twisti
Wed, 11 Dec 2013 13:51:28 -0500 8029566: PPC: OrderAccess::load_acquire(julong) is broken
jprovino [Wed, 11 Dec 2013 13:51:28 -0500] rev 22227
8029566: PPC: OrderAccess::load_acquire(julong) is broken Summary: JFR needs this fix to run on PPC Reviewed-by: sla, mikael
Wed, 11 Dec 2013 01:09:04 +0400 8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException
iignatyev [Wed, 11 Dec 2013 01:09:04 +0400] rev 22226
8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException Reviewed-by: twisti
Wed, 11 Dec 2013 01:04:34 +0400 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java
iignatyev [Wed, 11 Dec 2013 01:04:34 +0400] rev 22225
8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java Reviewed-by: kvn, twisti
Fri, 06 Dec 2013 16:43:56 -0800 8029366: ShouldNotReachHere error when creating an array with component type of void
twisti [Fri, 06 Dec 2013 16:43:56 -0800] rev 22224
8029366: ShouldNotReachHere error when creating an array with component type of void Reviewed-by: kvn
Fri, 06 Dec 2013 12:11:51 -0800 8028107: Kitchensink crashed with EAV
kvn [Fri, 06 Dec 2013 12:11:51 -0800] rev 22223
8028107: Kitchensink crashed with EAV Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive Reviewed-by: jrose, twisti
Mon, 09 Dec 2013 10:03:39 +0100 8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1)
stefank [Mon, 09 Dec 2013 10:03:39 +0100] rev 22222
8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1) Summary: Fixed overflow bug in VirtualSpaceNode::is_available Reviewed-by: mgerdin, brutisso, coleenp, jmasa
Tue, 10 Dec 2013 10:31:00 +0100 8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40
sjohanss [Tue, 10 Dec 2013 10:31:00 +0100] rev 22221
8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40 Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass. Reviewed-by: stefank, jmasa, mgerdin
Mon, 09 Dec 2013 08:20:45 +0100 8029326: G1 does not check if threads gets created
ehelin [Mon, 09 Dec 2013 08:20:45 +0100] rev 22220
8029326: G1 does not check if threads gets created Reviewed-by: brutisso, jmasa, jwilhelm
Tue, 10 Dec 2013 16:18:26 -0500 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
hseigel [Tue, 10 Dec 2013 16:18:26 -0500] rev 22219
8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution. Reviewed-by: acorn, coleenp Contributed-by: lois.foltan@oracle.com
Fri, 06 Dec 2013 11:33:10 -0500 8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
hseigel [Fri, 06 Dec 2013 11:33:10 -0500] rev 22218
8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61 Summary: Check first that a class is not a dynamically-generated bytecode associated with 1.4 reflection implementation, to emitting an ICCE of an invokespecial IMR of a method in an indirect superinterface. Reviewed-by: acorn, hseigel Contributed-by: lois.foltan@oracle.com
Thu, 05 Dec 2013 12:35:38 +0100 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun [Thu, 05 Dec 2013 12:35:38 +0100] rev 22217
8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40 Reviewed-by: kvn, sspitsyn
Wed, 04 Dec 2013 14:43:50 +0100 8029395: SA: jstack throws WrongTypeException
sla [Wed, 04 Dec 2013 14:43:50 +0100] rev 22216
8029395: SA: jstack throws WrongTypeException Summary: SA missed some TLABs Reviewed-by: dsamersoff, mgerdin, brutisso
Wed, 04 Dec 2013 08:10:31 -0500 8027458: VM anonymous classes: wrong context for protected access checks
hseigel [Wed, 04 Dec 2013 08:10:31 -0500] rev 22215
8027458: VM anonymous classes: wrong context for protected access checks Summary: Use the anonymous class's host class for protected access checks Reviewed-by: acorn, coleenp, lfoltan
Tue, 31 Dec 2013 19:26:57 +0400 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
iignatyev [Tue, 31 Dec 2013 19:26:57 +0400] rev 22214
8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul Reviewed-by: twisti Contributed-by: anton.ivanov@oracle.com
Thu, 26 Dec 2013 21:00:23 -0800 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
iveresov [Thu, 26 Dec 2013 21:00:23 -0800] rev 22213
8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6 Summary: Make object non-scalarizable if it has field with multiple bases one of which is null Reviewed-by: kvn, twisti
Fri, 20 Dec 2013 10:31:14 +0100 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
anoll [Fri, 20 Dec 2013 10:31:14 +0100] rev 22212
8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output Summary: Weaken test so that configurations that have no C1 compiler pass Reviewed-by: iveresov
Fri, 20 Dec 2013 10:29:44 +0100 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
anoll [Fri, 20 Dec 2013 10:29:44 +0100] rev 22211
8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken Summary: Added simple regression test Reviewed-by: iveresov
Thu, 19 Dec 2013 14:08:02 +0100 8025277: Add -XX: flag to print code cache sweeper statistics
anoll [Thu, 19 Dec 2013 14:08:02 +0100] rev 22210
8025277: Add -XX: flag to print code cache sweeper statistics Summary: New diagnostic flag prints statistics about the code cache sweeper Reviewed-by: kvn Contributed-by: tobi.hartmann@gmail.com
Thu, 19 Dec 2013 06:09:16 +0100 8026478: -XX:+VerifyAdapterSharing is broken
anoll [Thu, 19 Dec 2013 06:09:16 +0100] rev 22209
8026478: -XX:+VerifyAdapterSharing is broken Summary: Fix by considering all checks in StubRoutines Reviewed-by: kvn, twisti
Tue, 17 Dec 2013 08:31:06 +0100 8029091: Bug in calculation of code cache sweeping interval
anoll [Tue, 17 Dec 2013 08:31:06 +0100] rev 22208
8029091: Bug in calculation of code cache sweeping interval Summary: Use signed data type so that no underflow can happen Reviewed-by: kvn, roland
Thu, 09 Jan 2014 16:53:51 +0100 Merge
ehelin [Thu, 09 Jan 2014 16:53:51 +0100] rev 22207
Merge
Tue, 07 Jan 2014 16:15:35 +0100 Merge
ehelin [Tue, 07 Jan 2014 16:15:35 +0100] rev 22206
Merge
Tue, 07 Jan 2014 13:31:33 +0100 8027364: PSScavenge accounts too large code section to StringTable unlink
tschatzl [Tue, 07 Jan 2014 13:31:33 +0100] rev 22205
8027364: PSScavenge accounts too large code section to StringTable unlink Summary: Correct timing measurement by modifying the scope of the GCTraceTime instance. Reviewed-by: ysr, tamao Contributed-by: Jeremy Manson <jeremymanson@google.com>
Mon, 16 Dec 2013 13:43:06 +0100 8027440: DefNew does not log heap change information when a promotion failure occurs
brutisso [Mon, 16 Dec 2013 13:43:06 +0100] rev 22204
8027440: DefNew does not log heap change information when a promotion failure occurs Reviewed-by: tamao, jmasa
Mon, 16 Dec 2013 08:54:14 +0100 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
brutisso [Mon, 16 Dec 2013 08:54:14 +0100] rev 22203
8029524: Remove unsused method CollectedHeap::unsafe_max_alloc() Reviewed-by: pliden, jmasa
Wed, 08 Jan 2014 13:53:24 -0800 Merge
dcubed [Wed, 08 Jan 2014 13:53:24 -0800] rev 22202
Merge
Tue, 07 Jan 2014 13:26:56 -0500 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
coleenp [Tue, 07 Jan 2014 13:26:56 -0500] rev 22201
8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains Summary: Metaspace::contains cannot look at purged metaspaces while CMS concurrently deallocates them. Reviewed-by: mgerdin, sspitsyn, jmasa
Tue, 07 Jan 2014 12:32:57 +0100 8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
sla [Tue, 07 Jan 2014 12:32:57 +0100] rev 22200
8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin Reviewed-by: jbachorik, mchung, dholmes
Tue, 07 Jan 2014 10:50:28 +0100 4990369: visibleMethods() and methodsByName() return wrong visible methods
sla [Tue, 07 Jan 2014 10:50:28 +0100] rev 22199
4990369: visibleMethods() and methodsByName() return wrong visible methods Reviewed-by: sspitsyn, coleenp
Mon, 06 Jan 2014 08:44:24 -0500 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
hseigel [Mon, 06 Jan 2014 08:44:24 -0500] rev 22198
8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized Summary: Allow multiple calls to PerfMemory::destroy() Reviewed-by: zgu, coleenp
Tue, 31 Dec 2013 08:58:08 -0500 6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
zgu [Tue, 31 Dec 2013 08:58:08 -0500] rev 22197
6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error Summary: Fixed incompatible uses of EXCEPTION_MARK and CHECK macros in AttachListener::init(), handle exception locally. Reviewed-by: minqi, coleenp
Mon, 23 Dec 2013 18:44:59 -0500 8023735: [TESTBUG] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X
hseigel [Mon, 23 Dec 2013 18:44:59 -0500] rev 22196
8023735: [TESTBUG] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X Summary: Look for libjsig in correct locations and do not fail if it's not found Reviewed-by: zgu, ccheung
Mon, 23 Dec 2013 18:39:47 +0000 Merge
iignatyev [Mon, 23 Dec 2013 18:39:47 +0000] rev 22195
Merge
Mon, 23 Dec 2013 20:56:18 +0400 8029070: memory leak in jmm_SetVMGlobal
iignatyev [Mon, 23 Dec 2013 20:56:18 +0400] rev 22194
8029070: memory leak in jmm_SetVMGlobal Reviewed-by: kvn, dholmes
Mon, 23 Dec 2013 10:13:42 -0500 8021774: [TESTBUG] Tests failed because of a warning in its output
hseigel [Mon, 23 Dec 2013 10:13:42 -0500] rev 22193
8021774: [TESTBUG] Tests failed because of a warning in its output Summary: Remove check for warning Reviewed-by: zgu, mseledtsov Contributed-by: george.triantafillou@oracle.com
Wed, 18 Dec 2013 23:09:57 +0400 6969276: minor memory leak detected by cppcheck in agent/src/os/linux/symtab.c
dsamersoff [Wed, 18 Dec 2013 23:09:57 +0400] rev 22192
6969276: minor memory leak detected by cppcheck in agent/src/os/linux/symtab.c Summary: missed free call on error return Reviewed-by: sla, sspitsyn, igerasim
Wed, 18 Dec 2013 20:32:46 +0400 8028408: unused-value warning on forte.cpp when build on Mac
dsamersoff [Wed, 18 Dec 2013 20:32:46 +0400] rev 22191
8028408: unused-value warning on forte.cpp when build on Mac Summary: cast argument to void in function type definition Reviewed-by: sla, sspitsyn
Wed, 18 Dec 2013 08:39:06 +0100 8029726: On OS X some dtrace probe names are mismatched with Solaris
sla [Wed, 18 Dec 2013 08:39:06 +0100] rev 22190
8029726: On OS X some dtrace probe names are mismatched with Solaris 8029727: On OS X dtrace probes Call<type>MethodA/Call<type>MethodV are not fired. 8029728: On OS X dtrace probes SetStaticBooleanField are not fired Reviewed-by: kamg, dsamersoff
Mon, 16 Dec 2013 10:34:30 +0100 8028737: Remove JVM_AccessVMIntFlag / JVM_AccessVMBooleanFlag / JVM_VMBreakPoint
sla [Mon, 16 Dec 2013 10:34:30 +0100] rev 22189
8028737: Remove JVM_AccessVMIntFlag / JVM_AccessVMBooleanFlag / JVM_VMBreakPoint Reviewed-by: dcubed, coleenp
Mon, 16 Dec 2013 10:57:08 -0800 8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
zgu [Mon, 16 Dec 2013 10:57:08 -0800] rev 22188
8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags Summary: Fixed wrong print string format Reviewed-by: sla, ccheung
Mon, 16 Dec 2013 11:17:33 +0100 8029798: Build warnings in windows/makefiles/sa.make
sla [Mon, 16 Dec 2013 11:17:33 +0100] rev 22187
8029798: Build warnings in windows/makefiles/sa.make Reviewed-by: sla Contributed-by: francis.andre.kampbell@orange.fr
Thu, 26 Dec 2013 11:16:44 -0500 8030656: Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
darcy [Thu, 26 Dec 2013 11:16:44 -0500] rev 22186
8030656: Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp Summary: Switched version check to check for greater than or equal to 8, not equal to 8 Reviewed-by: dholmes, kamg
Tue, 21 Jan 2014 18:16:59 -0800 Added tag jdk9-b01 for changeset 7ef63208c60e
katleman [Tue, 21 Jan 2014 18:16:59 -0800] rev 22185
Added tag jdk9-b01 for changeset 7ef63208c60e
Mon, 27 Jan 2014 21:00:03 -0800 Merge
lana [Mon, 27 Jan 2014 21:00:03 -0800] rev 22184
Merge
Thu, 16 Jan 2014 21:43:13 -0800 Merge
asaha [Thu, 16 Jan 2014 21:43:13 -0800] rev 22183
Merge
Wed, 15 Jan 2014 14:19:11 -0800 8031822: Regenerate common/autoconf/generated-configure.sh after merging changes from CPU14_01
asaha [Wed, 15 Jan 2014 14:19:11 -0800] rev 22182
8031822: Regenerate common/autoconf/generated-configure.sh after merging changes from CPU14_01 Reviewed-by: tbell
Thu, 16 Jan 2014 17:16:33 +0100 8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma
erikj [Thu, 16 Jan 2014 17:16:33 +0100] rev 22181
8031709: Configure --with-jvm-variants=client, server, x produces default outputdir containing comma Reviewed-by: ihse, tbell
Tue, 14 Jan 2014 12:49:01 -0800 8011180: remove obsolete scripts
mduigou [Tue, 14 Jan 2014 12:49:01 -0800] rev 22180
8011180: remove obsolete scripts Reviewed-by: smarks, erikj, psandoz
Tue, 14 Jan 2014 10:25:22 -0800 8031668: TOOLCHAIN_FIND_COMPILER unexpectedly resolves symbolic links
mduigou [Tue, 14 Jan 2014 10:25:22 -0800] rev 22179
8031668: TOOLCHAIN_FIND_COMPILER unexpectedly resolves symbolic links Reviewed-by: erikj, ihse
Tue, 14 Jan 2014 12:05:32 +0100 8025936: Windows .pdb and .map files does not have proper dependencies setup
erikj [Tue, 14 Jan 2014 12:05:32 +0100] rev 22178
8025936: Windows .pdb and .map files does not have proper dependencies setup Reviewed-by: ihse, tbell
Tue, 14 Jan 2014 12:03:29 +0100 8031580: bootcycle-images crashes with Unrecognized VM option 'PermSize=32m'
erikj [Tue, 14 Jan 2014 12:03:29 +0100] rev 22177
8031580: bootcycle-images crashes with Unrecognized VM option 'PermSize=32m' Reviewed-by: sla, tbell
Thu, 09 Jan 2014 12:35:20 +0100 8029908: jdk 8u5 mac build produces incorrect version string 1.8.0_5
erikj [Thu, 09 Jan 2014 12:35:20 +0100] rev 22176
8029908: jdk 8u5 mac build produces incorrect version string 1.8.0_5 Reviewed-by: tbell, ihse
Tue, 21 Jan 2014 18:16:48 -0800 Added tag jdk9-b01 for changeset 897e2da883cd
katleman [Tue, 21 Jan 2014 18:16:48 -0800] rev 22175
Added tag jdk9-b01 for changeset 897e2da883cd
Wed, 05 Jul 2017 19:26:54 +0200 Added tag jdk9-b01 for changeset f130ca87de66
duke [Wed, 05 Jul 2017 19:26:54 +0200] rev 22174
Added tag jdk9-b01 for changeset f130ca87de66
Wed, 05 Jul 2017 19:26:54 +0200 Merge jdk9-b01
duke [Wed, 05 Jul 2017 19:26:54 +0200] rev 22173
Merge
Wed, 05 Jul 2017 19:26:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:50 +0200] rev 22172
Merge
Tue, 07 Jan 2014 15:00:23 -0800 8000962: Update JDK_MINOR_VERSION for JDK 9
darcy [Tue, 07 Jan 2014 15:00:23 -0800] rev 22171
8000962: Update JDK_MINOR_VERSION for JDK 9 Reviewed-by: jjg, ksrini
Tue, 07 Jan 2014 13:47:49 -0800 8031360: Update langtools code base to use RELEASE_9
darcy [Tue, 07 Jan 2014 13:47:49 -0800] rev 22170
8031360: Update langtools code base to use RELEASE_9 Reviewed-by: jjg
Tue, 07 Jan 2014 11:43:56 -0800 8028543: Add SourceVersion.RELEASE_9
darcy [Tue, 07 Jan 2014 11:43:56 -0800] rev 22169
8028543: Add SourceVersion.RELEASE_9 Reviewed-by: jjg
Sun, 22 Dec 2013 21:57:01 -0800 8030626: java.lang.VerifyError: Bad return type when lambda's body is in parentheses
rfield [Sun, 22 Dec 2013 21:57:01 -0800] rev 22168
8030626: java.lang.VerifyError: Bad return type when lambda's body is in parentheses Summary: properly type convert the body of a lambda expression (forward port to JDK9 of 8029558) Reviewed-by: vromero
Thu, 19 Dec 2013 22:24:27 +0000 8029240: Default methods not always visible under -source 7
vromero [Thu, 19 Dec 2013 22:24:27 +0000] rev 22167
8029240: Default methods not always visible under -source 7 Reviewed-by: jjg
Thu, 19 Dec 2013 21:58:50 +0000 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up
vromero [Thu, 19 Dec 2013 21:58:50 +0000] rev 22166
8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up Reviewed-by: jjg, jfranck, sundar
Thu, 19 Dec 2013 20:16:44 +0000 8030807: langtools should still build using jdk 7
vromero [Thu, 19 Dec 2013 20:16:44 +0000] rev 22165
8030807: langtools should still build using jdk 7 Reviewed-by: briangoetz
Thu, 19 Dec 2013 11:38:45 -0500 8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes
emc [Thu, 19 Dec 2013 11:38:45 -0500] rev 22164
8030726: tools/javac/NoStringToLower.java fails due to enforcement no use of String.toLowerCase on non-langtools classes Summary: Fix NoStringToLower test to only enforce ban on String.toLowerCase on langtools classes Reviewed-by: vromero, jfranck Contributed-by: paul.govereau@oracle.com
Wed, 18 Dec 2013 16:05:18 -0500 8030244: Update langtools to use Diamond
briangoetz [Wed, 18 Dec 2013 16:05:18 -0500] rev 22163
8030244: Update langtools to use Diamond Reviewed-by: darcy
Wed, 18 Dec 2013 19:22:58 +0000 8029721: javac crash for annotated parameter type of lambda in a field
vromero [Wed, 18 Dec 2013 19:22:58 +0000] rev 22162
8029721: javac crash for annotated parameter type of lambda in a field Reviewed-by: rfield, jfranck
Wed, 18 Dec 2013 19:15:58 +0000 8029569: internal javac cast exception when resolving varargs ambiguity
vromero [Wed, 18 Dec 2013 19:15:58 +0000] rev 22161
8029569: internal javac cast exception when resolving varargs ambiguity Reviewed-by: jjg
Fri, 06 Dec 2013 09:07:47 -0800 8029504: Regression: TestDocRootLink test fails on Windows
ksrini [Fri, 06 Dec 2013 09:07:47 -0800] rev 22160
8029504: Regression: TestDocRootLink test fails on Windows Reviewed-by: bpatel, jjg
Wed, 18 Dec 2013 10:29:25 -0500 8030253: Update langtools to use strings-in-switch
briangoetz [Wed, 18 Dec 2013 10:29:25 -0500] rev 22159
8030253: Update langtools to use strings-in-switch 8030262: Update langtools to use foreach loops 8030245: Update langtools to use try-with-resources and multi-catch Reviewed-by: darcy
Tue, 17 Dec 2013 19:27:49 -0500 8030687: Add .out files to fix failing tests
emc [Tue, 17 Dec 2013 19:27:49 -0500] rev 22158
8030687: Add .out files to fix failing tests Summary: Forgot to hg add golden files in a previous fix Reviewed-by: jjg
Tue, 17 Dec 2013 18:15:48 -0500 8030642: Add golden files to javac/limits
emc [Tue, 17 Dec 2013 18:15:48 -0500] rev 22157
8030642: Add golden files to javac/limits Summary: Add golden files to check output of negative compilation tests in javac/limits Reviewed-by: jjg, emc Contributed-by: paul.govereau@oracle.com
Tue, 17 Dec 2013 10:28:36 -0800 8030080: Correct misstatement in JSR 269 MR (in javax.lang.model)
darcy [Tue, 17 Dec 2013 10:28:36 -0800] rev 22156
8030080: Correct misstatement in JSR 269 MR (in javax.lang.model) Reviewed-by: jfranck
Tue, 17 Dec 2013 10:58:26 +0100 8028235: Better error recovery for parsing 'void' as a type of the lambda parameter
jlahoda [Tue, 17 Dec 2013 10:58:26 +0100] rev 22155
8028235: Better error recovery for parsing 'void' as a type of the lambda parameter Summary: Handle "void" as a primitive type in JavacParser.analyzeParens. Reviewed-by: vromero
Tue, 17 Dec 2013 10:58:21 +0100 8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character.
jlahoda [Tue, 17 Dec 2013 10:58:21 +0100] rev 22154
8028415: TreeMaker.Literal(Object) creates invalid JCLiterals when passed a Character. Summary: JCLiteral for char must contain an Integer, not the provided Character. Reviewed-by: jjg
Tue, 17 Dec 2013 10:55:59 +0100 8029800: Flags.java uses String.toLowerCase without specifying Locale
jlahoda [Tue, 17 Dec 2013 10:55:59 +0100] rev 22153
8029800: Flags.java uses String.toLowerCase without specifying Locale Summary: Introducing StringUtils.toLowerCase/toUpperCase independent on the default locale, converting almost all usages of String.toLowerCase/toUpperCase to use the new methods. Reviewed-by: jjg, bpatel
Tue, 17 Dec 2013 10:55:58 +0100 8029715: test needs bugID added to @bug tag
jlahoda [Tue, 17 Dec 2013 10:55:58 +0100] rev 22152
8029715: test needs bugID added to @bug tag Summary: Adding forgotten bug number Reviewed-by: vromero
Mon, 16 Dec 2013 10:15:38 -0800 8028545: Add -source 9 and -target 9 to javac
darcy [Mon, 16 Dec 2013 10:15:38 -0800] rev 22151
8028545: Add -source 9 and -target 9 to javac 8000961: Change javac source and target default to 9 Reviewed-by: jjg
Mon, 16 Dec 2013 17:33:18 +0000 8030214: fix for JDK-8020216 breaks the build
vromero [Mon, 16 Dec 2013 17:33:18 +0000] rev 22150
8030214: fix for JDK-8020216 breaks the build Reviewed-by: jjg
Mon, 16 Dec 2013 15:07:13 +0000 8028708: TEST_BUG, Tests should pass through VM options, langtools tests
vromero [Mon, 16 Dec 2013 15:07:13 +0000] rev 22149
8028708: TEST_BUG, Tests should pass through VM options, langtools tests Reviewed-by: jjg, vromero Contributed-by: andrey.x.nazarov@oracle.com
Mon, 16 Dec 2013 14:32:12 +0000 8020216: javac, compile time error isn't shown when final static field is not assigned
vromero [Mon, 16 Dec 2013 14:32:12 +0000] rev 22148
8020216: javac, compile time error isn't shown when final static field is not assigned Reviewed-by: jjg
Fri, 13 Dec 2013 09:36:24 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:36:24 -0800] rev 22147
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:11 -0800 Added tag jdk9-b00 for changeset 4b89cce23b75
iris [Thu, 12 Dec 2013 15:27:11 -0800] rev 22146
Added tag jdk9-b00 for changeset 4b89cce23b75
Wed, 05 Jul 2017 19:26:45 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:45 +0200] rev 22145
Merge
Fri, 13 Dec 2013 09:35:35 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:35 -0800] rev 22144
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:07 -0800 Added tag jdk9-b00 for changeset 2b1cd447f3b6
iris [Thu, 12 Dec 2013 15:27:07 -0800] rev 22143
Added tag jdk9-b00 for changeset 2b1cd447f3b6
Wed, 05 Jul 2017 19:26:41 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:41 +0200] rev 22142
Merge
Thu, 12 Dec 2013 11:36:40 -0800 8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification
joehw [Thu, 12 Dec 2013 11:36:40 -0800] rev 22141
8029895: XMLOutputFactory.newFactory(String, ClassLoader) - incorrect specification Reviewed-by: alanb, dfuchs, lancea
Sun, 05 Jan 2014 21:00:00 -0800 8027359: XML parser returns incorrect parsing results
joehw [Sun, 05 Jan 2014 21:00:00 -0800] rev 22140
8027359: XML parser returns incorrect parsing results Reviewed-by: lancea
Mon, 23 Dec 2013 14:07:05 -0800 8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013
joehw [Mon, 23 Dec 2013 14:07:05 -0800] rev 22139
8029236: Update copyright year to match last edit in jdk8 jaxp repository for 2013 Reviewed-by: lancea, mchung
Mon, 23 Dec 2013 13:57:42 -0800 8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars
joehw [Mon, 23 Dec 2013 13:57:42 -0800] rev 22138
8029955: AIOB in XMLEntityScanner.scanLiteral upon parsing literals with > 100 LF chars Reviewed-by: dfuchs, lancea, ulfzibis
Fri, 13 Dec 2013 09:35:23 -0800 8030068: Update .jcheck/conf files for JDK 9
iris [Fri, 13 Dec 2013 09:35:23 -0800] rev 22137
8030068: Update .jcheck/conf files for JDK 9 Reviewed-by: mr
Thu, 12 Dec 2013 15:27:07 -0800 Added tag jdk9-b00 for changeset 6b9397692808
iris [Thu, 12 Dec 2013 15:27:07 -0800] rev 22136
Added tag jdk9-b00 for changeset 6b9397692808
Wed, 05 Jul 2017 19:26:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:26:37 +0200] rev 22135
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip