2014-05-30 8044046: [asm] refresh internal ASM version to v5.0.3
ksrini [Fri, 30 May 2014 13:37:35 -0700] rev 24687
8044046: [asm] refresh internal ASM version to v5.0.3 Reviewed-by: psandoz, sundar
2014-05-30 8044363: Remove special build options for unpack200 executable
mikael [Fri, 30 May 2014 09:25:18 -0700] rev 24686
8044363: Remove special build options for unpack200 executable Reviewed-by: ksrini
2014-05-30 8044461: Cleanup new Boolean and single character strings
rriggs [Fri, 30 May 2014 15:46:12 -0400] rev 24685
8044461: Cleanup new Boolean and single character strings Reviewed-by: rriggs, alanb, lancea Contributed-by: otaviopolianasantana@gmail.com
2014-06-05 Added tag jdk9-b16 for changeset 68a979478ffb
katleman [Wed, 04 Jun 2014 20:20:28 -0700] rev 24684
Added tag jdk9-b16 for changeset 68a979478ffb
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:43:24 +0200] rev 24683
Merge
2014-06-06 Merge
lana [Thu, 05 Jun 2014 19:39:08 -0700] rev 24682
Merge
2014-05-30 Merge
amurillo [Fri, 30 May 2014 13:46:02 -0700] rev 24681
Merge
2014-05-30 Merge
twisti [Fri, 30 May 2014 10:07:19 -0700] rev 24680
Merge
2014-05-30 Merge
twisti [Fri, 30 May 2014 09:49:53 -0700] rev 24679
Merge
2014-05-29 8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle
vlivanov [Thu, 29 May 2014 09:41:07 +0000] rev 24678
8034935: JSR 292 support for PopFrame has a fragile coupling with DirectMethodHandle Reviewed-by: twisti, jrose, sspitsyn
2014-05-28 8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject
iveresov [Wed, 28 May 2014 07:59:23 -1000] rev 24677
8044090: C1: Old value instead of new one is passed to post-barrier in UnsafeGetAndSetObject Summary: Pass correct value to post-barrier in UnsafeGetAndSetObject Reviewed-by: roland, vlivanov
2014-05-28 8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m
iignatyev [Wed, 28 May 2014 14:42:00 +0400] rev 24676
8043899: compiler/5091921/Test7005594.java fails if specified -Xmx is less than 1600m Reviewed-by: kvn, twisti, vlivanov
2014-05-27 8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp
mikael [Tue, 27 May 2014 16:05:29 -0700] rev 24675
8043206: Fix signed vs. unsigned comparison warning in copy_sparc.hpp Reviewed-by: coleenp, lfoltan, kvn
2014-05-26 8038924: Test bit-instructions fails with unexpected exit value on sparc
iignatyev [Mon, 26 May 2014 19:05:01 +0400] rev 24674
8038924: Test bit-instructions fails with unexpected exit value on sparc Reviewed-by: kvn, iignatyev Contributed-by: filipp.zhinkin@oracle.com
2014-05-26 8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output
roland [Mon, 26 May 2014 14:27:01 +0200] rev 24673
8043638: Multiple compilation attempts break LogCompulation, lead to confusing PrintInlining output Summary: dumps inlining only for last compilation attempt. Fix LogCompilation tool so it handles multiple compilation attempts. Reviewed-by: vlivanov, kvn
2014-05-26 8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
roland [Mon, 26 May 2014 10:48:58 +0200] rev 24672
8042557: compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed Summary: larger heap size, bug fix when trying to exhaust memory Reviewed-by: vlivanov, twisti, kvn
2014-05-23 8032970: Add stack size check methods to WhiteBox API
iignatyev [Sat, 24 May 2014 00:04:21 +0400] rev 24671
8032970: Add stack size check methods to WhiteBox API Reviewed-by: twisti, kvn, iignatyev Contributed-by: kirill.shirokov@oracle.com
2014-05-23 Merge
twisti [Fri, 23 May 2014 09:22:01 -0700] rev 24670
Merge
2014-05-21 8031475: Missing oopmap in patching stubs
neliasso [Wed, 21 May 2014 11:25:25 +0200] rev 24669
8031475: Missing oopmap in patching stubs Summary: Add patch test for lir_checkcast in compute_oop_map Reviewed-by: roland, twisti
2014-05-29 Merge
jmasa [Thu, 29 May 2014 13:01:54 -0700] rev 24668
Merge
2014-05-26 8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME
iignatyev [Mon, 26 May 2014 19:21:01 +0400] rev 24667
8040250: The test test/gc/parallelScavenge/TestDynShrinkHeap.java fails with OOME Reviewed-by: jmasa, iignatyev Contributed-by: dmitry.fazunenko@oracle.com
2014-05-26 8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx
tschatzl [Mon, 26 May 2014 09:31:43 +0200] rev 24666
8043723: max_heap_for_compressed_oops() declared with size_t, but defined with uintx Summary: The mismatch in declaration and definition has been encountered when compiling on a platform where the sizes are different. Change the method definition to match the declaration. Reviewed-by: tschatzl, sjohanss Contributed-by: Dan Horak <dhorak@redhat.com>
2014-05-27 8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize
minqi [Tue, 27 May 2014 08:44:23 -0700] rev 24665
8038422: CDS test failed: assert((size % os::vm_allocation_granularity()) == 0) failed when limiting SharedMiscDataSize Summary: In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. In debug version, the assert is against os::vm_allocation_granularity(), but in initialization, we use os::vm_page_size() to align the allocation size. In windows, _vm_page_size and _vm_allocation_granularity may not be same. Reviewed-by: dholmes, iklam, jiangli, coleenp Contributed-by: yumin.qi@oracle.com
2014-05-23 Merge
coleenp [Fri, 23 May 2014 21:34:49 +0000] rev 24664
Merge
2014-05-23 8043925: Fix typo in verifier.cpp
coleenp [Fri, 23 May 2014 16:54:01 -0400] rev 24663
8043925: Fix typo in verifier.cpp Summary: Fix lookupswitch Reviewed-by: sla, coleenp Contributed-by: ygaevsky@azulsystems.com
2014-05-23 Merge
coleenp [Fri, 23 May 2014 16:43:47 -0400] rev 24662
Merge
2014-05-22 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up
dsamersoff [Thu, 22 May 2014 13:22:09 -0700] rev 24661
8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up Summary: Tests for 6929067 and 8009062 should be composed to single test that provide better testing for stack guard pages behaviour Reviewed-by: coleenp, dcubed, dsimms
2014-05-22 8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
lfoltan [Thu, 22 May 2014 11:36:23 -0400] rev 24660
8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013 Summary: Factor out definitions of copysignA and scalbnA into new file sharedRuntimeMath.hpp Reviewed-by: dholmes, coleenp, kvn
2014-05-22 8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
allwin [Thu, 22 May 2014 09:12:29 +0200] rev 24659
8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method Reviewed-by: dholmes, sspitsyn
2014-05-21 8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
coleenp [Wed, 21 May 2014 14:36:18 -0400] rev 24658
8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*)) Summary: Only walk methods in instanceklass if the class is loaded Reviewed-by: dholmes, fparain
2014-06-05 Added tag jdk9-b16 for changeset f1f02d5f465a
katleman [Wed, 04 Jun 2014 20:20:09 -0700] rev 24657
Added tag jdk9-b16 for changeset f1f02d5f465a
2014-06-06 Merge
lana [Thu, 05 Jun 2014 19:37:09 -0700] rev 24656
Merge
2014-06-04 8044733: common/autoconf/configure script doesn't properly detect missing tools
mduigou [Wed, 04 Jun 2014 10:03:17 -0700] rev 24655
8044733: common/autoconf/configure script doesn't properly detect missing tools Reviewed-by: erikj, mikael
2014-06-05 Added tag jdk9-b16 for changeset 46c176c94864
katleman [Wed, 04 Jun 2014 20:20:00 -0700] rev 24654
Added tag jdk9-b16 for changeset 46c176c94864
2017-07-05 Added tag jdk9-b16 for changeset 4a09f5d30be8
duke [Wed, 05 Jul 2017 19:43:07 +0200] rev 24653
Added tag jdk9-b16 for changeset 4a09f5d30be8
2017-07-05 Merge jdk9-b16
duke [Wed, 05 Jul 2017 19:43:07 +0200] rev 24652
Merge
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:43:03 +0200] rev 24651
Merge
2014-05-30 Merge
lana [Fri, 30 May 2014 09:25:52 -0700] rev 24650
Merge
2014-05-30 8031967: For some sources compiler compiles for ever
jlahoda [Fri, 30 May 2014 12:54:16 +0200] rev 24649
8031967: For some sources compiler compiles for ever Summary: Avoid creating DeferredTypes for method calls with method calls as receivers if the site can be determined reliably Reviewed-by: mcimadamore, vromero Contributed-by: maurizio.cimadamore@oracle.com, jan.lahoda@oracle.com
2014-05-29 8037937: javac: AssertionError during LVT generation, wrong variable ranges
vromero [Thu, 29 May 2014 15:28:01 +0100] rev 24648
8037937: javac: AssertionError during LVT generation, wrong variable ranges Reviewed-by: mcimadamore
2014-05-28 8037934: Javac generates invalid signatures for local types
pgovereau [Wed, 28 May 2014 21:47:30 +0100] rev 24647
8037934: Javac generates invalid signatures for local types Reviewed-by: vromero, rfield Contributed-by: separdaud@redhat.com
2014-05-30 Added tag jdk9-b15 for changeset dbec02c24c7a
katleman [Thu, 29 May 2014 22:32:18 -0700] rev 24646
Added tag jdk9-b15 for changeset dbec02c24c7a
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:42:59 +0200] rev 24645
Merge
2014-05-30 Added tag jdk9-b15 for changeset 039c0ea8c5c6
katleman [Thu, 29 May 2014 22:32:10 -0700] rev 24644
Added tag jdk9-b15 for changeset 039c0ea8c5c6
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:42:56 +0200] rev 24643
Merge
2014-05-30 Added tag jdk9-b15 for changeset e96eee24c138
katleman [Thu, 29 May 2014 22:32:09 -0700] rev 24642
Added tag jdk9-b15 for changeset e96eee24c138
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:42:53 +0200] rev 24641
Merge
2014-05-30 Merge
lana [Fri, 30 May 2014 09:24:59 -0700] rev 24640
Merge
2014-05-30 8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages
sundar [Fri, 30 May 2014 17:22:38 +0530] rev 24639
8044415: ant makefile should have a target to generate javadoc only for jdk.nashorn.api and sub-packages Reviewed-by: jlaskey
2014-05-30 Added tag jdk9-b15 for changeset 67e22e0e8473
katleman [Thu, 29 May 2014 22:32:20 -0700] rev 24638
Added tag jdk9-b15 for changeset 67e22e0e8473
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:42:50 +0200] rev 24637
Merge
2014-05-30 Added tag jdk9-b15 for changeset 20d187781c7f
katleman [Thu, 29 May 2014 22:32:02 -0700] rev 24636
Added tag jdk9-b15 for changeset 20d187781c7f
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:42:47 +0200] rev 24635
Merge
2014-05-30 8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt
sla [Fri, 30 May 2014 19:09:46 +0200] rev 24634
8044418: Add com/sun/jdi/JdbReadTwiceTest.sh to ProblemList.txt Reviewed-by: alanb, allwin
2014-05-30 Merge
lana [Fri, 30 May 2014 09:25:14 -0700] rev 24633
Merge
2014-05-30 8044027: Remove unused XML Signature schema and dtd files from source
alanb [Fri, 30 May 2014 14:32:01 +0100] rev 24632
8044027: Remove unused XML Signature schema and dtd files from source Reviewed-by: mullan
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip