Fri, 05 Feb 2016 16:19:31 +0000 Merge
hseigel [Fri, 05 Feb 2016 16:19:31 +0000] rev 35942
Merge
Fri, 05 Feb 2016 08:14:08 -0500 8148785: Update class file version to 53 for JDK-9
hseigel [Fri, 05 Feb 2016 08:14:08 -0500] rev 35941
8148785: Update class file version to 53 for JDK-9 Summary: Change max supported class file version to 53 Reviewed-by: alanb, coleenp, shade
Fri, 05 Feb 2016 14:00:58 +0100 8144916: Decrease PerfDataMemorySize back to 32K
redestad [Fri, 05 Feb 2016 14:00:58 +0100] rev 35940
8144916: Decrease PerfDataMemorySize back to 32K Reviewed-by: mlarsson, sla Contributed-by: robbin.ehn@oracle.com
Fri, 05 Feb 2016 08:59:36 +0100 8149035: Make the full_gc_dump() calls be recorded as part of the GC
brutisso [Fri, 05 Feb 2016 08:59:36 +0100] rev 35939
8149035: Make the full_gc_dump() calls be recorded as part of the GC Reviewed-by: jmasa, sjohanss
Thu, 04 Feb 2016 23:39:27 +0000 Merge
coleenp [Thu, 04 Feb 2016 23:39:27 +0000] rev 35938
Merge
Thu, 04 Feb 2016 18:25:02 -0500 8149038: SIGSEGV at frame::is_interpreted_frame_valid -> StubRoutines::SafeFetchN
coleenp [Thu, 04 Feb 2016 18:25:02 -0500] rev 35937
8149038: SIGSEGV at frame::is_interpreted_frame_valid -> StubRoutines::SafeFetchN Summary: Backout change for 8146984 but add an alignment check which may have caught original bug. Reviewed-by: mgronlun, dcubed
Thu, 04 Feb 2016 13:42:18 -0800 8148005: One byte may be corrupted by get_datetime_string()
asmotrak [Thu, 04 Feb 2016 13:42:18 -0800] rev 35936
8148005: One byte may be corrupted by get_datetime_string() Reviewed-by: dholmes
Thu, 04 Feb 2016 19:27:39 +0100 Merge
mgronlun [Thu, 04 Feb 2016 19:27:39 +0100] rev 35935
Merge
Thu, 04 Feb 2016 18:28:52 +0100 8138562: Event based tracing should cover monitor inflation
dsimms [Thu, 04 Feb 2016 18:28:52 +0100] rev 35934
8138562: Event based tracing should cover monitor inflation Reviewed-by: dcubed, egahlin, mgronlun
Tue, 02 Feb 2016 18:06:14 +0300 8132721: Add tests which check that heap counters work as expected during Humongous allocations
kzhaldyb [Tue, 02 Feb 2016 18:06:14 +0300] rev 35933
8132721: Add tests which check that heap counters work as expected during Humongous allocations Reviewed-by: jmasa, tschatzl, dfazunen
Thu, 04 Feb 2016 14:06:43 +0100 8148844: Update run_unit_test macro for InternalVMTests
ehelin [Thu, 04 Feb 2016 14:06:43 +0100] rev 35932
8148844: Update run_unit_test macro for InternalVMTests Reviewed-by: sjohanss, david
Thu, 04 Feb 2016 11:38:11 +0100 Merge
brutisso [Thu, 04 Feb 2016 11:38:11 +0100] rev 35931
Merge
Wed, 03 Feb 2016 18:21:43 +0100 8148951: Remove unused method Generation::performs_in_place_marking()
brutisso [Wed, 03 Feb 2016 18:21:43 +0100] rev 35930
8148951: Remove unused method Generation::performs_in_place_marking() Reviewed-by: david, jwilhelm
Wed, 03 Feb 2016 18:18:00 +0100 8148960: Humongous mis-spelled in log output
brutisso [Wed, 03 Feb 2016 18:18:00 +0100] rev 35929
8148960: Humongous mis-spelled in log output Reviewed-by: huntch, jwilhelm
Wed, 03 Feb 2016 12:19:03 +0100 8148945: JDK-8148481: Devirtualize Klass::vtable breaks Zero build
sgehwolf [Wed, 03 Feb 2016 12:19:03 +0100] rev 35928
8148945: JDK-8148481: Devirtualize Klass::vtable breaks Zero build Summary: Use Klass::method_at_vtable() instead of InstanceClass::start_of_vtable()[index] Reviewed-by: mgerdin, coleenp
Wed, 03 Feb 2016 11:33:33 +0100 8148944: CollectorPolicy methods for memory allocations are specific to GenCollectorPolicy
mgerdin [Wed, 03 Feb 2016 11:33:33 +0100] rev 35927
8148944: CollectorPolicy methods for memory allocations are specific to GenCollectorPolicy Reviewed-by: jwilhelm, kbarrett
Thu, 04 Feb 2016 08:36:38 +0100 8148141: Remove fixed level padding in UL
mlarsson [Thu, 04 Feb 2016 08:36:38 +0100] rev 35926
8148141: Remove fixed level padding in UL Reviewed-by: sla, mlarsson Contributed-by: robbin.ehn@oracle.com
Tue, 02 Feb 2016 11:09:21 +0100 8148053: Remove unused log tags
mlarsson [Tue, 02 Feb 2016 11:09:21 +0100] rev 35925
8148053: Remove unused log tags Reviewed-by: dholmes, mlarsson, sla Contributed-by: robbin.ehn@oracle.com
Thu, 04 Feb 2016 00:53:31 +0100 Merge
jwilhelm [Thu, 04 Feb 2016 00:53:31 +0100] rev 35924
Merge
Wed, 03 Feb 2016 20:07:30 +0400 8147003: Move BubbleUpRef test into CMS directory
dfazunen [Wed, 03 Feb 2016 20:07:30 +0400] rev 35923
8147003: Move BubbleUpRef test into CMS directory Summary: closed test gc/4950157/BubbleUpRef.java moved to gc/cms/TestBubbleUpRef.java Reviewed-by: jwilhelm, brutisso
Wed, 03 Feb 2016 13:42:29 -0800 8148747: [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation
ctornqvi [Wed, 03 Feb 2016 13:42:29 -0800] rev 35922
8148747: [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation Reviewed-by: coleenp, gtriantafill
Wed, 03 Feb 2016 18:48:29 +0000 Merge
coleenp [Wed, 03 Feb 2016 18:48:29 +0000] rev 35921
Merge
Wed, 03 Feb 2016 17:26:36 +0000 8146984: SIGBUS: bool Method::has_method_vptr(const void*)+0xc
coleenp [Wed, 03 Feb 2016 17:26:36 +0000] rev 35920
8146984: SIGBUS: bool Method::has_method_vptr(const void*)+0xc Summary: Add address check and use SafeFetchN for Method* vptr access when Method* may be bad pointer. Reviewed-by: dcubed, mgronlun
Wed, 03 Feb 2016 19:46:45 +0100 Merge
mockner [Wed, 03 Feb 2016 19:46:45 +0100] rev 35919
Merge
Wed, 03 Feb 2016 18:16:54 +0100 Merge
mockner [Wed, 03 Feb 2016 18:16:54 +0100] rev 35918
Merge
Wed, 03 Feb 2016 11:40:30 -0500 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
mockner [Wed, 03 Feb 2016 11:40:30 -0500] rev 35917
8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging. Summary: TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData have been reimplemented using Unified logging. Reviewed-by: iklam, coleenp, dholmes, jiangli, hseigel, rprotacio Contributed-by: max.ockner@oracle.com, ioi.lam@oracle.com
Wed, 03 Feb 2016 09:31:22 -0800 8147884: Names of GC threads should be set before the threads start
asmotrak [Wed, 03 Feb 2016 09:31:22 -0800] rev 35916
8147884: Names of GC threads should be set before the threads start Reviewed-by: mgerdin, david
Wed, 03 Feb 2016 14:15:57 +0100 8148755: -XX:+HeapDumpAfterFullGC creates heap dump both before and after Full GC
redestad [Wed, 03 Feb 2016 14:15:57 +0100] rev 35915
8148755: -XX:+HeapDumpAfterFullGC creates heap dump both before and after Full GC Reviewed-by: mgerdin, brutisso, sangheki
Tue, 02 Feb 2016 22:12:17 -0500 8146616: VM exit path throws fatal error: Thread holding lock at safepoint that vm can block on: BeforeExit_lock
dholmes [Tue, 02 Feb 2016 22:12:17 -0500] rev 35914
8146616: VM exit path throws fatal error: Thread holding lock at safepoint that vm can block on: BeforeExit_lock Reviewed-by: dcubed, gthornbr
Wed, 03 Feb 2016 01:35:25 +0100 Merge
jwilhelm [Wed, 03 Feb 2016 01:35:25 +0100] rev 35913
Merge
Tue, 02 Feb 2016 14:54:05 +0000 Merge
hseigel [Tue, 02 Feb 2016 14:54:05 +0000] rev 35912
Merge
Tue, 02 Feb 2016 08:27:40 -0500 8135206: VM permits illegal flags for abstract methods in interfaces, versions 45.3 - 51.0
hseigel [Tue, 02 Feb 2016 08:27:40 -0500] rev 35911
8135206: VM permits illegal flags for abstract methods in interfaces, versions 45.3 - 51.0 Summary: Add additional method flag checks Reviewed-by: jiangli, minqi
Tue, 02 Feb 2016 13:06:40 +0000 Merge
brutisso [Tue, 02 Feb 2016 13:06:40 +0000] rev 35910
Merge
Tue, 02 Feb 2016 12:13:05 +0100 8148736: Let the G1 heap transition log regions instead of bytes
brutisso [Tue, 02 Feb 2016 12:13:05 +0100] rev 35909
8148736: Let the G1 heap transition log regions instead of bytes Reviewed-by: sjohanss, david
Tue, 02 Feb 2016 12:12:17 +0100 8148733: G1: Add log message to print the heap region size
brutisso [Tue, 02 Feb 2016 12:12:17 +0100] rev 35908
8148733: G1: Add log message to print the heap region size Reviewed-by: sjohanss, david
Tue, 02 Feb 2016 10:50:08 +0100 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
brutisso [Tue, 02 Feb 2016 10:50:08 +0100] rev 35907
8148734: G1: Make G1GCPhaseTimes keep track of the start GC time Reviewed-by: sjohanss, tschatzl
Tue, 02 Feb 2016 05:38:33 -0500 8148766: Test AvailableProcessors.java got wrong number of processors
dholmes [Tue, 02 Feb 2016 05:38:33 -0500] rev 35906
8148766: Test AvailableProcessors.java got wrong number of processors Reviewed-by: dsamersoff, tschatzl, mseledtsov
Tue, 02 Feb 2016 09:51:24 +0100 8147913: Some runtime/CompressedOops tests fail on ARM64 product builds
brutisso [Tue, 02 Feb 2016 09:51:24 +0100] rev 35905
8147913: Some runtime/CompressedOops tests fail on ARM64 product builds Reviewed-by: jmasa, kbarrett
Tue, 02 Feb 2016 04:48:05 +0100 Merge
dholmes [Tue, 02 Feb 2016 04:48:05 +0100] rev 35904
Merge
Fri, 29 Jan 2016 09:21:15 +0100 8147510: [windows] no text locations shown for register info in hs-err file
stuefe [Fri, 29 Jan 2016 09:21:15 +0100] rev 35903
8147510: [windows] no text locations shown for register info in hs-err file Reviewed-by: dholmes, iklam
Mon, 01 Feb 2016 20:39:17 -0500 8148771: os::active_processor_count() returns garbage which causes VM to crash
dholmes [Mon, 01 Feb 2016 20:39:17 -0500] rev 35902
8148771: os::active_processor_count() returns garbage which causes VM to crash Reviewed-by: kbarrett
Mon, 01 Feb 2016 22:11:16 +0100 8147918: Rename develop_log_is_enabled() to log_develop_is_enabled()
pliden [Mon, 01 Feb 2016 22:11:16 +0100] rev 35901
8147918: Rename develop_log_is_enabled() to log_develop_is_enabled() Reviewed-by: dholmes, brutisso
Tue, 19 Jan 2016 12:07:32 +0100 8148481: Devirtualize Klass::vtable
mgerdin [Tue, 19 Jan 2016 12:07:32 +0100] rev 35900
8148481: Devirtualize Klass::vtable Summary: Move remainder of vtable related methods to Klass Reviewed-by: cjplummer, coleenp
Tue, 01 Dec 2015 10:35:49 +0100 8148047: Move the vtable length field to Klass
mgerdin [Tue, 01 Dec 2015 10:35:49 +0100] rev 35899
8148047: Move the vtable length field to Klass Reviewed-by: cjplummer, twisti, coleenp, kbarrett
Sat, 30 Jan 2016 11:02:29 -0500 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
coleenp [Sat, 30 Jan 2016 11:02:29 -0500] rev 35898
8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size Summary: Use align_metadata_size, align_metadata_offset and is_metadata_aligned for metadata rather than align_object_size, etc. Use wordSize rather than HeapWordSize for metadata. Use align_ptr_up rather than align_pointer_up (all the related functions are ptr). Reviewed-by: hseigel, jmasa, cjplummer
Fri, 29 Jan 2016 20:57:09 -0500 8146793: logStream::write re-formats string
kbarrett [Fri, 29 Jan 2016 20:57:09 -0500] rev 35897
8146793: logStream::write re-formats string Summary: Eliminate re-format, add warning attribute, fix size check, fix va_list usage. Reviewed-by: mlarsson, rprotacio, jrose
Fri, 29 Jan 2016 16:25:10 -0800 8145190: MinTLABSize can cause overflow problem with CMS GC
sangheki [Fri, 29 Jan 2016 16:25:10 -0800] rev 35896
8145190: MinTLABSize can cause overflow problem with CMS GC Summary: Changed max range of MinTLABSize from max_uintx to max_uintx/2 Reviewed-by: jwilhelm, tbenson
Fri, 29 Jan 2016 18:17:44 +0000 Merge
ddmitriev [Fri, 29 Jan 2016 18:17:44 +0000] rev 35895
Merge
Fri, 29 Jan 2016 16:03:21 +0300 8147477: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java is failing for the jdk9/hs snapshot control job
ddmitriev [Fri, 29 Jan 2016 16:03:21 +0300] rev 35894
8147477: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java is failing for the jdk9/hs snapshot control job Reviewed-by: gtriantafill, gziemski, dcubed, coleenp
Fri, 29 Jan 2016 17:42:26 +0100 Merge
tschatzl [Fri, 29 Jan 2016 17:42:26 +0100] rev 35893
Merge
Fri, 29 Jan 2016 16:17:05 +0400 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
dfazunen [Fri, 29 Jan 2016 16:17:05 +0400] rev 35892
8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set Reviewed-by: tschatzl, mchernov
Fri, 29 Jan 2016 14:59:24 +0000 Merge
dsamersoff [Fri, 29 Jan 2016 14:59:24 +0000] rev 35891
Merge
Fri, 29 Jan 2016 12:37:28 +0000 Merge
dsamersoff [Fri, 29 Jan 2016 12:37:28 +0000] rev 35890
Merge
Fri, 29 Jan 2016 15:26:44 +0300 8148104: HSDB could not terminate when launched on CLI
dsamersoff [Fri, 29 Jan 2016 15:26:44 +0300] rev 35889
8148104: HSDB could not terminate when launched on CLI Summary: Create frame before initialize SA Reviewed-by: jbachorik, dsamersoff Contributed-by: kubota.yuji@gmail.com
Fri, 29 Jan 2016 14:41:07 +0100 Merge
brutisso [Fri, 29 Jan 2016 14:41:07 +0100] rev 35888
Merge
Fri, 29 Jan 2016 10:44:15 +0100 8148467: Consistent use of : in the logging
brutisso [Fri, 29 Jan 2016 10:44:15 +0100] rev 35887
8148467: Consistent use of : in the logging Reviewed-by: mgerdin, tbenson
Fri, 29 Jan 2016 12:30:00 +0000 Merge
iignatyev [Fri, 29 Jan 2016 12:30:00 +0000] rev 35886
Merge
Wed, 27 Jan 2016 18:22:25 +0300 8141278: New tests for PLAB testing
mchernov [Wed, 27 Jan 2016 18:22:25 +0300] rev 35885
8141278: New tests for PLAB testing Reviewed-by: tschatzl
Fri, 29 Jan 2016 05:32:12 -0500 6515172: Runtime.availableProcessors() ignores Linux taskset command
dholmes [Fri, 29 Jan 2016 05:32:12 -0500] rev 35884
6515172: Runtime.availableProcessors() ignores Linux taskset command Summary: extract processor count from sched_getaffinity mask Reviewed-by: dcubed, stuefe, gthornbr
Fri, 29 Jan 2016 03:19:07 +0100 Merge
dholmes [Fri, 29 Jan 2016 03:19:07 +0100] rev 35883
Merge
Thu, 28 Jan 2016 16:05:41 -0500 8147906: G1 use of os::processor_count()
aharlap [Thu, 28 Jan 2016 16:05:41 -0500] rev 35882
8147906: G1 use of os::processor_count() Summary: Use os::active_processor_count() instead of os::processor_count() in G1 Reviewed-by: dholmes, jmasa
Thu, 28 Jan 2016 15:13:15 -0800 8148470: Metadata print routines should not print to tty
goetz [Thu, 28 Jan 2016 15:13:15 -0800] rev 35881
8148470: Metadata print routines should not print to tty Reviewed-by: iklam, mgerdin
Thu, 28 Jan 2016 19:30:39 +0100 Merge
jwilhelm [Thu, 28 Jan 2016 19:30:39 +0100] rev 35880
Merge
Fri, 22 Jan 2016 06:13:52 -0500 8141421: Various test fail with OOME on win x86
drwhite [Fri, 22 Jan 2016 06:13:52 -0500] rev 35879
8141421: Various test fail with OOME on win x86 Summary: Fix memory overuse in g1CodeCacheRemset Reviewed-by: tschatzl, mgerdin
Thu, 28 Jan 2016 16:34:44 +0100 Merge
tschatzl [Thu, 28 Jan 2016 16:34:44 +0100] rev 35878
Merge
Thu, 28 Jan 2016 13:30:12 +0100 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range()
tschatzl [Thu, 28 Jan 2016 13:30:12 +0100] rev 35877
8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() Summary: A large part of time in the parallel scavenge collector is spent finding out the amount of live words within memory ranges to find out where to move an object to. Try to incrementally calculate this value. Reviewed-by: tschatzl, mgerdin, jmasa Contributed-by: ray alex <sky1young@gmail.com>
Thu, 28 Jan 2016 15:03:33 +0100 Merge
tschatzl [Thu, 28 Jan 2016 15:03:33 +0100] rev 35876
Merge
Thu, 28 Jan 2016 14:00:20 +0100 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
tschatzl [Thu, 28 Jan 2016 14:00:20 +0100] rev 35875
8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries Summary: Do not make reused PRTs available to other threads before the bitmap of the PRT has been cleared. Reviewed-by: tbenson, mgerdin Contributed-by: Poonam Bajaj <poonam.bajaj@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Thu, 28 Jan 2016 14:58:57 +0300 8147447: serviceability/tmtools/jstack/WaitNotifyThreadTest.java test fails
akulyakh [Thu, 28 Jan 2016 14:58:57 +0300] rev 35874
8147447: serviceability/tmtools/jstack/WaitNotifyThreadTest.java test fails Summary: corrected verification of the jstack object references Reviewed-by: sla
Thu, 28 Jan 2016 10:18:45 +0100 Merge
brutisso [Thu, 28 Jan 2016 10:18:45 +0100] rev 35873
Merge
Thu, 28 Jan 2016 10:04:35 +0100 8145180: Add back PrintGC, PrintGCDetails and -Xloggc
brutisso [Thu, 28 Jan 2016 10:04:35 +0100] rev 35872
8145180: Add back PrintGC, PrintGCDetails and -Xloggc Reviewed-by: sjohanss, david
Wed, 27 Jan 2016 14:50:56 +0100 8147461: Use byte offsets for vtable start and vtable length offsets
mgerdin [Wed, 27 Jan 2016 14:50:56 +0100] rev 35871
8147461: Use byte offsets for vtable start and vtable length offsets Reviewed-by: cjplummer, coleenp, dnsimon
Thu, 28 Jan 2016 07:11:45 +0100 Merge
dholmes [Thu, 28 Jan 2016 07:11:45 +0100] rev 35870
Merge
Wed, 27 Jan 2016 11:51:56 +0100 8146905: cleanup ostream, staticBufferStream
stuefe [Wed, 27 Jan 2016 11:51:56 +0100] rev 35869
8146905: cleanup ostream, staticBufferStream Summary: get rid of staticBufferStream and implement the use-caller-provided-scratch-buffer feature in a simpler way. Reviewed-by: simonis, dholmes
Wed, 27 Jan 2016 22:39:03 -0500 8147500: The HashtableTextDump::get_num() should check for integer overflow
jiangli [Wed, 27 Jan 2016 22:39:03 -0500] rev 35868
8147500: The HashtableTextDump::get_num() should check for integer overflow Summary: Add check for integer overflow in HashtableTextDump::get_num() Reviewed-by: dholmes, iklam
Thu, 28 Jan 2016 02:30:57 +0100 Merge
david [Thu, 28 Jan 2016 02:30:57 +0100] rev 35867
Merge
Wed, 27 Jan 2016 16:12:05 +0100 8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails
david [Wed, 27 Jan 2016 16:12:05 +0100] rev 35866
8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails Reviewed-by: mgerdin, jwilhelm
Wed, 27 Jan 2016 21:04:42 +0000 Merge
sangheki [Wed, 27 Jan 2016 21:04:42 +0000] rev 35865
Merge
Wed, 27 Jan 2016 10:30:27 -0800 8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM
sangheki [Wed, 27 Jan 2016 10:30:27 -0800] rev 35864
8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM Summary: Changed MarkSweepAlwaysCompactCount from uintx to uint Reviewed-by: tschatzl, tbenson
Wed, 27 Jan 2016 20:45:30 +0100 Merge
stefank [Wed, 27 Jan 2016 20:45:30 +0100] rev 35863
Merge
Mon, 18 Jan 2016 10:25:41 +0100 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz [Mon, 18 Jan 2016 10:25:41 +0100] rev 35862
8146395: Add inline qualifier in oop.hpp and fix inlining in gc files Summary: Fix remaining issues after 8146401. Also fix windows VS2010 linkage problem (g1OopClosures.hpp). Reviewed-by: stefank, mgerdin
Wed, 27 Jan 2016 18:31:58 +0000 Merge
coleenp [Wed, 27 Jan 2016 18:31:58 +0000] rev 35861
Merge
Wed, 27 Jan 2016 16:34:47 +0000 Merge
coleenp [Wed, 27 Jan 2016 16:34:47 +0000] rev 35860
Merge
Wed, 27 Jan 2016 11:12:25 -0500 8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test
rprotacio [Wed, 27 Jan 2016 11:12:25 -0500] rev 35859
8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test Summary: Removed part of ExceptionsTest.java looking for exception that is not printed when function is compiled on embedded/ARM Reviewed-by: coleenp, dholmes
Thu, 21 Jan 2016 12:11:20 -0500 8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT
rprotacio [Thu, 21 Jan 2016 12:11:20 -0500] rev 35858
8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT Summary: Improved robustness of UL tests by removing reliance on "java -version" and replacing with explicit code to trigger logging in all environments Reviewed-by: dholmes, iklam, mockner
Wed, 27 Jan 2016 16:13:02 +0000 Merge
hseigel [Wed, 27 Jan 2016 16:13:02 +0000] rev 35857
Merge
Wed, 27 Jan 2016 07:14:56 -0500 8137314: vm crash from test java/security/Policy/SignedJar/SignedJarTest.java
hseigel [Wed, 27 Jan 2016 07:14:56 -0500] rev 35856
8137314: vm crash from test java/security/Policy/SignedJar/SignedJarTest.java Summary: Add additional checks in the verifier for recursive verification Reviewed-by: acorn, gtriantafill
Wed, 27 Jan 2016 14:14:36 +0100 Merge
ddmitriev [Wed, 27 Jan 2016 14:14:36 +0100] rev 35855
Merge
Tue, 19 Jan 2016 19:19:51 +0300 8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests
akulyakh [Tue, 19 Jan 2016 19:19:51 +0300] rev 35854
8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests Summary: Corrected the @build statements Reviewed-by: jbachorik
Wed, 27 Jan 2016 11:41:44 +0100 Merge
mlarsson [Wed, 27 Jan 2016 11:41:44 +0100] rev 35853
Merge
Wed, 27 Jan 2016 09:07:10 +0100 8147348: LogTagLevelExpression not properly initialized in configure_stdout
mlarsson [Wed, 27 Jan 2016 09:07:10 +0100] rev 35852
8147348: LogTagLevelExpression not properly initialized in configure_stdout Reviewed-by: brutisso, sla
Tue, 26 Jan 2016 15:28:31 +0100 8147814: Move verification code out of g1collectedheap
david [Tue, 26 Jan 2016 15:28:31 +0100] rev 35851
8147814: Move verification code out of g1collectedheap Reviewed-by: jwilhelm, tschatzl
Wed, 27 Jan 2016 05:59:31 +0100 Merge
dholmes [Wed, 27 Jan 2016 05:59:31 +0100] rev 35850
Merge
Tue, 26 Jan 2016 21:18:08 -0500 8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
dholmes [Tue, 26 Jan 2016 21:18:08 -0500] rev 35849
8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER Reviewed-by: simonis, dholmes Contributed-by: Matthias Baesken <matthias.baesken@sap.com>
Wed, 27 Jan 2016 03:28:22 +0000 Merge
coleenp [Wed, 27 Jan 2016 03:28:22 +0000] rev 35848
Merge
Wed, 20 Jan 2016 11:58:09 -0800 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
cjplummer [Wed, 20 Jan 2016 11:58:09 -0800] rev 35847
8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems Summary: Removed alignment of these fields. Reviewed-by: coleenp, dholmes, mgerdin
Wed, 10 Feb 2016 07:54:26 +0100 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
thartmann [Wed, 10 Feb 2016 07:54:26 +0100] rev 35846
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException Summary: Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline(). Reviewed-by: roland, shade, vlivanov, kvn, twisti
Mon, 08 Feb 2016 18:52:03 +0100 8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35845
8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch Reviewed-by: twisti, dholmes
Mon, 08 Feb 2016 18:52:03 +0100 8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
rschatz [Mon, 08 Feb 2016 18:52:03 +0100] rev 35844
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame' Reviewed-by: twisti
Fri, 05 Feb 2016 03:55:51 -0800 8149080: AArch64: Recognise disjoint array copy in stub code
hshi [Fri, 05 Feb 2016 03:55:51 -0800] rev 35843
8149080: AArch64: Recognise disjoint array copy in stub code Summary: Detect array copy can use fwd copy by checking (dest-src) above_same (copy_size) Reviewed-by: aph
Sat, 06 Feb 2016 04:09:47 -0800 8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching
hshi [Sat, 06 Feb 2016 04:09:47 -0800] rev 35842
8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching Summary: add byte array equal support for aarch64 Reviewed-by: aph
Mon, 08 Feb 2016 14:14:35 +0000 8149365: aarch64: memory copy does not prefetch on backwards copy
enevill [Mon, 08 Feb 2016 14:14:35 +0000] rev 35841
8149365: aarch64: memory copy does not prefetch on backwards copy Summary: Implement prefetch on backwards copies Reviewed-by: aph
Thu, 04 Feb 2016 16:24:28 +0000 8148783: aarch64: SEGV running SpecJBB2013
enevill [Thu, 04 Feb 2016 16:24:28 +0000] rev 35840
8148783: aarch64: SEGV running SpecJBB2013 Summary: Fix calculation of offset for adrp Reviewed-by: aph
Wed, 03 Feb 2016 11:34:12 +0000 8148948: aarch64: generate_copy_longs calls align() incorrectly
enevill [Wed, 03 Feb 2016 11:34:12 +0000] rev 35839
8148948: aarch64: generate_copy_longs calls align() incorrectly Summary: Fix alignments Reviewed-by: aph
Fri, 29 Jan 2016 17:18:35 +0100 8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
roland [Fri, 29 Jan 2016 17:18:35 +0100] rev 35838
8137049: Code quality: reducing an trivial integer loop does not produce an optimal code Summary: canonicalized if shape not recognized by empty loop detection code Reviewed-by: kvn, shade
Mon, 08 Feb 2016 18:52:03 +0100 8149019: remove redundant modifiers
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35837
8149019: remove redundant modifiers Reviewed-by: twisti
Mon, 08 Feb 2016 12:13:56 -0800 Merge
never [Mon, 08 Feb 2016 12:13:56 -0800] rev 35836
Merge
Fri, 05 Feb 2016 12:27:02 -0800 8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
never [Fri, 05 Feb 2016 12:27:02 -0800] rev 35835
8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime Reviewed-by: twisti, iignatyev
Mon, 08 Feb 2016 18:52:03 +0100 Merge
ppunegov [Mon, 08 Feb 2016 18:52:03 +0100] rev 35834
Merge
Fri, 05 Feb 2016 18:05:33 +0300 8148864: Quarantine CompilerControl tests
ppunegov [Fri, 05 Feb 2016 18:05:33 +0300] rev 35833
8148864: Quarantine CompilerControl tests Summary: exclude tests affected by JDK-8148563 and JDK-8140354 from execution Reviewed-by: kvn
Mon, 08 Feb 2016 16:44:09 +0000 Merge
tpivovarova [Mon, 08 Feb 2016 16:44:09 +0000] rev 35832
Merge
Fri, 05 Feb 2016 21:16:14 +0300 8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
tpivovarova [Fri, 05 Feb 2016 21:16:14 +0300] rev 35831
8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed Reviewed-by: iignatyev
Mon, 08 Feb 2016 14:05:45 +0100 8148696: Race loading hsdis may cause SIGSEGV
neliasso [Mon, 08 Feb 2016 14:05:45 +0100] rev 35830
8148696: Race loading hsdis may cause SIGSEGV Summary: Guard library loading with a lock Reviewed-by: vlivanov
Mon, 08 Feb 2016 08:57:39 +0100 8148758: Compilation fails with "this call site should not be polymorphic"
zmajo [Mon, 08 Feb 2016 08:57:39 +0100] rev 35829
8148758: Compilation fails with "this call site should not be polymorphic" Summary: Change test to run in interpreter-only mode. Reviewed-by: kvn
Fri, 05 Feb 2016 18:24:41 +0000 Merge
twisti [Fri, 05 Feb 2016 18:24:41 +0000] rev 35828
Merge
Fri, 05 Feb 2016 11:33:27 +0100 8149105: typo in jvmciCodeInstaller.cpp
rschatz [Fri, 05 Feb 2016 11:33:27 +0100] rev 35827
8149105: typo in jvmciCodeInstaller.cpp Reviewed-by: twisti
Fri, 05 Feb 2016 15:38:21 +0100 Merge
thartmann [Fri, 05 Feb 2016 15:38:21 +0100] rev 35826
Merge
Fri, 22 Jan 2016 15:25:40 +0100 8063112: Compiler diagnostic commands should have locking instead of safepoint
neliasso [Fri, 22 Jan 2016 15:25:40 +0100] rev 35825
8063112: Compiler diagnostic commands should have locking instead of safepoint Summary: Remove unnecessary vm-ops and add locking instead, improve output Reviewed-by: kvn
Wed, 03 Feb 2016 12:16:44 +0100 8148981: remove ResolvedJavaType.getClassFilePath()
dnsimon [Wed, 03 Feb 2016 12:16:44 +0100] rev 35824
8148981: remove ResolvedJavaType.getClassFilePath() Reviewed-by: twisti
Wed, 03 Feb 2016 12:16:44 +0100 8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
rschatz [Wed, 03 Feb 2016 12:16:44 +0100] rev 35823
8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285 Reviewed-by: twisti
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip