Mon, 17 Nov 2014 21:32:32 +0100 Merge
jwilhelm [Mon, 17 Nov 2014 21:32:32 +0100] rev 27685
Merge
Wed, 12 Nov 2014 12:41:59 +0100 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
stefank [Wed, 12 Nov 2014 12:41:59 +0100] rev 27684
8064581: Move INCLUDE_ALL_GCS include section to the end of the include list Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
Tue, 11 Nov 2014 17:05:33 +0100 8064580: Move INCLUDE_CDS include section to the end of the include list
stefank [Tue, 11 Nov 2014 17:05:33 +0100] rev 27683
8064580: Move INCLUDE_CDS include section to the end of the include list Reviewed-by: jwilhelm, brutisso, coleenp, dholmes
Fri, 14 Nov 2014 15:03:39 +0100 8064473: Improved handling of age during object copy in G1
sfriberg [Fri, 14 Nov 2014 15:03:39 +0100] rev 27682
8064473: Improved handling of age during object copy in G1 Reviewed-by: brutisso, tschatzl
Fri, 14 Nov 2014 14:23:25 +0100 8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs
mgerdin [Fri, 14 Nov 2014 14:23:25 +0100] rev 27681
8058209: Race in G1 card scanning could allow scanning of memory covered by PLABs Summary: Read _top before _gc_time_stamp in saved_mark_word() with LoadLoad order to ensure we get a consistent view Reviewed-by: brutisso, dcubed, dholmes, stefank
Fri, 14 Nov 2014 09:47:09 +0100 8064811: Use THREAD instead of CHECK_NULL in return statements
stefank [Fri, 14 Nov 2014 09:47:09 +0100] rev 27680
8064811: Use THREAD instead of CHECK_NULL in return statements Reviewed-by: coleenp, simonis, dholmes
Thu, 13 Nov 2014 11:14:01 +0100 8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning
goetz [Thu, 13 Nov 2014 11:14:01 +0100] rev 27679
8064786: Fix debug build after 8062808: Turn on the -Wreturn-type warning Reviewed-by: stefank, tschatzl
Tue, 11 Nov 2014 13:39:00 -0500 8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes
kbarrett [Tue, 11 Nov 2014 13:39:00 -0500] rev 27678
8062036: ConcurrentMarkThread::slt may be invoked before ConcurrentMarkThread::makeSurrogateLockerThread causing intermittent crashes Summary: Suppress gc_alot during VM init, improve error for SLT uninitialized. Reviewed-by: jmasa, brutisso, tschatzl
Wed, 12 Nov 2014 13:55:59 +0100 8062808: Turn on the -Wreturn-type warning
stefank [Wed, 12 Nov 2014 13:55:59 +0100] rev 27677
8062808: Turn on the -Wreturn-type warning Reviewed-by: mgerdin, tschatzl, coleenp, jrose, kbarrett
Mon, 24 Nov 2014 09:57:02 +0100 Merge
sla [Mon, 24 Nov 2014 09:57:02 +0100] rev 27676
Merge
Wed, 19 Nov 2014 19:31:13 -0800 8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state
iklam [Wed, 19 Nov 2014 19:31:13 -0800] rev 27675
8065346: WB_AddToBootstrapClassLoaderSearch calls JvmtiEnv::create_a_jvmti when not in _thread_in_vm state Summary: Removed ThreadToNativeFromVM and use java_lang_String::as_utf8_string instead Reviewed-by: dholmes, minqi
Wed, 19 Nov 2014 13:02:11 -0500 8042235: redefining method used by multiple MethodHandles crashes VM
coleenp [Wed, 19 Nov 2014 13:02:11 -0500] rev 27674
8042235: redefining method used by multiple MethodHandles crashes VM Summary: note all MemberNames created on internal list for adjusting method entries. Reviewed-by: sspitsyn, dcubed, lfoltan
Wed, 19 Nov 2014 16:08:01 +0100 8065361: Fixup headers and definitions for INCLUDE_TRACE
mgronlun [Wed, 19 Nov 2014 16:08:01 +0100] rev 27673
8065361: Fixup headers and definitions for INCLUDE_TRACE Reviewed-by: sla, stefank
Tue, 18 Nov 2014 03:38:50 -0800 8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI
iklam [Tue, 18 Nov 2014 03:38:50 -0800] rev 27672
8064701: Some CDS optimizations should be disabled if bootclasspath is modified by JVMTI Summary: Added API to track bootclasspath modification Reviewed-by: jiangli, dholmes, minqi
Tue, 18 Nov 2014 20:51:55 +0000 Merge
poonam [Tue, 18 Nov 2014 20:51:55 +0000] rev 27671
Merge
Tue, 18 Nov 2014 10:19:04 -0800 8065220: Include alternate sa.make file for MacOSX
poonam [Tue, 18 Nov 2014 10:19:04 -0800] rev 27670
8065220: Include alternate sa.make file for MacOSX Summary: Include alternate sa.make in make/bsd/makefiles/sa.make Reviewed-by: mgronlun, egahlin, sla
Tue, 18 Nov 2014 19:17:16 +0100 8064815: Zero+PPC64: Stack overflow when running Maven
simonis [Tue, 18 Nov 2014 19:17:16 +0100] rev 27669
8064815: Zero+PPC64: Stack overflow when running Maven Reviewed-by: kvn, simonis Contributed-by: sgehwolf@redhat.com
Thu, 13 Nov 2014 16:58:56 +0100 8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX
simonis [Thu, 13 Nov 2014 16:58:56 +0100] rev 27668
8064471: Port 8013895: G1: G1SummarizeRSetStats output on Linux needs improvement to AIX Reviewed-by: dholmes, simonis Contributed-by: gunter.haug@sap.com
Mon, 17 Nov 2014 11:26:43 -0500 8064779: Add additional comments for "8062370: Various minor code improvements"
coleenp [Mon, 17 Nov 2014 11:26:43 -0500] rev 27667
8064779: Add additional comments for "8062370: Various minor code improvements" Summary: Provide additional comments to jio_snprintf and jio_vsnprintf Reviewed-by: simonis, coleenp, mgronlun Contributed-by: thomas.stuefe@sap.com
Mon, 17 Nov 2014 09:36:40 +0100 Merge
sla [Mon, 17 Nov 2014 09:36:40 +0100] rev 27666
Merge
Sat, 15 Nov 2014 02:51:48 +0000 Merge
coleenp [Sat, 15 Nov 2014 02:51:48 +0000] rev 27665
Merge
Sat, 15 Nov 2014 01:38:35 +0000 Merge
coleenp [Sat, 15 Nov 2014 01:38:35 +0000] rev 27664
Merge
Fri, 14 Nov 2014 15:08:28 -0500 Merge
coleenp [Fri, 14 Nov 2014 15:08:28 -0500] rev 27663
Merge
Thu, 13 Nov 2014 19:12:28 +0300 8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous
shade [Thu, 13 Nov 2014 19:12:28 +0300] rev 27662
8064749: -XX:-UseCompilerSafepoints breaks safepoint rendezvous Reviewed-by: dcubed, coleenp, kvn, dholmes
Wed, 12 Nov 2014 20:18:13 -0500 Merge
coleenp [Wed, 12 Nov 2014 20:18:13 -0500] rev 27661
Merge
Sat, 15 Nov 2014 01:29:25 +0000 Merge
coleenp [Sat, 15 Nov 2014 01:29:25 +0000] rev 27660
Merge
Fri, 14 Nov 2014 13:09:53 -0500 8060449: Obsolete command line flags accept arbitrary appendix
coleenp [Fri, 14 Nov 2014 13:09:53 -0500] rev 27659
8060449: Obsolete command line flags accept arbitrary appendix Summary: Proper error messages for newly obsolete command line flags. Reviewed-by: lfoltan, dcubed, coleenp Contributed-by: max.ockner@oracle.com
Fri, 14 Nov 2014 12:45:55 -0500 8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present
emc [Fri, 14 Nov 2014 12:45:55 -0500] rev 27658
8064571: java/lang/instrument/IsModifiableClassAgent.java: assert(length > 0) failed: should only be called if table is present Summary: Remove tautological assert Reviewed-by: coleenp, lfoltan, sspitsyn, jiangli
Thu, 13 Nov 2014 10:39:35 -0800 8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC
dcubed [Thu, 13 Nov 2014 10:39:35 -0800] rev 27657
8033602: wrong stabs data in libjvm.debuginfo on JDK 8 - SPARC 8034005: cannot debug in synchronizer.o or objectMonitor.o on Solaris X86 Summary: Solaris needs objcopy version of 2.21.1 or newer is needed to create valid .debuginfo files. Reviewed-by: dsamersoff, sspitsyn, dholmes, ihse
Thu, 13 Nov 2014 03:48:47 +0000 Merge
coleenp [Thu, 13 Nov 2014 03:48:47 +0000] rev 27656
Merge
Thu, 13 Nov 2014 00:40:07 +0000 Merge
coleenp [Thu, 13 Nov 2014 00:40:07 +0000] rev 27655
Merge
Thu, 13 Nov 2014 01:57:09 +0300 8059677: Thread.getName() instantiates Strings
shade [Thu, 13 Nov 2014 01:57:09 +0300] rev 27654
8059677: Thread.getName() instantiates Strings Reviewed-by: coleenp, dholmes, sla
Thu, 13 Nov 2014 02:09:11 +0000 Merge
ccheung [Thu, 13 Nov 2014 02:09:11 +0000] rev 27653
Merge
Wed, 12 Nov 2014 16:22:12 -0800 8043491: warning LNK4197: export '... ...' specified multiple times; using first specification
ccheung [Wed, 12 Nov 2014 16:22:12 -0800] rev 27652
8043491: warning LNK4197: export '... ...' specified multiple times; using first specification Summary: no need to use the /export linker option on windows 64-bit platform Reviewed-by: ctornqvi, minqi
Wed, 12 Nov 2014 19:05:59 -0500 8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents
dholmes [Wed, 12 Nov 2014 19:05:59 -0500] rev 27651
8062307: 'Reference handler' thread triggers assert w/ TraceThreadEvents Summary: Removed unused and non-working TraceThreadEvents option Reviewed-by: coleenp, jiangli
Wed, 12 Nov 2014 18:31:05 +0000 Merge
jiangli [Wed, 12 Nov 2014 18:31:05 +0000] rev 27650
Merge
Wed, 12 Nov 2014 13:12:35 -0500 8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit.
jiangli [Wed, 12 Nov 2014 13:12:35 -0500] rev 27649
8054008: Using -XX:-LazyBootClassLoader crashes with ACCESS_VIOLATION on Win 64bit. Summary: Only enable the assert for current_stack_pointer after stub routines become available. Reviewed-by: dholmes, roland, lfoltan
Tue, 11 Nov 2014 14:52:50 -0500 Merge
jiangli [Tue, 11 Nov 2014 14:52:50 -0500] rev 27648
Merge
Fri, 21 Nov 2014 08:00:31 -0800 Merge
amurillo [Fri, 21 Nov 2014 08:00:31 -0800] rev 27647
Merge
Thu, 13 Nov 2014 16:11:00 -0800 Merge
amurillo [Thu, 13 Nov 2014 16:11:00 -0800] rev 27646
Merge
Thu, 13 Nov 2014 11:35:15 -0500 Merge
drchase [Thu, 13 Nov 2014 11:35:15 -0500] rev 27645
Merge
Tue, 11 Nov 2014 04:46:13 -0800 8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv
vlivanov [Tue, 11 Nov 2014 04:46:13 -0800] rev 27644
8060147: SIGSEGV in Metadata::mark_on_stack() while marking metadata in ciEnv Reviewed-by: kvn, roland, coleenp, mgerdin
Tue, 11 Nov 2014 11:05:41 +0100 8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations'
thartmann [Tue, 11 Nov 2014 11:05:41 +0100] rev 27643
8056071: compiler/whitebox/IsMethodCompilableTest.java fails with 'method() is not compilable after 3 iterations' Summary: Always use MDO if valid and always compile trivial methods with C1 if available. Reviewed-by: kvn, iveresov
Mon, 10 Nov 2014 19:04:38 +0300 8059624: Test task: WhiteBox API for testing segmented codecache feature
iignatyev [Mon, 10 Nov 2014 19:04:38 +0300] rev 27642
8059624: Test task: WhiteBox API for testing segmented codecache feature Reviewed-by: kvn, thartmann
Sat, 08 Nov 2014 16:00:28 +0300 8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm
iignatyev [Sat, 08 Nov 2014 16:00:28 +0300] rev 27641
8062742: compiler/EliminateAutoBox/UnsignedLoads.java fails with client vm Reviewed-by: kvn, rbackman, anoll, vlivanov, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Sat, 08 Nov 2014 16:00:27 +0300 8062011: JT_HS/compiler/7068051 uses jre/lib/javaws.jar
iignatyev [Sat, 08 Nov 2014 16:00:27 +0300] rev 27640
8062011: JT_HS/compiler/7068051 uses jre/lib/javaws.jar Reviewed-by: kvn, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 07 Nov 2014 13:58:52 -0500 Merge
drchase [Fri, 07 Nov 2014 13:58:52 -0500] rev 27639
Merge
Wed, 05 Nov 2014 16:28:11 +0100 8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant
mdoerr [Wed, 05 Nov 2014 16:28:11 +0100] rev 27638
8062950: Bug in locking code when UseOptoBiasInlining is disabled: assert(dmw->is_neutral()) failed: invariant Reviewed-by: dholmes, kvn
Thu, 06 Nov 2014 09:40:58 +0100 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)
zmajo [Thu, 06 Nov 2014 09:40:58 +0100] rev 27637
8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc) Summary: In Parse::array_store_check(), add control edge FROM IfTrue branch of runtime type check of the destination array TO loading _element_klass from destination array. Reviewed-by: kvn, roland, anoll
Thu, 13 Nov 2014 12:29:09 +0100 Merge
jwilhelm [Thu, 13 Nov 2014 12:29:09 +0100] rev 27636
Merge
Mon, 27 Oct 2014 17:24:10 -0400 8062206: Remove unusable G1RSLogCheckCardTable command line argument
kbarrett [Mon, 27 Oct 2014 17:24:10 -0400] rev 27635
8062206: Remove unusable G1RSLogCheckCardTable command line argument Summary: Remove dependent assertion and remove develop option Reviewed-by: jwilhelm, mgerdin, tschatzl
Mon, 10 Nov 2014 12:13:46 +0100 8064348: Add TraceEvent::is_enabled() for embedded/minimal builds
mlarsson [Mon, 10 Nov 2014 12:13:46 +0100] rev 27634
8064348: Add TraceEvent::is_enabled() for embedded/minimal builds Reviewed-by: ehelin, sla
Fri, 07 Nov 2014 15:34:33 -0800 8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error
jcoomes [Fri, 07 Nov 2014 15:34:33 -0800] rev 27633
8060467: CMS: small OldPLABSize and -XX:-ResizePLAB cause assert(ResizePLAB || n_blks == OldPLABSize) failed: Error Reviewed-by: tschatzl, jmasa, kbarrett
Mon, 03 Nov 2014 11:08:03 +0100 8061964: Insufficient compiler barriers for GCC in OrderAccess functions
mgerdin [Mon, 03 Nov 2014 11:08:03 +0100] rev 27632
8061964: Insufficient compiler barriers for GCC in OrderAccess functions Summary: Fix OrderAccess functions to emit memory clobbering inline assembly to attempt to stop copiler reordering. Reviewed-by: dcubed, dholmes, bdelsart
Wed, 05 Nov 2014 15:50:14 +0100 8062836: BACKOUT - Parallelize clearing the next mark bitmap
jwilhelm [Wed, 05 Nov 2014 15:50:14 +0100] rev 27631
8062836: BACKOUT - Parallelize clearing the next mark bitmap Summary: Backing out due to non-trivial issues found in nightly testing Reviewed-by: mgerdin, mlarsson
Wed, 05 Nov 2014 16:39:10 +0100 8061467: Bad page size passed to setup_large_pages() on Solaris
ehelin [Wed, 05 Nov 2014 16:39:10 +0100] rev 27630
8061467: Bad page size passed to setup_large_pages() on Solaris Reviewed-by: tschatzl, mgerdin
Wed, 05 Nov 2014 10:12:51 +0100 8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end()
brutisso [Wed, 05 Nov 2014 10:12:51 +0100] rev 27629
8061449: G1: FreeRegionList_test() fails with G1 after the JDK-8058534 fix to HeapRegion::orig_end() Reviewed-by: mgerdin, tschatzl, stefank
Mon, 03 Nov 2014 15:53:48 +0100 Merge
jwilhelm [Mon, 03 Nov 2014 15:53:48 +0100] rev 27628
Merge
Mon, 03 Nov 2014 12:49:21 +0100 8049341: Parallelize clearing the next mark bitmap
mlarsson [Mon, 03 Nov 2014 12:49:21 +0100] rev 27627
8049341: Parallelize clearing the next mark bitmap Reviewed-by: mgerdin, tschatzl
Mon, 03 Nov 2014 11:29:00 +0100 8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end
mlarsson [Mon, 03 Nov 2014 11:29:00 +0100] rev 27626
8054491: Remove wrong assert and refactor code in G1CollectorPolicy::record_concurrent_mark_end Reviewed-by: tschatzl, brutisso
Fri, 31 Oct 2014 09:10:51 +0100 8061308: Remove iCMS
brutisso [Fri, 31 Oct 2014 09:10:51 +0100] rev 27625
8061308: Remove iCMS Reviewed-by: mgerdin, jmasa
Thu, 30 Oct 2014 12:45:22 +0100 8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods
mlarsson [Thu, 30 Oct 2014 12:45:22 +0100] rev 27624
8043243: convert SCAN_AND_FORWARD, SCAN_AND_ADJUST_POINTERS, SCAN_AND_COMPACT macros to methods Reviewed-by: mgerdin, kbarrett
Thu, 30 Oct 2014 10:51:06 +0100 8061234: ResourceContext.requestAccurateUpdate() is unreliable
sjohanss [Thu, 30 Oct 2014 10:51:06 +0100] rev 27623
8061234: ResourceContext.requestAccurateUpdate() is unreliable Summary: Changing copy_allocation_context_stats to return if there are more stats available after the copy. Reviewed-by: rriggs, jcoomes
Thu, 13 Nov 2014 07:58:28 +0100 Merge
sla [Thu, 13 Nov 2014 07:58:28 +0100] rev 27622
Merge
Tue, 11 Nov 2014 19:42:52 +0000 Merge
jiangli [Tue, 11 Nov 2014 19:42:52 +0000] rev 27621
Merge
Tue, 11 Nov 2014 16:54:24 +0000 Merge
jiangli [Tue, 11 Nov 2014 16:54:24 +0000] rev 27620
Merge
Mon, 10 Nov 2014 19:52:28 -0500 Merge
jiangli [Mon, 10 Nov 2014 19:52:28 -0500] rev 27619
Merge
Mon, 10 Nov 2014 19:28:51 -0500 8064375: Change certain errors to warnings in CDS output.
jiangli [Mon, 10 Nov 2014 19:28:51 -0500] rev 27618
8064375: Change certain errors to warnings in CDS output. Summary: Change CDS non-fatal preloading errors to warnings. Reviewed-by: minqi, mseledtsov, coleenp
Tue, 11 Nov 2014 18:00:06 +0000 Merge
coleenp [Tue, 11 Nov 2014 18:00:06 +0000] rev 27617
Merge
Tue, 11 Nov 2014 15:07:09 +0300 8015272: Make @Contended within the same group to use the same oop map
shade [Tue, 11 Nov 2014 15:07:09 +0300] rev 27616
8015272: Make @Contended within the same group to use the same oop map Reviewed-by: coleenp, dholmes
Tue, 11 Nov 2014 09:59:50 -0500 8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter
coleenp [Tue, 11 Nov 2014 09:59:50 -0500] rev 27615
8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter Summary: Signed bitfield size y can only have (1 << y)-1 values. Reviewed-by: shade, dholmes, jrose, ctornqvi, gtriantafill
Tue, 11 Nov 2014 04:34:56 -0800 8059131: sawindbg.dll is not compiled with /SAFESEH
dsamersoff [Tue, 11 Nov 2014 04:34:56 -0800] rev 27614
8059131: sawindbg.dll is not compiled with /SAFESEH Summary: Make variable SAFESEH_FLAG replaced with /SAFESEH link option. Reviewed-by: mgronlun, sla
Mon, 10 Nov 2014 19:37:32 -0500 8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException
emc [Mon, 10 Nov 2014 19:37:32 -0500] rev 27613
8058322: Zero name_index item of MethodParameters attribute cause MalformedParameterException Summary: Allow hotspot to report null for 0 parameter_name index in MethodParameters attribute Reviewed-by: coleenp, dholmes
Mon, 10 Nov 2014 16:45:46 -0500 8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException
emc [Mon, 10 Nov 2014 16:45:46 -0500] rev 27612
8058313: Mismatch of method descriptor and MethodParameters.parameters_count should cause MalformedParameterException Summary: Allow hotspot to store and report zero-length MethodParameters attribute data Reviewed-by: coleenp, jiangli
Mon, 10 Nov 2014 10:13:10 -0800 8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler
ccheung [Mon, 10 Nov 2014 10:13:10 -0800] rev 27611
8060721: Test runtime/SharedArchiveFile/LimitSharedSizes.java fails in jdk 9 fcs new platforms/compiler Summary: replaced strcat() with jio_snprintf() Reviewed-by: dholmes, iklam, dlong, minqi
Fri, 07 Nov 2014 12:48:09 -0800 8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets
minqi [Fri, 07 Nov 2014 12:48:09 -0800] rev 27610
8062247: [TESTBUG] Allow WhiteBox test to access JVM offsets Reviewed-by: coleenp, iklam, mseledtsov Contributed-by: yumin.qi@oracle.com
Fri, 07 Nov 2014 13:50:55 +0100 Merge
sla [Fri, 07 Nov 2014 13:50:55 +0100] rev 27609
Merge
Thu, 06 Nov 2014 13:05:14 -0800 8062851: cleanup ObjectMonitor offset adjustments
dcubed [Thu, 06 Nov 2014 13:05:14 -0800] rev 27608
8062851: cleanup ObjectMonitor offset adjustments Summary: JEP-143/JDK-8046133 - cleanup computation of ObjectMonitor field pointers Reviewed-by: dholmes, redestad, coleenp
Thu, 20 Nov 2014 10:57:38 -0800 Merge
lana [Thu, 20 Nov 2014 10:57:38 -0800] rev 27607
Merge
Wed, 19 Nov 2014 19:22:49 +0400 8059661: Test SoftReference and OOM behavior
azakharov [Wed, 19 Nov 2014 19:22:49 +0400] rev 27606
8059661: Test SoftReference and OOM behavior Reviewed-by: tschatzl
Fri, 14 Nov 2014 17:36:56 +0400 8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent
azakharov [Fri, 14 Nov 2014 17:36:56 +0400] rev 27605
8064716: TestHumongousShrinkHeap.java can not be run with -XX:+ExplicitGCInvokesConcurrent 8062957: Heap is not shrunk when deallocating under memory pressure Summary: Added explicit -XX:-ExplicitGCInvokesConcurrent to invocations Reviewed-by: brutisso, tschatzl
Thu, 04 Dec 2014 12:58:13 -0800 Added tag jdk9-b41 for changeset 47f369e3c69c
katleman [Thu, 04 Dec 2014 12:58:13 -0800] rev 27604
Added tag jdk9-b41 for changeset 47f369e3c69c
Thu, 04 Dec 2014 15:21:09 -0800 Merge
lana [Thu, 04 Dec 2014 15:21:09 -0800] rev 27603
Merge
Wed, 03 Dec 2014 19:28:30 +0000 Merge
chegar [Wed, 03 Dec 2014 19:28:30 +0000] rev 27602
Merge
Tue, 02 Dec 2014 14:36:22 -0800 Merge
amurillo [Tue, 02 Dec 2014 14:36:22 -0800] rev 27601
Merge
Thu, 27 Nov 2014 07:16:53 -0800 Merge
amurillo [Thu, 27 Nov 2014 07:16:53 -0800] rev 27600
Merge
Mon, 24 Nov 2014 09:57:02 +0100 Merge
sla [Mon, 24 Nov 2014 09:57:02 +0100] rev 27599
Merge
Mon, 17 Nov 2014 09:36:40 +0100 Merge
sla [Mon, 17 Nov 2014 09:36:40 +0100] rev 27598
Merge
Fri, 14 Nov 2014 10:29:01 +0100 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno [Fri, 14 Nov 2014 10:29:01 +0100] rev 27597
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job Reviewed-by: sla, alanb, dholmes, sspitsyn
Fri, 28 Nov 2014 18:31:05 +0530 8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
sundar [Fri, 28 Nov 2014 18:31:05 +0530] rev 27596
8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs Reviewed-by: erikj, jlaskey, lagergren
Thu, 27 Nov 2014 15:41:56 +0100 8065914: Various improvements and cleanup of build system
ihse [Thu, 27 Nov 2014 15:41:56 +0100] rev 27595
8065914: Various improvements and cleanup of build system Reviewed-by: erikj
Mon, 24 Nov 2014 14:44:10 +0100 8065648: Remove the flag -fsanitize=undefined for GCC 4.9 and later
ehelin [Mon, 24 Nov 2014 14:44:10 +0100] rev 27594
8065648: Remove the flag -fsanitize=undefined for GCC 4.9 and later Reviewed-by: erikj
Wed, 26 Nov 2014 15:14:14 +0100 8065913: Various improvements in SetupNativeCompilation
ihse [Wed, 26 Nov 2014 15:14:14 +0100] rev 27593
8065913: Various improvements in SetupNativeCompilation Reviewed-by: erikj
Wed, 26 Nov 2014 14:59:10 +0100 8065911: Introduce EvalDebugWrapper for all Setup* macros
ihse [Wed, 26 Nov 2014 14:59:10 +0100] rev 27592
8065911: Introduce EvalDebugWrapper for all Setup* macros Reviewed-by: erikj
Mon, 24 Nov 2014 11:53:47 +0100 8065138: Encodings.isRecognizedEnconding sometimes fails to recognize 'UTF8'
erikj [Mon, 24 Nov 2014 11:53:47 +0100] rev 27591
8065138: Encodings.isRecognizedEnconding sometimes fails to recognize 'UTF8' Reviewed-by: dfuchs
Fri, 21 Nov 2014 08:00:30 -0800 Merge
amurillo [Fri, 21 Nov 2014 08:00:30 -0800] rev 27590
Merge
Thu, 13 Nov 2014 16:11:00 -0800 Merge
amurillo [Thu, 13 Nov 2014 16:11:00 -0800] rev 27589
Merge
Sat, 08 Nov 2014 16:01:10 +0300 8063157: add targets for optimized builds
iignatyev [Sat, 08 Nov 2014 16:01:10 +0300] rev 27588
8063157: add targets for optimized builds Reviewed-by: kvn, dholmes
Fri, 21 Nov 2014 16:11:28 +0100 8065215: Print warning summary at end of configure
ihse [Fri, 21 Nov 2014 16:11:28 +0100] rev 27587
8065215: Print warning summary at end of configure Reviewed-by: erikj, tbell
Fri, 21 Nov 2014 16:05:46 +0100 8058631: Rename posix to unix in build system to match file name changes
ihse [Fri, 21 Nov 2014 16:05:46 +0100] rev 27586
8058631: Rename posix to unix in build system to match file name changes Reviewed-by: simonis, erikj, tbell
Thu, 20 Nov 2014 10:57:11 -0800 Merge
lana [Thu, 20 Nov 2014 10:57:11 -0800] rev 27585
Merge
Tue, 18 Nov 2014 16:07:57 +0100 8065183: Add --with-copyright-year option to configure
erikj [Tue, 18 Nov 2014 16:07:57 +0100] rev 27584
8065183: Add --with-copyright-year option to configure Reviewed-by: ihse, tbell
Thu, 04 Dec 2014 12:58:11 -0800 Added tag jdk9-b41 for changeset adc258b13e2c
katleman [Thu, 04 Dec 2014 12:58:11 -0800] rev 27583
Added tag jdk9-b41 for changeset adc258b13e2c
Wed, 05 Jul 2017 20:08:43 +0200 Added tag jdk9-b41 for changeset 9fffb959eb41
duke [Wed, 05 Jul 2017 20:08:43 +0200] rev 27582
Added tag jdk9-b41 for changeset 9fffb959eb41
Wed, 05 Jul 2017 20:08:43 +0200 Merge jdk9-b41
duke [Wed, 05 Jul 2017 20:08:43 +0200] rev 27581
Merge
Wed, 05 Jul 2017 20:08:38 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:38 +0200] rev 27580
Merge
Wed, 03 Dec 2014 14:25:46 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:25:46 +0000] rev 27579
8049367: Modular Run-Time Images Reviewed-by: jlahoda, ksrini Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:18 -0800 Added tag jdk9-b40 for changeset 5152f73fa93b
katleman [Tue, 18 Nov 2014 15:25:18 -0800] rev 27578
Added tag jdk9-b40 for changeset 5152f73fa93b
Wed, 05 Jul 2017 20:08:34 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:34 +0200] rev 27577
Merge
Tue, 18 Nov 2014 15:25:16 -0800 Added tag jdk9-b40 for changeset b31dbb20135a
katleman [Tue, 18 Nov 2014 15:25:16 -0800] rev 27576
Added tag jdk9-b40 for changeset b31dbb20135a
Wed, 05 Jul 2017 20:08:31 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:31 +0200] rev 27575
Merge
Wed, 03 Dec 2014 14:22:17 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:22:17 +0000] rev 27574
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:15 -0800 Added tag jdk9-b40 for changeset de21c9802939
katleman [Tue, 18 Nov 2014 15:25:15 -0800] rev 27573
Added tag jdk9-b40 for changeset de21c9802939
Wed, 05 Jul 2017 20:08:27 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:27 +0200] rev 27572
Merge
Wed, 03 Dec 2014 14:26:07 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:26:07 +0000] rev 27571
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:19 -0800 Added tag jdk9-b40 for changeset 4bb9d8815020
katleman [Tue, 18 Nov 2014 15:25:19 -0800] rev 27570
Added tag jdk9-b40 for changeset 4bb9d8815020
Wed, 05 Jul 2017 20:08:21 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:21 +0200] rev 27569
Merge
Wed, 03 Dec 2014 14:20:24 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:20:24 +0000] rev 27568
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:14 -0800 Added tag jdk9-b40 for changeset 11359380f4f9
katleman [Tue, 18 Nov 2014 15:25:14 -0800] rev 27567
Added tag jdk9-b40 for changeset 11359380f4f9
Wed, 05 Jul 2017 20:08:17 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:17 +0200] rev 27566
Merge
Wed, 03 Dec 2014 14:22:58 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:22:58 +0000] rev 27565
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:16 -0800 Added tag jdk9-b40 for changeset d480c3085030
katleman [Tue, 18 Nov 2014 15:25:16 -0800] rev 27564
Added tag jdk9-b40 for changeset d480c3085030
Wed, 05 Jul 2017 20:08:11 +0200 Merge
duke [Wed, 05 Jul 2017 20:08:11 +0200] rev 27563
Merge
Wed, 03 Dec 2014 14:21:14 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:21:14 +0000] rev 27562
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:14 -0800 Added tag jdk9-b40 for changeset e549997f615f
katleman [Tue, 18 Nov 2014 15:25:14 -0800] rev 27561
Added tag jdk9-b40 for changeset e549997f615f
Wed, 03 Dec 2014 14:20:21 +0000 8049367: Modular Run-Time Images
chegar [Wed, 03 Dec 2014 14:20:21 +0000] rev 27560
8049367: Modular Run-Time Images Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore Contributed-by: alan.bateman@oracle.com, alex.buckley@oracle.com, bradford.wetmore@oracle.com, chris.hegarty@oracle.com, erik.joelsson@oracle.com, james.laskey@oracle.com, jonathan.gibbons@oracle.com, karen.kinnear@oracle.com, magnus.ihse.bursie@oracle.com, mandy.chung@oracle.com, mark.reinhold@oracle.com, paul.sandoz@oracle.com, sundararajan.athijegannathan@oracle.com
Tue, 18 Nov 2014 15:25:13 -0800 Added tag jdk9-b40 for changeset e49b8c74a1c0
katleman [Tue, 18 Nov 2014 15:25:13 -0800] rev 27559
Added tag jdk9-b40 for changeset e49b8c74a1c0
Wed, 05 Jul 2017 20:07:56 +0200 Added tag jdk9-b40 for changeset 82f4cb44b2d7
duke [Wed, 05 Jul 2017 20:07:56 +0200] rev 27558
Added tag jdk9-b40 for changeset 82f4cb44b2d7
Wed, 05 Jul 2017 20:07:55 +0200 Merge jdk9-b40
duke [Wed, 05 Jul 2017 20:07:55 +0200] rev 27557
Merge
Wed, 05 Jul 2017 20:07:51 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:51 +0200] rev 27556
Merge
Thu, 13 Nov 2014 09:39:52 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:52 -0800] rev 27555
Merge
Thu, 13 Nov 2014 14:49:02 +0100 8059591: Give TaskListener methods empty default implementations
alundblad [Thu, 13 Nov 2014 14:49:02 +0100] rev 27554
8059591: Give TaskListener methods empty default implementations Summary: Added empty default implementations for TaskListener methods. Reviewed-by: jfranck, ohrstrom
Wed, 12 Nov 2014 19:05:17 +0100 8064362: WriteableScope.dupUnshared misbehaves on shared Scopes
jlahoda [Wed, 12 Nov 2014 19:05:17 +0100] rev 27553
8064362: WriteableScope.dupUnshared misbehaves on shared Scopes Summary: When calling dupUnshared on a shared scope, make sure the result does not contain Symbols that don't belong to the scope that is being dupUnshared. Reviewed-by: mcimadamore
Wed, 12 Nov 2014 15:16:35 +0200 8042931: Implement classfile tests for EnclosingMethod attribute.
aeremeev [Wed, 12 Nov 2014 15:16:35 +0200] rev 27552
8042931: Implement classfile tests for EnclosingMethod attribute. Reviewed-by: jjg, shurailine, anazarov
Wed, 12 Nov 2014 12:41:32 +0000 8064464: regression with type inference of conditional expression
mcimadamore [Wed, 12 Nov 2014 12:41:32 +0000] rev 27551
8064464: regression with type inference of conditional expression Summary: Bad classification of conditional leads to spurious error Reviewed-by: jlahoda
Mon, 10 Nov 2014 20:29:58 +0100 8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances
alundblad [Mon, 10 Nov 2014 20:29:58 +0100] rev 27550
8062737: Sjavac creates unnecessarily many SjavacClient/PooledSjavac/SjavacImpl instances Summary: Moved sjavac initialization out of loop body. Reviewed-by: jfranck, ohrstrom
Fri, 24 Oct 2014 10:08:51 +0200 8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line
jfranck [Fri, 24 Oct 2014 10:08:51 +0200] rev 27549
8060448: ArrayIndexOutOfBoundsException with annotation processing printout of empty line Reviewed-by: jlahoda
Sat, 08 Nov 2014 22:00:31 +0000 8064367: Fix IntelliJ langtools support to use new dev build
mcimadamore [Sat, 08 Nov 2014 22:00:31 +0000] rev 27548
8064367: Fix IntelliJ langtools support to use new dev build Summary: Update ant hooks in langtools IntelliJ project Reviewed-by: jlahoda
Fri, 07 Nov 2014 14:51:35 -0800 8063145: ToolBox should support extracting classes from a JavaFileManager/Location
jjg [Fri, 07 Nov 2014 14:51:35 -0800] rev 27547
8063145: ToolBox should support extracting classes from a JavaFileManager/Location Reviewed-by: ksrini
Fri, 07 Nov 2014 18:22:36 +0100 8058489: More adjustments of langtools/make/build.xml to modularized layout
jlahoda [Fri, 07 Nov 2014 18:22:36 +0100] rev 27546
8058489: More adjustments of langtools/make/build.xml to modularized layout Summary: Re-structuring the langtools/make/build.xml to reflect the modular layout, cleanup of the build script Reviewed-by: jjg, mcimadamore, ksrini
Fri, 07 Nov 2014 07:54:35 -0500 8029012: parameter_index for type annotation not updated after outer.this added
emc [Fri, 07 Nov 2014 07:54:35 -0500] rev 27545
8029012: parameter_index for type annotation not updated after outer.this added Summary: Fix javac's handling of type annotations when synthetic parameters are added Reviewed-by: jjg, mcimadamore
Thu, 06 Nov 2014 17:39:57 -0500 8062245: Test executes incorrect class
emc [Thu, 06 Nov 2014 17:39:57 -0500] rev 27544
8062245: Test executes incorrect class Summary: Fix issue with test executing incorrect class, and trivial test failure linked to different subclasses of CharSequance. Reviewed-by: jjg
Wed, 12 Nov 2014 20:32:27 -0800 Added tag jdk9-b39 for changeset b2343bf3a5d8
katleman [Wed, 12 Nov 2014 20:32:27 -0800] rev 27543
Added tag jdk9-b39 for changeset b2343bf3a5d8
Wed, 05 Jul 2017 20:07:46 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:46 +0200] rev 27542
Merge
Wed, 12 Nov 2014 20:32:25 -0800 Added tag jdk9-b39 for changeset eafa8898e1a0
katleman [Wed, 12 Nov 2014 20:32:25 -0800] rev 27541
Added tag jdk9-b39 for changeset eafa8898e1a0
Wed, 05 Jul 2017 20:07:41 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:41 +0200] rev 27540
Merge
Thu, 13 Nov 2014 09:39:08 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:08 -0800] rev 27539
Merge
Tue, 11 Nov 2014 14:27:13 -0800 8047962: XML test colocation: AuctionPortal test
joehw [Tue, 11 Nov 2014 14:27:13 -0800] rev 27538
8047962: XML test colocation: AuctionPortal test Reviewed-by: joehw Contributed-by: tristan.yan@oracle.com
Mon, 10 Nov 2014 16:09:38 -0800 8064516: BCEL still corrupts generic methods if bytecode offsets are modified
dbuck [Mon, 10 Nov 2014 16:09:38 -0800] rev 27537
8064516: BCEL still corrupts generic methods if bytecode offsets are modified Summary: Added comprehensive support for LocalVariableTypeTable to MethodGen. Reviewed-by: joehw
Fri, 07 Nov 2014 13:18:58 -0800 8059327: XML parser returns corrupt attribute value
joehw [Fri, 07 Nov 2014 13:18:58 -0800] rev 27536
8059327: XML parser returns corrupt attribute value Reviewed-by: lancea
Thu, 06 Nov 2014 23:14:02 -0800 8062608: BCEL corrupts debug data of methods that use generics
dbuck [Thu, 06 Nov 2014 23:14:02 -0800] rev 27535
8062608: BCEL corrupts debug data of methods that use generics Summary: Fixed MethodGen constructor to not overwrite LocalVariableTable. Reviewed-by: joehw
Wed, 12 Nov 2014 20:32:24 -0800 Added tag jdk9-b39 for changeset b2746ec1c520
katleman [Wed, 12 Nov 2014 20:32:24 -0800] rev 27534
Added tag jdk9-b39 for changeset b2746ec1c520
Wed, 05 Jul 2017 20:07:38 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:38 +0200] rev 27533
Merge
Thu, 13 Nov 2014 09:38:35 -0800 Merge
lana [Thu, 13 Nov 2014 09:38:35 -0800] rev 27532
Merge
Thu, 13 Nov 2014 16:59:03 +0100 8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete
lagergren [Thu, 13 Nov 2014 16:59:03 +0100] rev 27531
8062937: Need to block constant assumption for index setters and defineOwnProperty, not just delete Reviewed-by: hannesw, jlaskey
Thu, 13 Nov 2014 15:29:22 +0100 8064789: Nashorn should just warn on code store instantiation error
hannesw [Thu, 13 Nov 2014 15:29:22 +0100] rev 27530
8064789: Nashorn should just warn on code store instantiation error Reviewed-by: attila, lagergren
Wed, 12 Nov 2014 17:19:04 +0100 8063036: Various pretty printing issues with --log=recompile
lagergren [Wed, 12 Nov 2014 17:19:04 +0100] rev 27529
8063036: Various pretty printing issues with --log=recompile Reviewed-by: hannesw, jlaskey
Wed, 12 Nov 2014 15:13:08 +0100 8064707: Remove NativeArray link logic fields
attila [Wed, 12 Nov 2014 15:13:08 +0100] rev 27528
8064707: Remove NativeArray link logic fields Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 14:54:40 +0100 8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions
attila [Wed, 12 Nov 2014 14:54:40 +0100] rev 27527
8063037: ApplySpecialization.hasApplies shouuld not descend into nested functions Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 14:40:05 +0100 8064705: Build breaking warning in LengthNotWritableFilter
lagergren [Wed, 12 Nov 2014 14:40:05 +0100] rev 27526
8064705: Build breaking warning in LengthNotWritableFilter Reviewed-by: hannesw, attila
Wed, 12 Nov 2014 14:12:01 +0100 8035312: Various array and ScriptObject length issues for non writable length fields
lagergren [Wed, 12 Nov 2014 14:12:01 +0100] rev 27525
8035312: Various array and ScriptObject length issues for non writable length fields Reviewed-by: hannesw, attila
Tue, 11 Nov 2014 17:27:44 +0100 8062799: Binary logical expressions can have numeric types
attila [Tue, 11 Nov 2014 17:27:44 +0100] rev 27524
8062799: Binary logical expressions can have numeric types Reviewed-by: lagergren, sundar
Tue, 11 Nov 2014 16:17:37 +0100 8064467: type info persistence failed to calculate directory name
attila [Tue, 11 Nov 2014 16:17:37 +0100] rev 27523
8064467: type info persistence failed to calculate directory name Reviewed-by: hannesw, lagergren
Wed, 12 Nov 2014 20:32:28 -0800 Added tag jdk9-b39 for changeset d34febeff13b
katleman [Wed, 12 Nov 2014 20:32:28 -0800] rev 27522
Added tag jdk9-b39 for changeset d34febeff13b
Wed, 05 Jul 2017 20:07:33 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:33 +0200] rev 27521
Merge
Thu, 13 Nov 2014 09:39:04 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:04 -0800] rev 27520
Merge
Tue, 11 Nov 2014 01:02:47 +0000 8049522: Move @implNote in org.omg.CORBA.ORB to init method
msheppar [Tue, 11 Nov 2014 01:02:47 +0000] rev 27519
8049522: Move @implNote in org.omg.CORBA.ORB to init method Summary: updated the implNote in the omg.org.CORBA.ORB class Reviewed-by: alanb
Wed, 12 Nov 2014 20:32:23 -0800 Added tag jdk9-b39 for changeset 9f3693786717
katleman [Wed, 12 Nov 2014 20:32:23 -0800] rev 27518
Added tag jdk9-b39 for changeset 9f3693786717
Wed, 05 Jul 2017 20:07:30 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:30 +0200] rev 27517
Merge
Thu, 13 Nov 2014 10:22:24 -0800 Merge
lana [Thu, 13 Nov 2014 10:22:24 -0800] rev 27516
Merge
Thu, 13 Nov 2014 09:39:22 -0800 Merge
lana [Thu, 13 Nov 2014 09:39:22 -0800] rev 27515
Merge
Thu, 13 Nov 2014 12:29:54 -0500 8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed
rriggs [Thu, 13 Nov 2014 12:29:54 -0500] rev 27514
8043477: java/lang/ProcessBuilder/Basic.java failed with: java.lang.AssertionError: Some tests failed Reviewed-by: martin
Wed, 12 Nov 2014 09:20:12 -0800 Merge
ddehaven [Wed, 12 Nov 2014 09:20:12 -0800] rev 27513
Merge
Mon, 03 Nov 2014 10:11:10 -0800 Merge
prr [Mon, 03 Nov 2014 10:11:10 -0800] rev 27512
Merge
Sat, 01 Nov 2014 14:40:09 +0300 8062164: Incorrect color conversion, when bicubic interpolation is used
serb [Sat, 01 Nov 2014 14:40:09 +0300] rev 27511
8062164: Incorrect color conversion, when bicubic interpolation is used Reviewed-by: flar, prr
Fri, 31 Oct 2014 19:45:54 +0300 8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface
serb [Fri, 31 Oct 2014 19:45:54 +0300] rev 27510
8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface Reviewed-by: serb, denis Contributed-by: Hendrik Schreiber <hs@tagtraum.com>
Fri, 31 Oct 2014 12:38:46 +0300 8062606: Fix a typo in java.awt.Robot class
dermashov [Fri, 31 Oct 2014 12:38:46 +0300] rev 27509
8062606: Fix a typo in java.awt.Robot class Reviewed-by: yan, serb
Thu, 30 Oct 2014 13:36:44 -0700 8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
prr [Thu, 30 Oct 2014 13:36:44 -0700] rev 27508
8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit Reviewed-by: flar, jgodinez
Thu, 30 Oct 2014 11:08:27 -0700 8062497: Open up some AffineTransform tests
prr [Thu, 30 Oct 2014 11:08:27 -0700] rev 27507
8062497: Open up some AffineTransform tests Reviewed-by: jgodinez
Thu, 30 Oct 2014 15:44:37 +0300 8056911: Remove internal API usage from ExtendedRobot class
dermashov [Thu, 30 Oct 2014 15:44:37 +0300] rev 27506
8056911: Remove internal API usage from ExtendedRobot class Reviewed-by: serb
Fri, 31 Oct 2014 00:40:14 +0400 8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
alexsch [Fri, 31 Oct 2014 00:40:14 +0400] rev 27505
8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand Reviewed-by: serb
Thu, 30 Oct 2014 00:16:43 +0400 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
mcherkas [Thu, 30 Oct 2014 00:16:43 +0400] rev 27504
8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146 Reviewed-by: ant, serb
Tue, 28 Oct 2014 13:31:06 -0700 Merge
prr [Tue, 28 Oct 2014 13:31:06 -0700] rev 27503
Merge
Wed, 29 Oct 2014 01:48:54 +0400 8061592: wrong javadoc parameters for firePropertyChange()
alexsch [Wed, 29 Oct 2014 01:48:54 +0400] rev 27502
8061592: wrong javadoc parameters for firePropertyChange() Reviewed-by: azvegint
Fri, 24 Oct 2014 11:41:08 +0400 7154054: [macosx] Can't distinguish the focus move to next cell
serb [Fri, 24 Oct 2014 11:41:08 +0400] rev 27501
7154054: [macosx] Can't distinguish the focus move to next cell Reviewed-by: azvegint, alexsch
Thu, 23 Oct 2014 19:59:27 +0400 8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
serb [Thu, 23 Oct 2014 19:59:27 +0400] rev 27500
8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline Reviewed-by: bae, prr
Wed, 12 Nov 2014 10:47:08 +0800 8063087: policytool reports error message with prefix of "java.lang.Exception"
weijun [Wed, 12 Nov 2014 10:47:08 +0800] rev 27499
8063087: policytool reports error message with prefix of "java.lang.Exception" Reviewed-by: xuelei
Tue, 11 Nov 2014 20:11:34 +0000 8046777: apple.security.KeychainStore has a problem searching for identities
vinnie [Tue, 11 Nov 2014 20:11:34 +0000] rev 27498
8046777: apple.security.KeychainStore has a problem searching for identities Reviewed-by: mullan Contributed-by: David Kocher <dkocher@iterate.ch>
Tue, 11 Nov 2014 11:29:20 -0800 Merge
amurillo [Tue, 11 Nov 2014 11:29:20 -0800] rev 27497
Merge
Fri, 07 Nov 2014 06:35:24 -0800 Merge
amurillo [Fri, 07 Nov 2014 06:35:24 -0800] rev 27496
Merge
Tue, 04 Nov 2014 18:37:24 -0500 8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData
dholmes [Tue, 04 Nov 2014 18:37:24 -0500] rev 27495
8036616: [TESTBUG] Embedded: sun/jvmstat/monitor/MonitoredVm/CR6672135.java should be launched with -XX:+UsePerfData Reviewed-by: dholmes, jbachorik Contributed-by: Pavel Chistyakov <pavel.chistyakov@oracle.com>
Tue, 04 Nov 2014 14:46:25 +0100 8056049: getProcessCpuLoad() stops working in one process when a different process exits
mgronlun [Tue, 04 Nov 2014 14:46:25 +0100] rev 27494
8056049: getProcessCpuLoad() stops working in one process when a different process exits Reviewed-by: ctornqvi
Mon, 03 Nov 2014 11:19:54 +0100 8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
jbachorik [Mon, 03 Nov 2014 11:19:54 +0100] rev 27493
8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double Reviewed-by: mchung, sla
Tue, 11 Nov 2014 01:12:56 +0000 8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c
msheppar [Tue, 11 Nov 2014 01:12:56 +0000] rev 27492
8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c Summary: added CHECK_NULL after JNI GetFieldID native call Reviewed-by: alanb, chegar
Mon, 10 Nov 2014 11:23:23 -0500 8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
emc [Mon, 10 Nov 2014 11:23:23 -0500] rev 27491
8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type Summary: Add getAllGenericParameters, which attempts to report generic parameters with synthetic parameters to the best extent possible with current classfile information. Reviewed-by: jfranck
Sun, 09 Nov 2014 17:59:06 -0500 8064356: Add BaseRowSet, SQLInputImpl, and SQLOutputImpl tests
lancea [Sun, 09 Nov 2014 17:59:06 -0500] rev 27490
8064356: Add BaseRowSet, SQLInputImpl, and SQLOutputImpl tests Reviewed-by: joehw, rriggs
Thu, 06 Nov 2014 13:18:44 -0800 8062771: Core reflection should use final fields whenever possible
martin [Thu, 06 Nov 2014 13:18:44 -0800] rev 27489
8062771: Core reflection should use final fields whenever possible Reviewed-by: psandoz, darcy
Fri, 07 Nov 2014 13:23:36 -0800 8059327: XML parser returns corrupt attribute value
joehw [Fri, 07 Nov 2014 13:23:36 -0800] rev 27488
8059327: XML parser returns corrupt attribute value Reviewed-by: lancea
Fri, 07 Nov 2014 13:07:09 -0800 8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
ascarpino [Fri, 07 Nov 2014 13:07:09 -0800] rev 27487
8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11 Reviewed-by: mullan, valeriep
Fri, 07 Nov 2014 15:12:04 +0000 8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0
prappo [Fri, 07 Nov 2014 15:12:04 +0000] rev 27486
8059311: com/sun/jndi/ldap/LdapTimeoutTest.java fails with exit_code == 0 Reviewed-by: vinnie
Fri, 07 Nov 2014 14:20:56 +0400 8058805: [TEST_BUG]Test java/awt/TrayIcon/SecurityCheck/NoPermissionTest/NoPermissionTest.java fails
kshefov [Fri, 07 Nov 2014 14:20:56 +0400] rev 27485
8058805: [TEST_BUG]Test java/awt/TrayIcon/SecurityCheck/NoPermissionTest/NoPermissionTest.java fails Reviewed-by: yan, alexsch Contributed-by: pooja.chopra@oracle.com
Wed, 12 Nov 2014 20:32:25 -0800 Added tag jdk9-b39 for changeset d4795cb91c4d
katleman [Wed, 12 Nov 2014 20:32:25 -0800] rev 27484
Added tag jdk9-b39 for changeset d4795cb91c4d
Wed, 05 Jul 2017 20:07:22 +0200 Merge
duke [Wed, 05 Jul 2017 20:07:22 +0200] rev 27483
Merge
Thu, 13 Nov 2014 09:38:49 -0800 Merge
lana [Thu, 13 Nov 2014 09:38:49 -0800] rev 27482
Merge
Fri, 07 Nov 2014 06:35:23 -0800 Merge
amurillo [Fri, 07 Nov 2014 06:35:23 -0800] rev 27481
Merge
Thu, 06 Nov 2014 19:59:32 +0000 Merge
sla [Thu, 06 Nov 2014 19:59:32 +0000] rev 27480
Merge
Thu, 06 Nov 2014 13:57:26 +0000 Merge
coleenp [Thu, 06 Nov 2014 13:57:26 +0000] rev 27479
Merge
Wed, 05 Nov 2014 16:47:37 -0800 8062116: JVMTI GetClassMethods is Slow
jmanson [Wed, 05 Nov 2014 16:47:37 -0800] rev 27478
8062116: JVMTI GetClassMethods is Slow Summary: Allocate enough space for all jmethodids; make adding a jmethodid O(1) Reviewed-by: coleenp, rasbold, sspitsyn
Thu, 06 Nov 2014 08:18:10 +0000 Merge
dbuck [Thu, 06 Nov 2014 08:18:10 +0000] rev 27477
Merge
Wed, 05 Nov 2014 23:37:17 -0800 8058715: stability issues when being launched as an embedded JVM via JNI
dbuck [Wed, 05 Nov 2014 23:37:17 -0800] rev 27476
8058715: stability issues when being launched as an embedded JVM via JNI Summary: Use mmap call without MAP_FIXED so we avoid corrupting already allocated memory Reviewed-by: coleenp, dsimms
Thu, 06 Nov 2014 07:27:25 +0100 8062735: CodeCacheSweeperThread missing from SA
anoll [Thu, 06 Nov 2014 07:27:25 +0100] rev 27475
8062735: CodeCacheSweeperThread missing from SA Summary: Make SA aware of the code cache sweeper thread Reviewed-by: kvn, coleenp, sspitsyn
Thu, 06 Nov 2014 01:31:31 +0000 Merge
jiangli [Thu, 06 Nov 2014 01:31:31 +0000] rev 27474
Merge
Wed, 05 Nov 2014 13:00:59 -0800 8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp
cjplummer [Wed, 05 Nov 2014 13:00:59 -0800] rev 27473
8043770: File leak in MemNotifyThread::start() in hotspot.src.os.linux.vm.os_linux.cpp Summary: Fixed by removing all code related to LowMemoryProtection, which removed offending code. Reviewed-by: dholmes, minqi
Thu, 06 Nov 2014 00:01:33 +0000 Merge
coleenp [Thu, 06 Nov 2014 00:01:33 +0000] rev 27472
Merge
Wed, 29 Oct 2014 10:13:24 +0100 8062370: Various minor code improvements
goetz [Wed, 29 Oct 2014 10:13:24 +0100] rev 27471
8062370: Various minor code improvements Summary: A lot of fixes useful to improve the code quality. Reviewed-by: coleenp, dholmes
Wed, 05 Nov 2014 08:22:17 -0800 8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms
gtriantafill [Wed, 05 Nov 2014 08:22:17 -0800] rev 27470
8061969: [TESTBUG] MallocSiteHashOverflow.java should be enabled for 32-bit platforms Reviewed-by: ctornqvi, coleenp
Wed, 05 Nov 2014 13:20:09 -0800 8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java
ctornqvi [Wed, 05 Nov 2014 13:20:09 -0800] rev 27469
8058251: assert(_count > 0) failed: Negative counter when running runtime/NMT/MallocTrackingVerify.java Summary: Fixed an issue when overflowing the MallocSite hash table bucket Reviewed-by: coleenp, gtriantafill
Wed, 05 Nov 2014 13:18:51 -0800 8061733: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes
ctornqvi [Wed, 05 Nov 2014 13:18:51 -0800] rev 27468
8061733: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes Summary: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes Reviewed-by: lfoltan, gtriantafill
Mon, 03 Nov 2014 11:34:13 -0800 8059803: Update use of GetVersionEx to get correct Windows version in hs_err files
ctornqvi [Mon, 03 Nov 2014 11:34:13 -0800] rev 27467
8059803: Update use of GetVersionEx to get correct Windows version in hs_err files Summary: Update use of GetVersionEx to get correct Windows version in hs_err files Reviewed-by: dcubed, gtriantafill
Mon, 03 Nov 2014 11:19:43 +0100 8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
jbachorik [Mon, 03 Nov 2014 11:19:43 +0100] rev 27466
8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double Reviewed-by: mchung, sla
Fri, 31 Oct 2014 18:18:58 +0000 Merge
dcubed [Fri, 31 Oct 2014 18:18:58 +0000] rev 27465
Merge
Fri, 31 Oct 2014 10:15:29 -0700 Merge
dcubed [Fri, 31 Oct 2014 10:15:29 -0700] rev 27464
Merge
Fri, 31 Oct 2014 09:37:17 -0700 8060169: Update the Crash Reporting URL in the Java crash log
dbuck [Fri, 31 Oct 2014 09:37:17 -0700] rev 27463
8060169: Update the Crash Reporting URL in the Java crash log Summary: Update the URL for HotSpot bug reports. Reviewed-by: dcubed, rdurbin
Tue, 28 Oct 2014 18:41:34 +0400 8059216: Make PrintGCApplicationStoppedTime print information about stopping threads
vkempik [Tue, 28 Oct 2014 18:41:34 +0400] rev 27462
8059216: Make PrintGCApplicationStoppedTime print information about stopping threads Reviewed-by: dholmes, brutisso
Thu, 30 Oct 2014 18:38:42 -0400 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
coleenp [Thu, 30 Oct 2014 18:38:42 -0400] rev 27461
8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop Summary: Stop allocating compiler profiling metadata when metaspace is full. Reviewed-by: kvn, anoll
Tue, 28 Oct 2014 12:28:58 +0100 8062135: serviceability/threads/TestFalseDeadLock.java should be quarantined.
sla [Tue, 28 Oct 2014 12:28:58 +0100] rev 27460
8062135: serviceability/threads/TestFalseDeadLock.java should be quarantined. Reviewed-by: sla Contributed-by: alex.schenkman@oracle.com
Wed, 29 Oct 2014 09:53:56 -0700 8059533: (process) Make exiting process wait for exiting threads [win]
igerasim [Wed, 29 Oct 2014 09:53:56 -0700] rev 27459
8059533: (process) Make exiting process wait for exiting threads [win] Reviewed-by: dholmes, dcubed
Wed, 29 Oct 2014 09:19:59 -0700 8061552: Contended Locking speedup PlatformEvent unpark bucket
dcubed [Wed, 29 Oct 2014 09:19:59 -0700] rev 27458
8061552: Contended Locking speedup PlatformEvent unpark bucket Summary: JEP-143/JDK-8046133 - optimization #2 - speedup PlatformEvent unpark bucket. Reviewed-by: acorn, dice, dholmes Contributed-by: dave.dice@oracle.com, karen.kinnear@oracle.com, daniel.daugherty@oracle.com
Tue, 01 Jul 2014 13:29:24 -0700 8043780: Use open(O_CLOEXEC) instead of fcntl(FD_CLOEXEC)
martin [Tue, 01 Jul 2014 13:29:24 -0700] rev 27457
8043780: Use open(O_CLOEXEC) instead of fcntl(FD_CLOEXEC) Summary: Use open(O_CLOEXEC) where available; fall back to FD_CLOEXEC when necessary Reviewed-by: rasbold, dholmes
Tue, 04 Nov 2014 07:09:34 -1000 8062591: SPARC PICL causes significantly longer startup times
iveresov [Tue, 04 Nov 2014 07:09:34 -1000] rev 27456
8062591: SPARC PICL causes significantly longer startup times Summary: Optimize traversals of the PICL tree Reviewed-by: kvn
Mon, 20 Oct 2014 22:53:37 +0200 8060252: JDK-7173584 compiler changes regress SPECjvm2008 on SPARC
roland [Mon, 20 Oct 2014 22:53:37 +0200] rev 27455
8060252: JDK-7173584 compiler changes regress SPECjvm2008 on SPARC Summary: arraycopy code misses opportunities to optimize copies to just allocated array. Reviewed-by: kvn
Mon, 03 Nov 2014 12:02:40 -0800 8059780: SPECjvm2008-MPEG performance regressions on x64 platforms
kvn [Mon, 03 Nov 2014 12:02:40 -0800] rev 27454
8059780: SPECjvm2008-MPEG performance regressions on x64 platforms Summary: Back-out 8052081 changes made in lcm.cpp. Reviewed-by: iveresov, roland
Sun, 02 Nov 2014 18:43:38 +0300 8044186: Introduce a reproducible random generator
iignatyev [Sun, 02 Nov 2014 18:43:38 +0300] rev 27453
8044186: Introduce a reproducible random generator Reviewed-by: kvn, iveresov, iignatyev Contributed-by: sergei.kovalev@oracle.com
Sun, 02 Nov 2014 18:43:00 +0300 8043125: compiler/types/correctness/CorrectnessTest.java: assert(layout->tag() == DataLayout::speculative_trap_data_tag) failed: wrong type
iignatyev [Sun, 02 Nov 2014 18:43:00 +0300] rev 27452
8043125: compiler/types/correctness/CorrectnessTest.java: assert(layout->tag() == DataLayout::speculative_trap_data_tag) failed: wrong type Reviewed-by: kvn
Sun, 02 Nov 2014 18:42:30 +0300 8036913: make DeoptimizeALot dependent on number of threads
iignatyev [Sun, 02 Nov 2014 18:42:30 +0300] rev 27451
8036913: make DeoptimizeALot dependent on number of threads Reviewed-by: kvn, shade
Fri, 31 Oct 2014 16:51:57 -0700 8054492: Casting can result in redundant null checks in generated code
kvn [Fri, 31 Oct 2014 16:51:57 -0700] rev 27450
8054492: Casting can result in redundant null checks in generated code Summary: add C2 intrinsic for Class.cast() method and force inline it too. Reviewed-by: jrose, roland, drchase, iignatyev
Fri, 31 Oct 2014 12:01:27 -1000 Merge
iveresov [Fri, 31 Oct 2014 12:01:27 -1000] rev 27449
Merge
Fri, 31 Oct 2014 11:31:30 +0000 Merge
thartmann [Fri, 31 Oct 2014 11:31:30 +0000] rev 27448
Merge
Fri, 31 Oct 2014 12:16:20 +0100 8062169: Multiple OSR compilations issued for same bci
thartmann [Fri, 31 Oct 2014 12:16:20 +0100] rev 27447
8062169: Multiple OSR compilations issued for same bci Summary: Fixed 'SimpleThresholdPolicy::event' to always perform OSR if an OSR nmethod is available. Reviewed-by: kvn, iveresov
Fri, 31 Oct 2014 08:00:09 +0000 Merge
jwilhelm [Fri, 31 Oct 2014 08:00:09 +0000] rev 27446
Merge
Thu, 30 Oct 2014 01:01:37 +0100 Merge
jwilhelm [Thu, 30 Oct 2014 01:01:37 +0100] rev 27445
Merge
Mon, 27 Oct 2014 20:00:04 +0100 Merge
jwilhelm [Mon, 27 Oct 2014 20:00:04 +0100] rev 27444
Merge
Mon, 27 Oct 2014 19:15:23 +0000 Merge
jwilhelm [Mon, 27 Oct 2014 19:15:23 +0000] rev 27443
Merge
Mon, 27 Oct 2014 20:00:04 +0100 Merge
jwilhelm [Mon, 27 Oct 2014 20:00:04 +0100] rev 27442
Merge
Mon, 27 Oct 2014 16:39:29 +0000 Merge
jmasa [Mon, 27 Oct 2014 16:39:29 +0000] rev 27441
Merge
Mon, 27 Oct 2014 07:52:49 -0700 8059614: [TESTBUG] Test for UseNUMA enable UseNUMAInterleaving
jmasa [Mon, 27 Oct 2014 07:52:49 -0700] rev 27440
8059614: [TESTBUG] Test for UseNUMA enable UseNUMAInterleaving Summary: Tests that UseNUMAInterleaving enabled for all collectors by ergonomics, on all platforms when UseNUMA feature is enabled. Reviewed-by: jmasa, dfazunen Contributed-by: andrey.x.zakharov@oracle.com
Thu, 23 Oct 2014 16:19:32 -0400 8061748: Remove check_ct_logs_at_safepoint()
kbarrett [Thu, 23 Oct 2014 16:19:32 -0400] rev 27439
8061748: Remove check_ct_logs_at_safepoint() Summary: Remove unused function and related closure class Reviewed-by: jwilhelm, mgerdin
Thu, 23 Oct 2014 17:36:30 +0200 Merge
jwilhelm [Thu, 23 Oct 2014 17:36:30 +0200] rev 27438
Merge
Thu, 23 Oct 2014 11:43:29 +0200 8061630: G1 iterates over JNIHandles two times
ehelin [Thu, 23 Oct 2014 11:43:29 +0200] rev 27437
8061630: G1 iterates over JNIHandles two times Reviewed-by: mgerdin, brutisso
Thu, 30 Oct 2014 22:52:13 -0700 Merge
amurillo [Thu, 30 Oct 2014 22:52:13 -0700] rev 27436
Merge
Thu, 30 Oct 2014 09:50:16 -1000 Merge
iveresov [Thu, 30 Oct 2014 09:50:16 -1000] rev 27435
Merge
Thu, 30 Oct 2014 13:03:30 +0100 8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method
thartmann [Thu, 30 Oct 2014 13:03:30 +0100] rev 27434
8061817: Whitebox.deoptimizeMethod() does not deoptimize all OSR versions of method Summary: Fixed Whitebox.deoptimizeMethod() to deoptimize all OSR versions of the method. Reviewed-by: kvn, iignatyev
Wed, 29 Oct 2014 15:42:48 +0100 8062284: Sweeper thread should not be visible when calling Thread.getAllStackTraces()
anoll [Wed, 29 Oct 2014 15:42:48 +0100] rev 27433
8062284: Sweeper thread should not be visible when calling Thread.getAllStackTraces() Summary: Make thread not visible when calling Thread.getAllStackTraces() Reviewed-by: kvn, shade
Tue, 28 Oct 2014 20:16:08 +0100 8061250: serviceability/dcmd/compiler/CompilerQueueTest.java failed
neliasso [Tue, 28 Oct 2014 20:16:08 +0100] rev 27432
8061250: serviceability/dcmd/compiler/CompilerQueueTest.java failed Summary: Fixed logging to avoid parsing mistake and added test case. Reviewed-by: kvn, twisti
Tue, 28 Oct 2014 16:44:39 +0100 8062250: [TESTBUG] compiler/codecache/CheckSegmentedCodeCache.java fails after CodeCacheMinimumFreeSpace removal
thartmann [Tue, 28 Oct 2014 16:44:39 +0100] rev 27431
8062250: [TESTBUG] compiler/codecache/CheckSegmentedCodeCache.java fails after CodeCacheMinimumFreeSpace removal Summary: Adapted calculation of minimum code cache size after CodeCacheMinimumFreeSpace was removed by JDK-8046809. Reviewed-by: kvn, anoll
Tue, 28 Oct 2014 09:17:36 +0100 8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue"
thartmann [Tue, 28 Oct 2014 09:17:36 +0100] rev 27430
8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue" Summary: Added a method checkNotCompiled(boolean isOsr) to either check if the method is OSR compiled or to check if it is non-OSR compiled. Reviewed-by: kvn
(0) -10000 -3000 -1000 -256 +256 +1000 +3000 +10000 +30000 tip