Wed, 07 Jun 2017 08:56:35 -0700 8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
cjplummer [Wed, 07 Jun 2017 08:56:35 -0700] rev 46527
8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events Summary: fix CodeCache:blobs_do() so it iterates over all code cache heaps Reviewed-by: sspitsyn, thartmann
Wed, 07 Jun 2017 12:23:04 +0200 8181644: C1 crashes with -XX:+PrintCFGToFile
thartmann [Wed, 07 Jun 2017 12:23:04 +0200] rev 46526
8181644: C1 crashes with -XX:+PrintCFGToFile Summary: CFGPrinterOutput should not be shared between C1 compiler threads. Reviewed-by: kvn
Mon, 29 May 2017 18:17:49 +0200 8176506: C2: loop unswitching and unsafe accesses cause crash
roland [Mon, 29 May 2017 18:17:49 +0200] rev 46525
8176506: C2: loop unswitching and unsafe accesses cause crash Reviewed-by: vlivanov, mcberg, kvn, simonis
Tue, 06 Jun 2017 17:07:42 +0200 8171504: [aix] On AIX, -XXaltjvm=<path> option is ignored
stuefe [Tue, 06 Jun 2017 17:07:42 +0200] rev 46524
8171504: [aix] On AIX, -XXaltjvm=<path> option is ignored Reviewed-by: clanger, mdoerr
Mon, 05 Jun 2017 19:07:47 -0400 8166651: OrderAccess::load_acquire &etc should have const parameters
kbarrett [Mon, 05 Jun 2017 19:07:47 -0400] rev 46523
8166651: OrderAccess::load_acquire &etc should have const parameters Summary: Added const qualifiers to load/load_acquire source parameters. Reviewed-by: dholmes, coleenp, adinn, eosterlund
Mon, 05 Jun 2017 13:13:38 -0400 8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging.
rprotacio [Mon, 05 Jun 2017 13:13:38 -0400] rev 46522
8176132: -XX:+PrintSharedSpaces should be converted to use Unified Logging. Summary: Converted -XX:+PrintSharedSpaces to -Xlog:cds=info Reviewed-by: iklam, jiangli, mseledtsov
Fri, 02 Jun 2017 16:32:39 +0200 8179527: Implement intrinsic code for reverseBytes with load/store
mdoerr [Fri, 02 Jun 2017 16:32:39 +0200] rev 46521
8179527: Implement intrinsic code for reverseBytes with load/store Reviewed-by: simonis, mdoerr Contributed-by: Michihiro Horie <horie@jp.ibm.com>
Fri, 02 Jun 2017 13:48:01 +0200 8177044: Remove _scan_top from HeapRegion
tschatzl [Fri, 02 Jun 2017 13:48:01 +0200] rev 46520
8177044: Remove _scan_top from HeapRegion Summary: Remove the _scan_top member from HeapRegion using a per-gc pre-calculated table of scan limits that also subsumes other checks. Reviewed-by: sangheki, kbarrett, ehelin
Fri, 02 Jun 2017 13:47:54 +0200 8177707: Specialize G1RemSet::refine_card for concurrent/during safepoint refinement
tschatzl [Fri, 02 Jun 2017 13:47:54 +0200] rev 46519
8177707: Specialize G1RemSet::refine_card for concurrent/during safepoint refinement Reviewed-by: ehelin, kbarrett
Fri, 02 Jun 2017 13:45:21 +0200 8162928: Micro-optimizations in scanning the remembered sets
tschatzl [Fri, 02 Jun 2017 13:45:21 +0200] rev 46518
8162928: Micro-optimizations in scanning the remembered sets Reviewed-by: ehelin, kbarrett
Fri, 02 Jun 2017 13:45:15 +0200 8071280: Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset
tschatzl [Fri, 02 Jun 2017 13:45:15 +0200] rev 46517
8071280: Specialize HeapRegion::oops_on_card_seq_iterate_careful() for use during concurrent refinement and updating the rset Reviewed-by: kbarrett, sangheki, ehelin
Fri, 02 Jun 2017 05:24:28 -0400 8181451: JDK-8174231 broke some clang builds
dholmes [Fri, 02 Jun 2017 05:24:28 -0400] rev 46516
8181451: JDK-8174231 broke some clang builds Reviewed-by: stuefe, kbarrett, iveresov
Thu, 01 Jun 2017 17:34:01 -0700 8181124: Get rid of compiler.testlibrary.rtm.predicate
epavlova [Thu, 01 Jun 2017 17:34:01 -0700] rev 46515
8181124: Get rid of compiler.testlibrary.rtm.predicate Reviewed-by: kvn
Thu, 01 Jun 2017 17:33:07 -0700 8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found
epavlova [Thu, 01 Jun 2017 17:33:07 -0700] rev 46514
8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found Reviewed-by: kvn
Thu, 01 Jun 2017 09:34:53 -0700 8181377: Capture underlying type for unsafe/unaligned pointers in ClassFileParser
mikael [Thu, 01 Jun 2017 09:34:53 -0700] rev 46513
8181377: Capture underlying type for unsafe/unaligned pointers in ClassFileParser Reviewed-by: dholmes, kbarrett
Wed, 31 May 2017 13:17:00 +0200 8181319: Make os::Linux::sched_getcpu() available even when UseNUMA is false
pliden [Wed, 31 May 2017 13:17:00 +0200] rev 46512
8181319: Make os::Linux::sched_getcpu() available even when UseNUMA is false Reviewed-by: dholmes, rehn
Thu, 01 Jun 2017 02:21:18 +0000 Merge
dholmes [Thu, 01 Jun 2017 02:21:18 +0000] rev 46511
Merge
Wed, 31 May 2017 09:19:28 -0400 8181055: PPC64: "mbind: Invalid argument" still seen after 8175813
zgu [Wed, 31 May 2017 09:19:28 -0400] rev 46510
8181055: PPC64: "mbind: Invalid argument" still seen after 8175813 Summary: Use numa_interleave_memory v2 api when available Reviewed-by: dholmes, shade, gromero
Wed, 31 May 2017 18:20:20 -0700 8181369: Update Graal
iveresov [Wed, 31 May 2017 18:20:20 -0700] rev 46509
8181369: Update Graal Reviewed-by: kvn
Tue, 30 May 2017 15:41:23 -0700 8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info
mikael [Tue, 30 May 2017 15:41:23 -0700] rev 46508
8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info Reviewed-by: dholmes, stuefe
Tue, 30 May 2017 17:14:52 -0400 8174231: Factor out and share PlatformEvent and Parker code for POSIX systems
dholmes [Tue, 30 May 2017 17:14:52 -0400] rev 46507
8174231: Factor out and share PlatformEvent and Parker code for POSIX systems Reviewed-by: stuefe, rehn, dcubed
Mon, 29 May 2017 20:48:10 +0200 Merge
jwilhelm [Mon, 29 May 2017 20:48:10 +0200] rev 46506
Merge
Sat, 27 May 2017 09:21:01 -0400 8174749: Use hash table/oops for MemberName table
coleenp [Sat, 27 May 2017 09:21:01 -0400] rev 46505
8174749: Use hash table/oops for MemberName table Summary: Add a Java type called ResolvedMethodName which is immutable and can be stored in a hashtable, that is weakly collected by gc Reviewed-by: sspitsyn, stefank, jrose
Fri, 26 May 2017 13:47:33 -0700 8180032: Unaligned pointer dereference in ClassFileParser
mikael [Fri, 26 May 2017 13:47:33 -0700] rev 46504
8180032: Unaligned pointer dereference in ClassFileParser Reviewed-by: dholmes, hseigel
Fri, 26 May 2017 09:48:46 -0400 8179861: Missing copyrights in some hotspot files
gtriantafill [Fri, 26 May 2017 09:48:46 -0400] rev 46503
8179861: Missing copyrights in some hotspot files Reviewed-by: coleenp, dholmes, sspitsyn
Fri, 26 May 2017 13:46:49 +0200 8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp
tschatzl [Fri, 26 May 2017 13:46:49 +0200] rev 46502
8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp Reviewed-by: ehelin, coleenp, dholmes
Thu, 25 May 2017 20:55:20 -0400 8180945: vmError.cpp : adjust dup and fclose
mbaesken [Thu, 25 May 2017 20:55:20 -0400] rev 46501
8180945: vmError.cpp : adjust dup and fclose Reviewed-by: dholmes
Thu, 25 May 2017 23:20:29 +0000 Merge
redestad [Thu, 25 May 2017 23:20:29 +0000] rev 46500
Merge
Fri, 26 May 2017 01:04:05 +0200 8180614: Skip range and constraint checks on non-existent flags
redestad [Fri, 26 May 2017 01:04:05 +0200] rev 46499
8180614: Skip range and constraint checks on non-existent flags Reviewed-by: iklam, gziemski
Thu, 25 May 2017 22:33:25 +0000 Merge
iveresov [Thu, 25 May 2017 22:33:25 +0000] rev 46498
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip