Thu, 16 Apr 2015 14:05:48 -0700 Merge
kvn [Thu, 16 Apr 2015 14:05:48 -0700] rev 30227
Merge
Wed, 15 Apr 2015 11:01:56 +0200 8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class"
roland [Wed, 15 Apr 2015 11:01:56 +0200] rev 30226
8074676: java.lang.invoke.PermuteArgsTest.java fails with "assert(is_Initialize()) failed: invalid node class" Summary: after guards in Arrays.copyOf() intrinsic, control may become top Reviewed-by: kvn, vlivanov
Tue, 14 Apr 2015 11:43:18 +0100 8077615: AARCH64: Add C2 intrinsic for BigInteger::multiplyToLen() method
aph [Tue, 14 Apr 2015 11:43:18 +0100] rev 30225
8077615: AARCH64: Add C2 intrinsic for BigInteger::multiplyToLen() method Summary: Add C2 intrinsic for BigInteger::multiplyToLen() on AArch64. Reviewed-by: kvn
Tue, 14 Apr 2015 18:16:10 +0300 8076461: JSR292: remove unused native and constants
mhaupt [Tue, 14 Apr 2015 18:16:10 +0300] rev 30224
8076461: JSR292: remove unused native and constants Reviewed-by: jrose, vlivanov
Tue, 14 Apr 2015 18:11:06 +0300 8062280: C2: inlining failure due to access checks being too strict
vlivanov [Tue, 14 Apr 2015 18:11:06 +0300] rev 30223
8062280: C2: inlining failure due to access checks being too strict Reviewed-by: kvn
Tue, 14 Apr 2015 18:03:43 +0300 8057919: Class.getSimpleName() should work for non-JLS compliant class names
vlivanov [Tue, 14 Apr 2015 18:03:43 +0300] rev 30222
8057919: Class.getSimpleName() should work for non-JLS compliant class names Reviewed-by: dholmes, jrose
Mon, 13 Apr 2015 18:49:59 -0700 8077618: Move rtmLocking.cpp to shared directory.
goetz [Mon, 13 Apr 2015 18:49:59 -0700] rev 30221
8077618: Move rtmLocking.cpp to shared directory. Reviewed-by: dholmes, kvn
Thu, 26 Mar 2015 11:05:03 +0100 8076057: aix: After 8075506, aix does not support large pages.
goetz [Thu, 26 Mar 2015 11:05:03 +0100] rev 30220
8076057: aix: After 8075506, aix does not support large pages. Reviewed-by: kvn
Mon, 13 Apr 2015 15:02:35 +0300 8071546: hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java has been fixed, but still is in the exclude list
iignatyev [Mon, 13 Apr 2015 15:02:35 +0300] rev 30219
8071546: hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java has been fixed, but still is in the exclude list Summary: Deleted @ignore clause Reviewed-by: iignatyev Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
Mon, 13 Apr 2015 07:00:47 +0200 8076625: IndexOutOfBoundsException in HeapByteBufferTest.java
thartmann [Mon, 13 Apr 2015 07:00:47 +0200] rev 30218
8076625: IndexOutOfBoundsException in HeapByteBufferTest.java Summary: Use Utils::getRandomInstance and nextInt to get reproducable and limited random values. Reviewed-by: kvn, vlivanov
Mon, 06 Apr 2015 20:20:17 -0700 8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect
iveresov [Mon, 06 Apr 2015 20:20:17 -0700] rev 30217
8076968: PICL based initialization of L2 cache line size on some SPARC systems is incorrect Summary: Chcek both l2-dcache-line-size and l2-cache-line-size properties to determine the size of the line Reviewed-by: kvn
Fri, 03 Apr 2015 11:41:01 -0700 Merge
kvn [Fri, 03 Apr 2015 11:41:01 -0700] rev 30216
Merge
Thu, 02 Apr 2015 17:16:39 -0700 8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp
kvn [Thu, 02 Apr 2015 17:16:39 -0700] rev 30215
8076523: assert(((ABS(iv_adjustment_in_bytes) % elt_size) == 0)) fails in superword.cpp Summary: check that offset % mem_oper_size == 0 when alignment is verified during vectorization. Reviewed-by: iveresov
Thu, 02 Apr 2015 10:38:36 +0000 Merge
roland [Thu, 02 Apr 2015 10:38:36 +0000] rev 30214
Merge
Mon, 23 Mar 2015 14:21:17 +0100 8076094: CheckCastPPNode::Value() has outdated logic for constants
roland [Mon, 23 Mar 2015 14:21:17 +0100] rev 30213
8076094: CheckCastPPNode::Value() has outdated logic for constants Summary: outdated logic for constants in CheckCastPPNode::Value() Reviewed-by: kvn, vlivanov
Thu, 02 Apr 2015 11:28:55 +0200 8076532: Fix format warning/error in methodHandles_ppc.cpp
simonis [Thu, 02 Apr 2015 11:28:55 +0200] rev 30212
8076532: Fix format warning/error in methodHandles_ppc.cpp Reviewed-by: dholmes
Wed, 01 Apr 2015 18:07:50 -0700 8074981: Integer/FP scalar reduction optimization
kvn [Wed, 01 Apr 2015 18:07:50 -0700] rev 30211
8074981: Integer/FP scalar reduction optimization Summary: Add scalar reduction optimization to C2 to take advantage of vector instructions in modern x86 CPUs. Reviewed-by: kvn, twisti Contributed-by: michael.c.berg@intel.com
Fri, 27 Mar 2015 13:47:33 +0100 8075587: Compilation of constant array containing different sub classes crashes the JVM
roland [Fri, 27 Mar 2015 13:47:33 +0100] rev 30210
8075587: Compilation of constant array containing different sub classes crashes the JVM Summary: meet of 2 constant arrays result in bottom Reviewed-by: kvn
Tue, 31 Mar 2015 12:31:18 -0700 8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
aph [Tue, 31 Mar 2015 12:31:18 -0700] rev 30209
8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods Summary: Use unaligned Unsafe loads and stores for ByteBuffer access on platforms which support unaligned access. Add intrinsics for Unsafe.{get,put}-X-Unaligned methods. Reviewed-by: dholmes, jrose, psandoz, kvn
Fri, 27 Mar 2015 08:58:45 +0100 8075921: assert assert(allocx == alloc) fails in library_call.cpp
roland [Fri, 27 Mar 2015 08:58:45 +0100] rev 30208
8075921: assert assert(allocx == alloc) fails in library_call.cpp Summary: control becomes top after arraycopy guards and confuses tighly coupled allocation logic Reviewed-by: kvn, vlivanov
Mon, 30 Mar 2015 08:03:47 +0000 Merge
roland [Mon, 30 Mar 2015 08:03:47 +0000] rev 30207
Merge
Wed, 25 Mar 2015 14:25:53 +0100 8075922: assert(t == t_no_spec) fails in phaseX.cpp
roland [Wed, 25 Mar 2015 14:25:53 +0100] rev 30206
8075922: assert(t == t_no_spec) fails in phaseX.cpp Summary: subgraph becomes dead RegionNode::Ideal() but is not destroyed Reviewed-by: kvn, vlivanov
Mon, 30 Mar 2015 07:54:23 +0200 8075214: SIGSEGV in nmethod sweeping
thartmann [Mon, 30 Mar 2015 07:54:23 +0200] rev 30205
8075214: SIGSEGV in nmethod sweeping Summary: Changed implementation of forceNMethodSweep() to request sweep from existing sweeper thread. Reviewed-by: kvn, mgerdin, dholmes
Fri, 27 Mar 2015 15:08:13 +0000 Merge
zmajo [Fri, 27 Mar 2015 15:08:13 +0000] rev 30204
Merge
Fri, 27 Mar 2015 14:52:45 +0000 Merge
zmajo [Fri, 27 Mar 2015 14:52:45 +0000] rev 30203
Merge
Fri, 27 Mar 2015 10:57:42 +0100 8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
zmajo [Fri, 27 Mar 2015 10:57:42 +0100] rev 30202
8075798: Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes Summary: Introduce a new register class, reg_class_dynamic, that supports also cist-spillable masks. Reviewed-by: kvn, dlong, roland
Mon, 23 Mar 2015 17:09:41 +0100 8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies
roland [Mon, 23 Mar 2015 17:09:41 +0100] rev 30201
8075663: compiler/rangechecks/TestExplicitRangeChecks.java fails in compiler nightlies Summary: -Xmixed following -Xcomp doesn't undo the effect of -Xcomp with tiered on Reviewed-by: kvn, vlivanov
Fri, 27 Mar 2015 10:19:18 +0000 Merge
zmajo [Fri, 27 Mar 2015 10:19:18 +0000] rev 30200
Merge
Fri, 27 Mar 2015 09:02:53 +0100 Merge
zmajo [Fri, 27 Mar 2015 09:02:53 +0100] rev 30199
Merge
Thu, 19 Mar 2015 14:30:52 +0100 8075505: aix: improve handling of native memory
goetz [Thu, 19 Mar 2015 14:30:52 +0100] rev 30198
8075505: aix: improve handling of native memory Reviewed-by: kvn, stuefe Contributed-by: thomas.stuefe@sap.com
Wed, 25 Mar 2015 15:50:17 +0100 8075858: AIX: clean-up HotSpot make files
simonis [Wed, 25 Mar 2015 15:50:17 +0100] rev 30197
8075858: AIX: clean-up HotSpot make files Reviewed-by: kvn
Mon, 23 Mar 2015 11:20:38 +0000 Merge
roland [Mon, 23 Mar 2015 11:20:38 +0000] rev 30196
Merge
Thu, 12 Mar 2015 14:15:09 +0100 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
roland [Thu, 12 Mar 2015 14:15:09 +0100] rev 30195
8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity Summary: default methods added to classes confuse dependency processing Reviewed-by: kvn
Mon, 23 Mar 2015 10:15:53 +0100 8075136: Unnecessary sign extension for byte array access
thartmann [Mon, 23 Mar 2015 10:15:53 +0100] rev 30194
8075136: Unnecessary sign extension for byte array access Summary: Added C2 matching rules to remove unnecessary sign extension for byte array access. Reviewed-by: roland, kvn, aph, adinn
Mon, 23 Mar 2015 10:13:18 +0100 8075324: Costs of memory operands in aarch64.ad are inconsistent
thartmann [Mon, 23 Mar 2015 10:13:18 +0100] rev 30193
8075324: Costs of memory operands in aarch64.ad are inconsistent Summary: Made cost of 'indOffI' consistent to the other memory operands. Reviewed-by: roland, aph, adinn
Sat, 21 Mar 2015 21:47:49 +0300 8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions
tpivovarova [Sat, 21 Mar 2015 21:47:49 +0300] rev 30192
8075488: compiler/whitebox/DeoptimizeFramesTest fails with exit code 1 due to unrecognized VM option -XX:+IgnoreUnexpectedVMOptions Reviewed-by: kvn
Fri, 20 Mar 2015 20:32:07 +0000 Merge
vlivanov [Fri, 20 Mar 2015 20:32:07 +0000] rev 30191
Merge
Fri, 20 Mar 2015 11:41:34 -0700 8074548: Never-taken branches cause repeated deopts in MHs.GWT case
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30190
8074548: Never-taken branches cause repeated deopts in MHs.GWT case Reviewed-by: jrose, kvn
Fri, 20 Mar 2015 11:41:34 -0700 8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30189
8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles Reviewed-by: jrose, kvn
Fri, 20 Mar 2015 11:41:34 -0700 8075266: Show runtime call details when printing machine code
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30188
8075266: Show runtime call details when printing machine code Reviewed-by: jrose, kvn
Fri, 20 Mar 2015 11:41:34 -0700 8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo*
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30187
8075269: Extend -XX:CompileCommand=print,* to work for MethodHandle.invokeBasic/linkTo* Reviewed-by: jrose, kvn, dlong
Fri, 20 Mar 2015 11:41:34 -0700 8075270: Print locals & stack slots location for PcDescs
vlivanov [Fri, 20 Mar 2015 11:41:34 -0700] rev 30186
8075270: Print locals & stack slots location for PcDescs Reviewed-by: kvn, jrose
Mon, 16 Mar 2015 12:24:06 +0100 8073866: Fix for 8064703 is not sufficient
roland [Mon, 16 Mar 2015 12:24:06 +0100] rev 30185
8073866: Fix for 8064703 is not sufficient Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs Reviewed-by: kvn, vlivanov
Fri, 20 Mar 2015 11:53:01 +0100 Merge
zmajo [Fri, 20 Mar 2015 11:53:01 +0100] rev 30184
Merge
Tue, 17 Mar 2015 10:06:31 +0100 8073480: C2 should optimize explicit range checks
roland [Tue, 17 Mar 2015 10:06:31 +0100] rev 30183
8073480: C2 should optimize explicit range checks Summary: explicit range checks should be recognized by C2 Reviewed-by: kvn, vlivanov
Wed, 15 Apr 2015 12:16:01 -0400 8069367: Eagerly reclaimed humongous objects left on mark stack
kbarrett [Wed, 15 Apr 2015 12:16:01 -0400] rev 30182
8069367: Eagerly reclaimed humongous objects left on mark stack Summary: Prevent eager reclaim of objects that might be on mark stack. Reviewed-by: brutisso, tschatzl
Wed, 15 Apr 2015 11:23:06 +0000 Merge
iignatyev [Wed, 15 Apr 2015 11:23:06 +0000] rev 30181
Merge
Wed, 15 Apr 2015 09:49:50 +0000 Merge
iignatyev [Wed, 15 Apr 2015 09:49:50 +0000] rev 30180
Merge
Thu, 09 Apr 2015 14:16:04 +0300 8026043: Add regression test for JDK-8000831
eistepan [Thu, 09 Apr 2015 14:16:04 +0300] rev 30179
8026043: Add regression test for JDK-8000831 Reviewed-by: mchung
Tue, 14 Apr 2015 09:44:06 -0700 8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
sangheki [Tue, 14 Apr 2015 09:44:06 -0700] rev 30178
8077710: BACKOUT - java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options Summary: Removed unnecessary guards. Reviewed-by: stefank, jwilhelm
Tue, 14 Apr 2015 11:24:03 +0200 8077403: Remove guarantee from GenCollectedHeap::is_in()
brutisso [Tue, 14 Apr 2015 11:24:03 +0200] rev 30177
8077403: Remove guarantee from GenCollectedHeap::is_in() Reviewed-by: mgerdin, jmasa
Tue, 14 Apr 2015 11:40:13 +0200 8077420: Build failure with SS12u4
stefank [Tue, 14 Apr 2015 11:40:13 +0200] rev 30176
8077420: Build failure with SS12u4 Reviewed-by: dholmes, lfoltan
Thu, 02 Apr 2015 10:24:24 +0200 8076457: Fix includes of inline.hpp in GC code
stefank [Thu, 02 Apr 2015 10:24:24 +0200] rev 30175
8076457: Fix includes of inline.hpp in GC code Reviewed-by: pliden, jmasa
Mon, 13 Apr 2015 11:01:29 -0700 8077301: Optimized build is broken
jmasa [Mon, 13 Apr 2015 11:01:29 -0700] rev 30174
8077301: Optimized build is broken Reviewed-by: kbarrett, brutisso
Mon, 13 Apr 2015 15:47:48 +0200 8077413: Avoid use of Universe::heap() inside collectors
pliden [Mon, 13 Apr 2015 15:47:48 +0200] rev 30173
8077413: Avoid use of Universe::heap() inside collectors Reviewed-by: stefank, kbarrett
Fri, 10 Apr 2015 13:58:36 +0200 8077400: Unnecessary and incorrect "Code Cache Roots" G1 log entry
mgerdin [Fri, 10 Apr 2015 13:58:36 +0200] rev 30172
8077400: Unnecessary and incorrect "Code Cache Roots" G1 log entry Reviewed-by: tschatzl, brutisso, sangheki
Sun, 12 Apr 2015 14:59:41 +0200 8077411: Remove CollectedHeap::supports_heap_inspection()
brutisso [Sun, 12 Apr 2015 14:59:41 +0200] rev 30171
8077411: Remove CollectedHeap::supports_heap_inspection() Reviewed-by: stefank, ecaspole, jmasa
Fri, 10 Apr 2015 10:55:07 -0400 8077414: PSPromotionLAB _state is unintialized
ecaspole [Fri, 10 Apr 2015 10:55:07 -0400] rev 30170
8077414: PSPromotionLAB _state is unintialized Summary: Initialize _state to zero_size Reviewed-by: brutisso, stefank Contributed-by: Eric Caspole <eric.caspole@oracle.com>
Wed, 08 Apr 2015 15:49:29 +0300 8076311: Java 9 process negative MaxTenuringThreshold in different way than Java 8
ddmitriev [Wed, 08 Apr 2015 15:49:29 +0300] rev 30169
8076311: Java 9 process negative MaxTenuringThreshold in different way than Java 8 Summary: Corrected processing of invalid MaXTenuringThreshold Reviewed-by: jmasa, dholmes, kbarrett
Fri, 10 Apr 2015 14:59:21 +0000 Merge
stefank [Fri, 10 Apr 2015 14:59:21 +0000] rev 30168
Merge
Thu, 09 Apr 2015 10:16:45 -0700 8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options
sangheki [Thu, 09 Apr 2015 10:16:45 -0700] rev 30167
8076325: java hangs with -XX:ParallelGCThreads=0 -XX:+ExplicitGCInvokesConcurrent options Summary: Added a guard of gc workers > 0 to execute logic. Reviewed-by: stefank, mgerdin
Thu, 09 Apr 2015 15:41:47 +0200 8077255: TracePageSizes output reports wrong page size on Windows with G1
tschatzl [Thu, 09 Apr 2015 15:41:47 +0200] rev 30166
8077255: TracePageSizes output reports wrong page size on Windows with G1 Summary: Print selected page size, not alignment size chosen by ReservedSpace (which is the vm_allocation_granularity that is different to page size on Windows) in the message presented by TracePageSizes. Reviewed-by: drwhite, jmasa
Wed, 08 Apr 2015 09:35:25 +0200 8076614: Add comment to ClearNoncleanCardWrapper::do_MemRegion()
brutisso [Wed, 08 Apr 2015 09:35:25 +0200] rev 30165
8076614: Add comment to ClearNoncleanCardWrapper::do_MemRegion() Reviewed-by: kbarrett, stefank
Thu, 09 Apr 2015 17:39:42 +0200 Merge
jwilhelm [Thu, 09 Apr 2015 17:39:42 +0200] rev 30164
Merge
Thu, 09 Apr 2015 12:40:20 +0000 Merge
kbarrett [Thu, 09 Apr 2015 12:40:20 +0000] rev 30163
Merge
Wed, 08 Apr 2015 10:32:16 -0400 8076265: Simplify deal_with_reference
kbarrett [Wed, 08 Apr 2015 10:32:16 -0400] rev 30162
8076265: Simplify deal_with_reference Summary: Eliminate _CHECK_BOTH_FINGERS_ and simplify. Reviewed-by: brutisso, tschatzl
Thu, 09 Apr 2015 11:30:37 +0200 8077315: Build failure on OSX after compiler upgrade
jwilhelm [Thu, 09 Apr 2015 11:30:37 +0200] rev 30161
8077315: Build failure on OSX after compiler upgrade Reviewed-by: stefank, mgerdin
Thu, 09 Apr 2015 11:29:32 +0200 8077302: src/share/vm/oops/instanceRefKlass.inline.hpp has a doubble /*
jwilhelm [Thu, 09 Apr 2015 11:29:32 +0200] rev 30160
8077302: src/share/vm/oops/instanceRefKlass.inline.hpp has a doubble /* Reviewed-by: stefank, mgerdin
Wed, 08 Apr 2015 15:19:49 +0200 8076534: CollectedHeapName in SA agent incorrect
pliden [Wed, 08 Apr 2015 15:19:49 +0200] rev 30159
8076534: CollectedHeapName in SA agent incorrect Reviewed-by: dsamersoff, sla, tschatzl
Tue, 07 Apr 2015 10:53:51 +0200 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
tschatzl [Tue, 07 Apr 2015 10:53:51 +0200] rev 30158
8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29 Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
Thu, 02 Apr 2015 16:42:24 -0400 8069004: Kitchensink hanged with 16Gb heap and GC pause >30 min
drwhite [Thu, 02 Apr 2015 16:42:24 -0400] rev 30157
8069004: Kitchensink hanged with 16Gb heap and GC pause >30 min Summary: Revert bug introduced a few months ago. Reviewed-by: brutisso, tschatzl, jmasa
Thu, 02 Apr 2015 18:53:45 +0300 8043225: Make whitebox API functions more stable
iignatyev [Thu, 02 Apr 2015 18:53:45 +0300] rev 30156
8043225: Make whitebox API functions more stable Summary: Added checks for null parameters where applicable Reviewed-by: dholmes, iignatyev Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
Thu, 02 Apr 2015 16:37:29 +0200 8076267: Remove n_gens()
jwilhelm [Thu, 02 Apr 2015 16:37:29 +0200] rev 30155
8076267: Remove n_gens() Reviewed-by: jprovino, kbarrett, jmasa
Thu, 02 Apr 2015 16:08:41 +0200 8076452: Remove SharedHeap
brutisso [Thu, 02 Apr 2015 16:08:41 +0200] rev 30154
8076452: Remove SharedHeap Reviewed-by: stefank, sjohanss, david
Thu, 02 Apr 2015 16:07:27 +0200 8076289: Move the StrongRootsScope out of SharedHeap
brutisso [Thu, 02 Apr 2015 16:07:27 +0200] rev 30153
8076289: Move the StrongRootsScope out of SharedHeap Reviewed-by: stefank, sjohanss, david
Thu, 02 Apr 2015 16:06:07 +0200 8076454: Clean up/move things out of SharedHeap
brutisso [Thu, 02 Apr 2015 16:06:07 +0200] rev 30152
8076454: Clean up/move things out of SharedHeap Reviewed-by: stefank, sjohanss, david
Thu, 02 Apr 2015 10:22:13 +0200 8076456: Remove unnecessary oopDesc::klass() calls
stefank [Thu, 02 Apr 2015 10:22:13 +0200] rev 30151
8076456: Remove unnecessary oopDesc::klass() calls Reviewed-by: pliden, jmasa
Thu, 02 Apr 2015 10:04:27 +0200 8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution
stefank [Thu, 02 Apr 2015 10:04:27 +0200] rev 30150
8075955: Replace the macro based implementation of oop_oop_iterate with a template based solution Reviewed-by: brutisso, coleenp, kbarrett, sjohanss
Thu, 02 Apr 2015 09:14:16 +0200 8076447: Remove unused MemoryManager::kind()
pliden [Thu, 02 Apr 2015 09:14:16 +0200] rev 30149
8076447: Remove unused MemoryManager::kind() Reviewed-by: stefank, tschatzl
Wed, 01 Apr 2015 12:34:26 +0200 8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling
david [Wed, 01 Apr 2015 12:34:26 +0200] rev 30148
8016276: CMS concurrentMarkSweepGeneration contains lots of unnecessary allocation failure handling Reviewed-by: stefank, pliden
Thu, 02 Apr 2015 06:42:24 +0200 8076314: Remove the static instance variable SharedHeap:: _sh
brutisso [Thu, 02 Apr 2015 06:42:24 +0200] rev 30147
8076314: Remove the static instance variable SharedHeap:: _sh Reviewed-by: pliden, jmasa
Fri, 03 Apr 2015 13:45:33 -0700 Merge
ccheung [Fri, 03 Apr 2015 13:45:33 -0700] rev 30146
Merge
Fri, 03 Apr 2015 13:18:06 +0000 Merge
coleenp [Fri, 03 Apr 2015 13:18:06 +0000] rev 30145
Merge
Thu, 02 Apr 2015 14:02:54 -0400 8076421: Fix Zero Interpreter bugs in class redefinition and template interpreter changes
coleenp [Thu, 02 Apr 2015 14:02:54 -0400] rev 30144
8076421: Fix Zero Interpreter bugs in class redefinition and template interpreter changes Summary: metadata_do walking interpreted frames was wrong and generate_Reference_get is not necessarily an accessor method. Reviewed-by: sgehwolf, dholmes
Fri, 03 Apr 2015 05:55:33 -0400 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows
stuefe [Fri, 03 Apr 2015 05:55:33 -0400] rev 30143
8074860: Structured Exception Catcher missing around CreateJavaVM on Windows Summary: add __try/__except around JNI_CreateJavaVM Reviewed-by: mgronlun, dcubed
Thu, 02 Apr 2015 20:51:24 +0000 Merge
dsamersoff [Thu, 02 Apr 2015 20:51:24 +0000] rev 30142
Merge
Thu, 02 Apr 2015 13:20:49 -0700 8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect
dsamersoff [Thu, 02 Apr 2015 13:20:49 -0700] rev 30141
8068007: [Findbugs] SA com.sun.java.swing.action.ActionManager.manager should be package protect Summary: fixed java programming style nit Reviewed-by: dholmes, jbachorik, sspitsyn
Thu, 02 Apr 2015 19:26:00 +0000 Merge
coleenp [Thu, 02 Apr 2015 19:26:00 +0000] rev 30140
Merge
Thu, 02 Apr 2015 10:12:49 -0400 6983747: Remove obsolete dl_mutex lock
mockner [Thu, 02 Apr 2015 10:12:49 -0400] rev 30139
6983747: Remove obsolete dl_mutex lock Summary: Unused dl_mutex lock has been removed. Reviewed-by: hseigel, coleenp, dholmes
Thu, 02 Apr 2015 17:22:22 +0000 Merge
jbachorik [Thu, 02 Apr 2015 17:22:22 +0000] rev 30138
Merge
Thu, 02 Apr 2015 12:14:43 +0200 8076344: serviceability/dcmd/vm/SetVMFlagTest.java test fails with "java.lang.Error: 'MaxHeapSize' flag is not available or immutable"
jbachorik [Thu, 02 Apr 2015 12:14:43 +0200] rev 30137
8076344: serviceability/dcmd/vm/SetVMFlagTest.java test fails with "java.lang.Error: 'MaxHeapSize' flag is not available or immutable" Reviewed-by: sla
Thu, 02 Apr 2015 08:50:10 -0400 8076236: VM permits illegal flags for class init method
hseigel [Thu, 02 Apr 2015 08:50:10 -0400] rev 30136
8076236: VM permits illegal flags for class init method Summary: Move check for multiple access flags so that it also covers instance initialization methods Reviewed-by: ctornqvi, lfoltan
Thu, 02 Apr 2015 07:44:55 +0000 Merge
jbachorik [Thu, 02 Apr 2015 07:44:55 +0000] rev 30135
Merge
Thu, 26 Mar 2015 10:37:10 +0100 8023093: Add ManagementAgent.status diagnostic command
jbachorik [Thu, 26 Mar 2015 10:37:10 +0100] rev 30134
8023093: Add ManagementAgent.status diagnostic command Reviewed-by: sla
Thu, 02 Apr 2015 02:20:54 +0000 Merge
coleenp [Thu, 02 Apr 2015 02:20:54 +0000] rev 30133
Merge
Wed, 01 Apr 2015 22:03:17 -0400 8076492: Make common code from template interpreter code
coleenp [Wed, 01 Apr 2015 22:03:17 -0400] rev 30132
8076492: Make common code from template interpreter code Summary: Move case statement out of assembly code Reviewed-by: minqi, sspitsyn, dholmes
Wed, 01 Apr 2015 15:13:48 -0400 8078349: remove dead code - fast_iagetfield
mockner [Wed, 01 Apr 2015 15:13:48 -0400] rev 30131
8078349: remove dead code - fast_iagetfield Summary: Unused function fast_iagetfield has been removed. Reviewed-by: hseigel, coleenp
Wed, 01 Apr 2015 15:27:04 +0200 8076450: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java: assert(!on_C_heap() || allocated_on_C_heap()) failed: growable array must be on C heap if elements are
sla [Wed, 01 Apr 2015 15:27:04 +0200] rev 30130
8076450: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java: assert(!on_C_heap() || allocated_on_C_heap()) failed: growable array must be on C heap if elements are Reviewed-by: fparain, mgronlun, dholmes
Tue, 31 Mar 2015 05:30:36 -0400 8076185: Provide SafeFetchX implementation for zero
dholmes [Tue, 31 Mar 2015 05:30:36 -0400] rev 30129
8076185: Provide SafeFetchX implementation for zero Summary: Implement SafeFetchX for zero using setjmp/longjmp and Posix TLS Reviewed-by: sgehwolf, dholmes Contributed-by: thomas.stuefe@gmail.com
Tue, 31 Mar 2015 02:11:09 +0000 Merge
coleenp [Tue, 31 Mar 2015 02:11:09 +0000] rev 30128
Merge
Mon, 30 Mar 2015 19:27:30 +0000 Merge
coleenp [Mon, 30 Mar 2015 19:27:30 +0000] rev 30127
Merge
Fri, 27 Mar 2015 16:12:40 +0100 8076181: bytecodeInterpreter.cpp refers to unknown labels.
sgehwolf [Fri, 27 Mar 2015 16:12:40 +0100] rev 30126
8076181: bytecodeInterpreter.cpp refers to unknown labels. Reviewed-by: coleenp, dholmes
Mon, 30 Mar 2015 17:32:18 -0400 8074895: os::getenv is inadequate
jmanson [Mon, 30 Mar 2015 17:32:18 -0400] rev 30125
8074895: os::getenv is inadequate Reviewed-by: dholmes, coleenp
Mon, 30 Mar 2015 16:47:42 +0000 Merge
ctornqvi [Mon, 30 Mar 2015 16:47:42 +0000] rev 30124
Merge
Mon, 30 Mar 2015 08:28:07 -0700 8075438: [TESTBUG] Hotspot JTREG tests should use unique CDS archive names
ctornqvi [Mon, 30 Mar 2015 08:28:07 -0700] rev 30123
8075438: [TESTBUG] Hotspot JTREG tests should use unique CDS archive names Reviewed-by: hseigel, gtriantafill
Mon, 30 Mar 2015 09:47:52 -0400 8074718: Merge templateTable_x86 _32 and _64 .hpp files
mockner [Mon, 30 Mar 2015 09:47:52 -0400] rev 30122
8074718: Merge templateTable_x86 _32 and _64 .hpp files Summary: templateTable_x86 32 and 64 bit files have been merged. Reviewed-by: hseigel, coleenp
Mon, 23 Mar 2015 11:46:15 +0100 8054890: Serviceability: New diagnostic commands 'VM.set_flag' and 'JVMTI.data_dump'
jbachorik [Mon, 23 Mar 2015 11:46:15 +0100] rev 30121
8054890: Serviceability: New diagnostic commands 'VM.set_flag' and 'JVMTI.data_dump' Reviewed-by: sla, fparain, egahlin, ykantser
Sun, 29 Mar 2015 09:20:27 -0400 Merge
hseigel [Sun, 29 Mar 2015 09:20:27 -0400] rev 30120
Merge
Fri, 27 Mar 2015 12:43:45 +0100 8076163: ppc: port "8074345: Enable RewriteBytecodes when VM runs with CDS"
goetz [Fri, 27 Mar 2015 12:43:45 +0100] rev 30119
8076163: ppc: port "8074345: Enable RewriteBytecodes when VM runs with CDS" Reviewed-by: coleenp, simonis, mdoerr
Wed, 25 Mar 2015 22:27:51 -0400 8075967: Zero interpreter asserts for SafeFetch<32,N> calls in ObjectMonitor
coleenp [Wed, 25 Mar 2015 22:27:51 -0400] rev 30118
8075967: Zero interpreter asserts for SafeFetch<32,N> calls in ObjectMonitor Summary: Implement SafeFetchX unsafely and make CanUseSafeFetchX false for Zero Reviewed-by: sgehwolf, dholmes
Wed, 25 Mar 2015 15:18:37 -0700 8074345: Enable RewriteBytecodes when VM runs with CDS
minqi [Wed, 25 Mar 2015 15:18:37 -0700] rev 30117
8074345: Enable RewriteBytecodes when VM runs with CDS Summary: Enable bytecode rewriting when CDS turned on. Reviewed-by: coleenp, iklam Contributed-by: yumin.qi@oracle.com, ioi.lam@oracle.com
Wed, 25 Mar 2015 15:22:44 +0000 Merge
ykantser [Wed, 25 Mar 2015 15:22:44 +0000] rev 30116
Merge
Wed, 25 Mar 2015 12:38:50 +0100 8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined
ykantser [Wed, 25 Mar 2015 12:38:50 +0100] rev 30115
8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined Reviewed-by: jbachorik, sspitsyn
Wed, 25 Mar 2015 08:16:48 -0400 7127066: Class verifier accepts an invalid class file
hseigel [Wed, 25 Mar 2015 08:16:48 -0400] rev 30114
7127066: Class verifier accepts an invalid class file Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
Wed, 25 Mar 2015 09:37:59 +0100 8075725: Remove /jre subdir in hotspot dist dir
erikj [Wed, 25 Mar 2015 09:37:59 +0100] rev 30113
8075725: Remove /jre subdir in hotspot dist dir Reviewed-by: tbell, ihse
Tue, 24 Mar 2015 16:21:28 +0000 Merge
jbachorik [Tue, 24 Mar 2015 16:21:28 +0000] rev 30112
Merge
Tue, 24 Mar 2015 15:03:07 +0100 8024055: serviceability/attach/AttachWithStalePidFile.java createJavaPidFile() fails
jbachorik [Tue, 24 Mar 2015 15:03:07 +0100] rev 30111
8024055: serviceability/attach/AttachWithStalePidFile.java createJavaPidFile() fails Reviewed-by: sla, sspitsyn
Mon, 23 Mar 2015 13:53:44 +0100 8075533: Zero JVM segfaults for -version after JDK-8074552
sgehwolf [Mon, 23 Mar 2015 13:53:44 +0100] rev 30110
8075533: Zero JVM segfaults for -version after JDK-8074552 Summary: Remove SafeFetchXX Zero implementations and guard test with CanUseSafeFetchXX Reviewed-by: simonis, coleenp
Fri, 20 Mar 2015 15:19:30 -0700 Merge
dcubed [Fri, 20 Mar 2015 15:19:30 -0700] rev 30109
Merge
Thu, 19 Mar 2015 15:30:06 -0400 8072128: mutexLocker.cpp _mutex_array[] initialization broken with safepoint check change
mockner [Thu, 19 Mar 2015 15:30:06 -0400] rev 30108
8072128: mutexLocker.cpp _mutex_array[] initialization broken with safepoint check change Summary: Fixed missing "++" in _mutex_array[] initialization. Reviewed-by: dholmes, fparain
Fri, 20 Mar 2015 02:44:51 -0700 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
sspitsyn [Fri, 20 Mar 2015 02:44:51 -0700] rev 30107
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init> Summary: use method cpref and klass version to provide meaningful methods name in stacktraces Reviewed-by: coleenp, dcubed
Thu, 19 Mar 2015 23:33:38 +0000 Merge
coleenp [Thu, 19 Mar 2015 23:33:38 +0000] rev 30106
Merge
Thu, 19 Mar 2015 21:11:18 +0000 Merge
coleenp [Thu, 19 Mar 2015 21:11:18 +0000] rev 30105
Merge
Thu, 19 Mar 2015 09:47:27 -0400 8005521: StressMethodComparator is not thread-safe
coleenp [Thu, 19 Mar 2015 09:47:27 -0400] rev 30104
8005521: StressMethodComparator is not thread-safe Summary: Remove the debug option. It isn't correct or tested. Reviewed-by: gtriantafill, dholmes, sspitsyn
Thu, 19 Mar 2015 14:28:44 -0700 Merge
dcubed [Thu, 19 Mar 2015 14:28:44 -0700] rev 30103
Merge
Thu, 19 Mar 2015 08:55:50 -0400 8075118: JVM stuck in infinite loop during verification
hseigel [Thu, 19 Mar 2015 08:55:50 -0400] rev 30102
8075118: JVM stuck in infinite loop during verification Summary: keep a list of handlers to prevent the same handler from being scanned repeatedly. Reviewed-by: dlong, dholmes
Wed, 18 Mar 2015 17:45:47 -0400 8075216: Remove old flags, regarding to JDK9, from obsolete_jvm_flags
dholmes [Wed, 18 Mar 2015 17:45:47 -0400] rev 30101
8075216: Remove old flags, regarding to JDK9, from obsolete_jvm_flags Reviewed-by: dholmes, simonis, gziemski Contributed-by: Dmitry Dmitriev <dmitry.dmitriev@oracle.com>
Wed, 18 Mar 2015 12:02:44 +0100 8075140: Solaris build of native libraries not consistently using EXTRA_CFLAGS and EXTRA_LDFLAGS
erikj [Wed, 18 Mar 2015 12:02:44 +0100] rev 30100
8075140: Solaris build of native libraries not consistently using EXTRA_CFLAGS and EXTRA_LDFLAGS Reviewed-by: ihse, tbell, dholmes
Wed, 18 Mar 2015 10:22:24 +0100 8072897: File sawindbg.dll has incorrect file version
erikj [Wed, 18 Mar 2015 10:22:24 +0100] rev 30099
8072897: File sawindbg.dll has incorrect file version Reviewed-by: tbell, dholmes
Thu, 07 May 2015 10:19:31 -0700 Added tag jdk9-b63 for changeset 8245edf58a44
katleman [Thu, 07 May 2015 10:19:31 -0700] rev 30098
Added tag jdk9-b63 for changeset 8245edf58a44
Thu, 07 May 2015 20:49:31 -0700 Merge
lana [Thu, 07 May 2015 20:49:31 -0700] rev 30097
Merge
Wed, 06 May 2015 15:30:51 +0200 8078046: Remove MCS post-processing on Solaris
ihse [Wed, 06 May 2015 15:30:51 +0200] rev 30096
8078046: Remove MCS post-processing on Solaris Reviewed-by: dholmes
Wed, 06 May 2015 11:15:27 +0200 8079344: Allow custom or platform specific java source to automatically override shared source
erikj [Wed, 06 May 2015 11:15:27 +0200] rev 30095
8079344: Allow custom or platform specific java source to automatically override shared source Reviewed-by: ihse
Wed, 06 May 2015 10:47:21 +0200 8078058: Clean up mac bundles logic
ihse [Wed, 06 May 2015 10:47:21 +0200] rev 30094
8078058: Clean up mac bundles logic Reviewed-by: erikj
Wed, 06 May 2015 10:26:10 +0200 8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding
ihse [Wed, 06 May 2015 10:26:10 +0200] rev 30093
8077992: Eliminate JDK build dependency of native2ascii and update Japanese nroff man pages to UTF-8 encoding Reviewed-by: mchung
Tue, 05 May 2015 08:11:39 -0700 Merge
amurillo [Tue, 05 May 2015 08:11:39 -0700] rev 30092
Merge
Fri, 01 May 2015 03:56:01 -0700 Merge
amurillo [Fri, 01 May 2015 03:56:01 -0700] rev 30091
Merge
Mon, 27 Apr 2015 14:41:49 +0200 Merge
ctornqvi [Mon, 27 Apr 2015 14:41:49 +0200] rev 30090
Merge
Thu, 23 Apr 2015 12:47:56 -0700 8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set
ctornqvi [Thu, 23 Apr 2015 12:47:56 -0700] rev 30089
8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set Reviewed-by: mseledtsov, dholmes
Mon, 20 Apr 2015 14:26:53 +0200 Merge
jwilhelm [Mon, 20 Apr 2015 14:26:53 +0200] rev 30088
Merge
Fri, 17 Apr 2015 16:08:41 -0700 8078017: Introduce hotspot_basicvmtest
mikael [Fri, 17 Apr 2015 16:08:41 -0700] rev 30087
8078017: Introduce hotspot_basicvmtest Reviewed-by: dholmes, kvn
Fri, 17 Apr 2015 14:37:00 -0700 Merge
ccheung [Fri, 17 Apr 2015 14:37:00 -0700] rev 30086
Merge
Fri, 17 Apr 2015 09:36:32 +0200 8042901: Allow com.sun.management to be in a different module to java.lang.management
sjiang [Fri, 17 Apr 2015 09:36:32 +0200] rev 30085
8042901: Allow com.sun.management to be in a different module to java.lang.management Reviewed-by: mchung, dfuchs, erikj, jbachorik
Thu, 09 Apr 2015 09:14:17 +0200 8077137: Port jdk.internal.instrumentation to jdk 9
sla [Thu, 09 Apr 2015 09:14:17 +0200] rev 30084
8077137: Port jdk.internal.instrumentation to jdk 9 Reviewed-by: erikj, mchung, rriggs
Thu, 16 Apr 2015 14:01:18 -0700 Merge
kvn [Thu, 16 Apr 2015 14:01:18 -0700] rev 30083
Merge
Fri, 03 Apr 2015 11:40:37 -0700 Merge
kvn [Fri, 03 Apr 2015 11:40:37 -0700] rev 30082
Merge
Mon, 30 Mar 2015 07:53:19 +0200 8075214: SIGSEGV in nmethod sweeping
thartmann [Mon, 30 Mar 2015 07:53:19 +0200] rev 30081
8075214: SIGSEGV in nmethod sweeping Summary: Changed implementation of forceNMethodSweep() to request sweep from existing sweeper thread. Reviewed-by: kvn, mgerdin, dholmes
Tue, 14 Apr 2015 22:46:16 -0700 8077524: Enable selective test bundle installation for jprt test targets
mikael [Tue, 14 Apr 2015 22:46:16 -0700] rev 30080
8077524: Enable selective test bundle installation for jprt test targets Reviewed-by: dholmes
Thu, 09 Apr 2015 17:39:40 +0200 Merge
jwilhelm [Thu, 09 Apr 2015 17:39:40 +0200] rev 30079
Merge
Tue, 07 Apr 2015 10:41:24 +0200 8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29
tschatzl [Tue, 07 Apr 2015 10:41:24 +0200] rev 30078
8058354: SPECjvm2008-Derby -2.7% performance regression on Solaris-X64 starting with 9-b29 Summary: Allow use of large pages for auxiliary data structures in G1. Clean up existing interfaces. Reviewed-by: jmasa, pliden, stefank
Thu, 02 Apr 2015 19:09:06 +0300 8043225: Make whitebox API functions more stable
iignatyev [Thu, 02 Apr 2015 19:09:06 +0300] rev 30077
8043225: Make whitebox API functions more stable Summary: Added checks for null parameters where applicable Reviewed-by: dholmes, iignatyev Contributed-by: Kirill Zhaldybin <kirill.zhaldybin@oracle.com>
Tue, 05 May 2015 12:45:54 +0200 8079087: Add support for Cygwin 2.0
erikj [Tue, 05 May 2015 12:45:54 +0200] rev 30076
8079087: Add support for Cygwin 2.0 Reviewed-by: tbell
Thu, 07 May 2015 10:19:30 -0700 Added tag jdk9-b63 for changeset b8951994eaee
katleman [Thu, 07 May 2015 10:19:30 -0700] rev 30075
Added tag jdk9-b63 for changeset b8951994eaee
Wed, 05 Jul 2017 20:31:06 +0200 Added tag jdk9-b63 for changeset 989253a902c3
duke [Wed, 05 Jul 2017 20:31:06 +0200] rev 30074
Added tag jdk9-b63 for changeset 989253a902c3
Wed, 05 Jul 2017 20:31:05 +0200 Merge jdk9-b63
duke [Wed, 05 Jul 2017 20:31:05 +0200] rev 30073
Merge
Wed, 05 Jul 2017 20:31:01 +0200 Merge
duke [Wed, 05 Jul 2017 20:31:01 +0200] rev 30072
Merge
Thu, 30 Apr 2015 17:35:03 -0700 8079191: remove remaining references to "cp -p" from langtools/test
jjg [Thu, 30 Apr 2015 17:35:03 -0700] rev 30071
8079191: remove remaining references to "cp -p" from langtools/test Reviewed-by: vromero
Thu, 30 Apr 2015 17:21:28 -0700 Merge
lana [Thu, 30 Apr 2015 17:21:28 -0700] rev 30070
Merge
Thu, 30 Apr 2015 12:21:50 +0200 8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
alundblad [Thu, 30 Apr 2015 12:21:50 +0200] rev 30069
8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter Summary: Additional applicability checks added. Reviewed-by: jlahoda
Wed, 29 Apr 2015 15:05:33 -0700 8078054: [TESTBUG] tools/javac/Paths/wcMineField.sh failed with "operation not permitted"
jjg [Wed, 29 Apr 2015 15:05:33 -0700] rev 30068
8078054: [TESTBUG] tools/javac/Paths/wcMineField.sh failed with "operation not permitted" Reviewed-by: darcy
Tue, 28 Apr 2015 18:57:51 -0700 8078861: tools/javac/classfiles/attributes/Synthetic/PackageInfoTest.java fails on Windows
jjg [Tue, 28 Apr 2015 18:57:51 -0700] rev 30067
8078861: tools/javac/classfiles/attributes/Synthetic/PackageInfoTest.java fails on Windows Reviewed-by: vromero
Tue, 28 Apr 2015 22:25:36 +0200 8078600: Infinite loop when compiling annotations with -XDcompletionDeps
alundblad [Tue, 28 Apr 2015 22:25:36 +0200] rev 30066
8078600: Infinite loop when compiling annotations with -XDcompletionDeps Summary: Added Completer::isTerminal and added NULL_COMPLETER. Reviewed-by: jlahoda, mcimadamore
Tue, 28 Apr 2015 11:08:25 +0300 8044537: Implement classfile tests for Synthetic attribute.
aeremeev [Tue, 28 Apr 2015 11:08:25 +0300] rev 30065
8044537: Implement classfile tests for Synthetic attribute. Reviewed-by: jjg, shurailine, anazarov
Mon, 27 Apr 2015 16:31:29 +0200 8077605: Initializing static fields causes unbounded recursion in javac
jlahoda [Mon, 27 Apr 2015 16:31:29 +0200] rev 30064
8077605: Initializing static fields causes unbounded recursion in javac Summary: Improving detection of potential constant variable initializers; preventing infinite recursion on exception during Attr.visitLambda. Reviewed-by: mcimadamore, vromero
Thu, 30 Apr 2015 13:02:09 -0700 Added tag jdk9-b62 for changeset e36081ad2470
katleman [Thu, 30 Apr 2015 13:02:09 -0700] rev 30063
Added tag jdk9-b62 for changeset e36081ad2470
Wed, 05 Jul 2017 20:30:53 +0200 Merge
duke [Wed, 05 Jul 2017 20:30:53 +0200] rev 30062
Merge
Thu, 30 Apr 2015 13:02:05 -0700 Added tag jdk9-b62 for changeset 2c8ff5cb2faa
katleman [Thu, 30 Apr 2015 13:02:05 -0700] rev 30061
Added tag jdk9-b62 for changeset 2c8ff5cb2faa
Wed, 05 Jul 2017 20:30:49 +0200 Merge
duke [Wed, 05 Jul 2017 20:30:49 +0200] rev 30060
Merge
Thu, 30 Apr 2015 13:02:05 -0700 Added tag jdk9-b62 for changeset db70d6ebfa97
katleman [Thu, 30 Apr 2015 13:02:05 -0700] rev 30059
Added tag jdk9-b62 for changeset db70d6ebfa97
Wed, 05 Jul 2017 20:30:45 +0200 Merge
duke [Wed, 05 Jul 2017 20:30:45 +0200] rev 30058
Merge
Thu, 30 Apr 2015 17:21:20 -0700 Merge
lana [Thu, 30 Apr 2015 17:21:20 -0700] rev 30057
Merge
Mon, 27 Apr 2015 12:50:21 +0200 8053905: Eager code generation fails for earley boyer with split threshold set to 1000
hannesw [Mon, 27 Apr 2015 12:50:21 +0200] rev 30056
8053905: Eager code generation fails for earley boyer with split threshold set to 1000 Reviewed-by: attila, lagergren
Mon, 27 Apr 2015 12:27:33 +0200 8066407: Function with same body not reparsed after SyntaxError
hannesw [Mon, 27 Apr 2015 12:27:33 +0200] rev 30055
8066407: Function with same body not reparsed after SyntaxError Reviewed-by: attila, lagergren
Thu, 30 Apr 2015 13:02:10 -0700 Added tag jdk9-b62 for changeset 2ae39df23f8e
katleman [Thu, 30 Apr 2015 13:02:10 -0700] rev 30054
Added tag jdk9-b62 for changeset 2ae39df23f8e
Wed, 05 Jul 2017 20:30:39 +0200 Merge
duke [Wed, 05 Jul 2017 20:30:39 +0200] rev 30053
Merge
Thu, 30 Apr 2015 13:02:02 -0700 Added tag jdk9-b62 for changeset 27f6a088fa6a
katleman [Thu, 30 Apr 2015 13:02:02 -0700] rev 30052
Added tag jdk9-b62 for changeset 27f6a088fa6a
Wed, 05 Jul 2017 20:30:34 +0200 Merge
duke [Wed, 05 Jul 2017 20:30:34 +0200] rev 30051
Merge
Thu, 30 Apr 2015 17:20:49 -0700 Merge
lana [Thu, 30 Apr 2015 17:20:49 -0700] rev 30050
Merge
Thu, 30 Apr 2015 16:51:53 -0700 8079107: Update TestKeyPairGenerator.java to use random number generator library
darcy [Thu, 30 Apr 2015 16:51:53 -0700] rev 30049
8079107: Update TestKeyPairGenerator.java to use random number generator library Reviewed-by: mullan
Wed, 29 Apr 2015 16:34:49 -0700 8078672: Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests
bpb [Wed, 29 Apr 2015 16:34:49 -0700] rev 30048
8078672: Print and allow setting by Java property seeds used to initialize Random instances in java.lang numerics tests Summary: Add ability to initial the random number generator from the system property "seed" and print to STDOUT the seed value actually used. Reviewed-by: darcy
Wed, 29 Apr 2015 11:03:56 -0700 8075545: Add permission check for locale service provider implementations
naoto [Wed, 29 Apr 2015 11:03:56 -0700] rev 30047
8075545: Add permission check for locale service provider implementations Reviewed-by: mchung, alanb
Wed, 29 Apr 2015 10:25:53 -0700 8078334: Mark regression tests using randomness
darcy [Wed, 29 Apr 2015 10:25:53 -0700] rev 30046
8078334: Mark regression tests using randomness Reviewed-by: xuelei, alanb
Wed, 29 Apr 2015 08:37:57 -0700 8078880: Mark a few more intermittently failuring security-libs
darcy [Wed, 29 Apr 2015 08:37:57 -0700] rev 30045
8078880: Mark a few more intermittently failuring security-libs Reviewed-by: xuelei
Wed, 29 Apr 2015 17:29:14 +0400 8078528: clean out tidy warnings from security.auth
avstepan [Wed, 29 Apr 2015 17:29:14 +0400] rev 30044
8078528: clean out tidy warnings from security.auth Summary: some HTML markup fixes for docs Reviewed-by: xuelei
Tue, 28 Apr 2015 11:10:45 -0700 8075156: (prefs) get*() and remove() should disallow the use of the null control character '\u0000' as key
bpb [Tue, 28 Apr 2015 11:10:45 -0700] rev 30043
8075156: (prefs) get*() and remove() should disallow the use of the null control character '\u0000' as key Summary: Extend disallowing null control character key to remove() Reviewed-by: rriggs, alanb
Tue, 28 Apr 2015 21:30:10 +0400 8076224: some tidy warnings from core libs
avstepan [Tue, 28 Apr 2015 21:30:10 +0400] rev 30042
8076224: some tidy warnings from core libs Summary: minor HTML markup fix Reviewed-by: rriggs, lancea
Tue, 28 Apr 2015 10:12:15 -0700 8024086: (fs) AtomicMoveNotSupportedException allows reason to be null
bpb [Tue, 28 Apr 2015 10:12:15 -0700] rev 30041
8024086: (fs) AtomicMoveNotSupportedException allows reason to be null Summary: Modify javadoc specification of 'reason' parameter to allow null Reviewed-by: alanb
Tue, 28 Apr 2015 09:28:24 -0400 8078826: Add diagnostic info for java/lang/Runtime/exec/LotsOfOutput.java fails intermittently
rriggs [Tue, 28 Apr 2015 09:28:24 -0400] rev 30040
8078826: Add diagnostic info for java/lang/Runtime/exec/LotsOfOutput.java fails intermittently Summary: add debugging output for diagnose intermittent failure Reviewed-by: chegar, joehw
Mon, 27 Apr 2015 16:31:47 -0400 8078369: [testbug] java/time/tck/java/time/TCKOffsetTime[now] fails on slow devices
rriggs [Mon, 27 Apr 2015 16:31:47 -0400] rev 30039
8078369: [testbug] java/time/tck/java/time/TCKOffsetTime[now] fails on slow devices Summary: Increase the tolerance between successive calls to now() to 20sec Reviewed-by: scolebourne, sherman, dfuchs
Mon, 27 Apr 2015 21:02:40 +0800 8075007: Additional tests for krb5-related cipher suites with unbound server
asmotrak [Mon, 27 Apr 2015 21:02:40 +0800] rev 30038
8075007: Additional tests for krb5-related cipher suites with unbound server Reviewed-by: weijun
Fri, 24 Apr 2015 20:51:41 +0400 8078622: remove tidy warnings from JPDA docs
avstepan [Fri, 24 Apr 2015 20:51:41 +0400] rev 30037
8078622: remove tidy warnings from JPDA docs Summary: minor HTML markup fix Reviewed-by: lancea
Fri, 24 Apr 2015 15:39:41 +0200 8078490: Missed submissions in ForkJoinPool
dl [Fri, 24 Apr 2015 15:39:41 +0200] rev 30036
8078490: Missed submissions in ForkJoinPool Reviewed-by: psandoz, shade, martin, chegar
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip