Fri, 18 Dec 2015 20:23:27 +0300 8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic
vlivanov [Fri, 18 Dec 2015 20:23:27 +0300] rev 35543
8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic Reviewed-by: roland
Fri, 18 Dec 2015 20:23:26 +0300 8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize
vlivanov [Fri, 18 Dec 2015 20:23:26 +0300] rev 35542
8071374: -XX:+PrintAssembly -XX:+PrintSignatureHandlers crash fastdebug VM with assert(limit == __null || limit <= nm->code_end()) in RelocIterator::initialize Reviewed-by: kvn, iklam, shade
Fri, 08 Jan 2016 10:14:02 +0100 8146613: PPC64: C2 does no longer respect int to long conversion for stub calls
mdoerr [Fri, 08 Jan 2016 10:14:02 +0100] rev 35541
8146613: PPC64: C2 does no longer respect int to long conversion for stub calls Reviewed-by: kvn, goetz
Fri, 08 Jan 2016 21:06:50 -0800 8143353: update for x86 sin and cos in the math lib
vdeshpande [Fri, 08 Jan 2016 21:06:50 -0800] rev 35540
8143353: update for x86 sin and cos in the math lib Summary: Optimize Math.sin() and cos() for 64 and 32 bit X86 architecture using Intel LIBM implementation. Reviewed-by: kvn
Fri, 08 Jan 2016 11:41:04 +0100 8146612: C2: Precedence edges specification violated
mdoerr [Fri, 08 Jan 2016 11:41:04 +0100] rev 35539
8146612: C2: Precedence edges specification violated Reviewed-by: kvn
Fri, 08 Jan 2016 11:39:47 +0000 8146678: aarch64: assertion failure: call instruction in an infinite loop
enevill [Fri, 08 Jan 2016 11:39:47 +0000] rev 35538
8146678: aarch64: assertion failure: call instruction in an infinite loop Summary: Remove assertion Reviewed-by: aph
Thu, 07 Jan 2016 14:29:05 -0800 8146581: Minor corrections to the patch submitted for earlier bug id - 8143925
kvn [Thu, 07 Jan 2016 14:29:05 -0800] rev 35537
8146581: Minor corrections to the patch submitted for earlier bug id - 8143925 Reviewed-by: kvn Contributed-by: kishor.kharbas@intel.com
Tue, 26 Jan 2016 17:13:18 +0100 Merge
jwilhelm [Tue, 26 Jan 2016 17:13:18 +0100] rev 35536
Merge
Thu, 21 Jan 2016 14:17:49 +0300 8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined
akulyakh [Thu, 21 Jan 2016 14:17:49 +0300] rev 35535
8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined Summary: Quarantined some tests with false failures Reviewed-by: sla
Wed, 20 Jan 2016 14:11:25 -0800 Merge
dcubed [Wed, 20 Jan 2016 14:11:25 -0800] rev 35534
Merge
Wed, 20 Jan 2016 09:18:36 +0100 8147509: [aix] Newlines missing in register info printout
stuefe [Wed, 20 Jan 2016 09:18:36 +0100] rev 35533
8147509: [aix] Newlines missing in register info printout Reviewed-by: simonis
Tue, 19 Jan 2016 09:39:28 +0100 8147611: G1 - Missing memory barrier in start_cset_region_for_worker
asiebenborn [Tue, 19 Jan 2016 09:39:28 +0100] rev 35532
8147611: G1 - Missing memory barrier in start_cset_region_for_worker Reviewed-by: mgerdin, tschatzl
Tue, 19 Jan 2016 05:28:34 -0800 8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS
fparain [Tue, 19 Jan 2016 05:28:34 -0800] rev 35531
8146751: jdk/test/tools/launcher/TooSmallStackSize.java failed on Mac OS Reviewed-by: dholmes, gtriantafill
Tue, 19 Jan 2016 11:48:35 +0100 Merge
ehelin [Tue, 19 Jan 2016 11:48:35 +0100] rev 35530
Merge
Tue, 19 Jan 2016 11:00:29 +0100 8147012: Fix includes in internalVMTests.cpp
ehelin [Tue, 19 Jan 2016 11:00:29 +0100] rev 35529
8147012: Fix includes in internalVMTests.cpp Reviewed-by: stefank, mgerdin
Tue, 19 Jan 2016 10:02:22 +0100 8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy
aeriksso [Tue, 19 Jan 2016 10:02:22 +0100] rev 35528
8129419: heapDumper.cpp: assert(length_in_bytes > 0) failed: nothing to copy Reviewed-by: dsamersoff
Mon, 18 Jan 2016 19:10:32 +0100 Merge
ehelin [Mon, 18 Jan 2016 19:10:32 +0100] rev 35527
Merge
Mon, 18 Jan 2016 17:12:34 +0100 8146985: Change output directory for hotspot's jtreg tests
ehelin [Mon, 18 Jan 2016 17:12:34 +0100] rev 35526
8146985: Change output directory for hotspot's jtreg tests Reviewed-by: erikj, mikael
Mon, 18 Jan 2016 17:53:34 +0100 Merge
iignatyev [Mon, 18 Jan 2016 17:53:34 +0100] rev 35525
Merge
Wed, 13 Jan 2016 20:26:54 +0300 8132717: Add tests checking that instances of j.l.Classes of a large size are allocated as Humongous
kzhaldyb [Wed, 13 Jan 2016 20:26:54 +0300] rev 35524
8132717: Add tests checking that instances of j.l.Classes of a large size are allocated as Humongous Reviewed-by: jmasa, dfazunen
Wed, 13 Jan 2016 20:19:15 +0300 8132720: Add tests which checks that Humongous objects are not moved after Full GC
kzhaldyb [Wed, 13 Jan 2016 20:19:15 +0300] rev 35523
8132720: Add tests which checks that Humongous objects are not moved after Full GC Reviewed-by: jmasa, dfazunen
Mon, 18 Jan 2016 15:11:47 +0100 Merge
ehelin [Mon, 18 Jan 2016 15:11:47 +0100] rev 35522
Merge
Thu, 14 Jan 2016 14:50:40 +0100 8146990: Convert CollectorPolicy to use log_warning instead of warning
ehelin [Thu, 14 Jan 2016 14:50:40 +0100] rev 35521
8146990: Convert CollectorPolicy to use log_warning instead of warning Reviewed-by: sjohanss, brutisso
Mon, 18 Jan 2016 09:14:58 +0100 8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments
brutisso [Mon, 18 Jan 2016 09:14:58 +0100] rev 35520
8147464: Use LogConfiguration::configure_stdout() instead of parse_log_arguments Reviewed-by: mlarsson, sjohanss
Thu, 14 Jan 2016 15:09:11 +0100 8146994: Move internal vm tests to a separate file
ehelin [Thu, 14 Jan 2016 15:09:11 +0100] rev 35519
8146994: Move internal vm tests to a separate file Reviewed-by: coleenp, stefank, kbarrett, mikael
Sat, 16 Jan 2016 13:04:23 -0500 8147482: Zero build fails after 8144953
sgehwolf [Sat, 16 Jan 2016 13:04:23 -0500] rev 35518
8147482: Zero build fails after 8144953 Reviewed-by: coleenp, simonis
Sat, 16 Jan 2016 12:04:47 +0100 Merge
dsamersoff [Sat, 16 Jan 2016 12:04:47 +0100] rev 35517
Merge
Sat, 16 Jan 2016 13:56:49 +0300 8145698: Memory leak in add_lib_info_fd of libproc_impl.c:174
dsamersoff [Sat, 16 Jan 2016 13:56:49 +0300] rev 35516
8145698: Memory leak in add_lib_info_fd of libproc_impl.c:174 Summary: Added missed free call Reviewed-by: jbachorik, sspitsyn
Wed, 13 Jan 2016 17:55:57 +0100 8145184: [aix] Implement os::platform_print_native_stack on AIX
stuefe [Wed, 13 Jan 2016 17:55:57 +0100] rev 35515
8145184: [aix] Implement os::platform_print_native_stack on AIX Reviewed-by: goetz
Sat, 16 Jan 2016 00:28:28 +0000 Merge
jprovino [Sat, 16 Jan 2016 00:28:28 +0000] rev 35514
Merge
Fri, 15 Jan 2016 15:37:00 -0500 Merge
jprovino [Fri, 15 Jan 2016 15:37:00 -0500] rev 35513
Merge
Fri, 15 Jan 2016 23:38:25 +0000 Merge
poonam [Fri, 15 Jan 2016 23:38:25 +0000] rev 35512
Merge
Fri, 15 Jan 2016 18:34:35 +0000 Merge
poonam [Fri, 15 Jan 2016 18:34:35 +0000] rev 35511
Merge
Fri, 15 Jan 2016 17:40:03 +0000 Merge
poonam [Fri, 15 Jan 2016 17:40:03 +0000] rev 35510
Merge
Fri, 15 Jan 2016 06:27:35 -0800 8072725: Provide more granular levels for GC verification
poonam [Fri, 15 Jan 2016 06:27:35 -0800] rev 35509
8072725: Provide more granular levels for GC verification Summary: Add option VerifySubSet to selectively verify the memory sub-systems Reviewed-by: kevinw, jmasa, tschatzl, dfazunen
Fri, 15 Jan 2016 18:49:08 +0000 Merge
poonam [Fri, 15 Jan 2016 18:49:08 +0000] rev 35508
Merge
Fri, 15 Jan 2016 10:34:52 -0800 8145442: Add the facility to verify remembered sets for G1
poonam [Fri, 15 Jan 2016 10:34:52 -0800] rev 35507
8145442: Add the facility to verify remembered sets for G1 Summary: Implement remembered sets verification for G1 with option VerifyRememberedSets Reviewed-by: jmasa, mgerdin
Fri, 15 Jan 2016 17:36:47 +0100 Merge
ehelin [Fri, 15 Jan 2016 17:36:47 +0100] rev 35506
Merge
Thu, 14 Jan 2016 14:32:16 +0100 8146871: Make the clean target silent in hotspot/test/Makefile
ehelin [Thu, 14 Jan 2016 14:32:16 +0100] rev 35505
8146871: Make the clean target silent in hotspot/test/Makefile Reviewed-by: erikj, mikael
Fri, 15 Jan 2016 16:03:46 +0400 8147075: Rename old GC JTreg tests to the new naming scheme
dfazunen [Fri, 15 Jan 2016 16:03:46 +0400] rev 35504
8147075: Rename old GC JTreg tests to the new naming scheme Summary: test/gc/7072527, test/gc/6845368, test/gc/6581734 renamed Reviewed-by: jwilhelm, pliden
Thu, 14 Jan 2016 16:03:03 +0100 8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson [Thu, 14 Jan 2016 16:03:03 +0100] rev 35503
8147079: Add serviceability/logging folder to hotspot_serviceability test group Reviewed-by: jbachorik, sspitsyn
Fri, 15 Jan 2016 04:59:46 +0100 Merge
dholmes [Fri, 15 Jan 2016 04:59:46 +0100] rev 35502
Merge
Thu, 14 Jan 2016 22:52:54 -0500 8143558: evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase
sebastian [Thu, 14 Jan 2016 22:52:54 -0500] rev 35501
8143558: evaluate if thr_sigsetmask can be removed from hotspot (solaris) codebase Reviewed-by: dholmes
Fri, 15 Jan 2016 01:03:42 +0000 Merge
coleenp [Fri, 15 Jan 2016 01:03:42 +0000] rev 35500
Merge
Thu, 14 Jan 2016 16:26:38 -0500 Merge
coleenp [Thu, 14 Jan 2016 16:26:38 -0500] rev 35499
Merge
Mon, 04 Jan 2016 15:41:05 +0100 8146401: Clean up oop.hpp: add inline directives and fix header files
goetz [Mon, 04 Jan 2016 15:41:05 +0100] rev 35498
8146401: Clean up oop.hpp: add inline directives and fix header files Reviewed-by: coleenp
Thu, 14 Jan 2016 15:45:31 -0500 8145940: TempNewSymbol should have correct copy and assignment functions
coleenp [Thu, 14 Jan 2016 15:45:31 -0500] rev 35497
8145940: TempNewSymbol should have correct copy and assignment functions Summary: Add clear() to the assignment operator and add copy constructor. Reviewed-by: mgronlun, lfoltan, kbarrett, jrose
Thu, 14 Jan 2016 17:40:57 +0000 Merge
jwilhelm [Thu, 14 Jan 2016 17:40:57 +0000] rev 35496
Merge
Thu, 14 Jan 2016 17:36:29 +0100 Merge
jwilhelm [Thu, 14 Jan 2016 17:36:29 +0100] rev 35495
Merge
Thu, 14 Jan 2016 16:20:57 +0000 Merge
ddmitriev [Thu, 14 Jan 2016 16:20:57 +0000] rev 35494
Merge
Thu, 14 Jan 2016 15:35:21 +0300 8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh [Thu, 14 Jan 2016 15:35:21 +0300] rev 35493
8130063: Refactoring tmtools jstat and jstack tests to jtreg Summary: Some of the jstat and jstack tests refactored to be run with the jtreg Reviewed-by: jbachorik
Thu, 14 Jan 2016 13:26:19 +0100 8146690: Make all classes in GC follow the naming convention.
david [Thu, 14 Jan 2016 13:26:19 +0100] rev 35492
8146690: Make all classes in GC follow the naming convention. Reviewed-by: dholmes, stefank
Thu, 14 Jan 2016 09:18:11 +0100 8147000: VM crashes during initialization trying to print log message
brutisso [Thu, 14 Jan 2016 09:18:11 +0100] rev 35491
8147000: VM crashes during initialization trying to print log message Reviewed-by: kbarrett, dholmes
Thu, 14 Jan 2016 01:25:30 -0500 8077648: ARM: BREAKPOINT is wrong for thumb
dholmes [Thu, 14 Jan 2016 01:25:30 -0500] rev 35490
8077648: ARM: BREAKPOINT is wrong for thumb Reviewed-by: dlong
Wed, 13 Jan 2016 14:56:17 -0500 8146800: Reorganize logging alias code.
mockner [Wed, 13 Jan 2016 14:56:17 -0500] rev 35489
8146800: Reorganize logging alias code. Summary: Logging alias code has been reorganized to use internal Unified Logging methods. Reviewed-by: dholmes, hseigel, mlarsson, rprotacio
Tue, 12 Jan 2016 21:17:13 +0400 8146889: Update @requires expression for GC tests to run if GC is default
dfazunen [Tue, 12 Jan 2016 21:17:13 +0400] rev 35488
8146889: Update @requires expression for GC tests to run if GC is default Reviewed-by: tschatzl, jwilhelm
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip