Mon, 08 Feb 2016 18:01:48 +0300 8149364: Quarantine TestSelectDefaultGC.java test
kzhaldyb [Mon, 08 Feb 2016 18:01:48 +0300] rev 35946
8149364: Quarantine TestSelectDefaultGC.java test Reviewed-by: dfazunen, jwilhelm
Mon, 08 Feb 2016 14:50:54 +0300 8147847: [TESTBUG] serviceability/tmtools/jstat test ported to JTREG are failing with -XX:+ExplicitGCInvokesConcurrent
akulyakh [Mon, 08 Feb 2016 14:50:54 +0300] rev 35945
8147847: [TESTBUG] serviceability/tmtools/jstat test ported to JTREG are failing with -XX:+ExplicitGCInvokesConcurrent Summary: Fixed the test scenarios to eliminate false failures Reviewed-by: jbachorik
Fri, 05 Feb 2016 18:37:18 +0100 Merge
ehelin [Fri, 05 Feb 2016 18:37:18 +0100] rev 35944
Merge
Fri, 05 Feb 2016 16:03:56 +0100 8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
ehelin [Fri, 05 Feb 2016 16:03:56 +0100] rev 35943
8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp} Reviewed-by: tschatzl, mgerdin
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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip