stuefe [Tue, 06 Jun 2017 17:07:42 +0200] rev 46524
8171504: [aix] On AIX, -XXaltjvm=<path> option is ignored
Reviewed-by: clanger, mdoerr
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
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
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>
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
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
tschatzl [Fri, 02 Jun 2017 13:45:21 +0200] rev 46518
8162928: Micro-optimizations in scanning the remembered sets
Reviewed-by: ehelin, kbarrett
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
dholmes [Fri, 02 Jun 2017 05:24:28 -0400] rev 46516
8181451: JDK-8174231 broke some clang builds
Reviewed-by: stuefe, kbarrett, iveresov
epavlova [Thu, 01 Jun 2017 17:34:01 -0700] rev 46515
8181124: Get rid of compiler.testlibrary.rtm.predicate
Reviewed-by: kvn
epavlova [Thu, 01 Jun 2017 17:33:07 -0700] rev 46514
8145728: compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java Expected message not found
Reviewed-by: kvn
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
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
dholmes [Thu, 01 Jun 2017 02:21:18 +0000] rev 46511
Merge
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
iveresov [Wed, 31 May 2017 18:20:20 -0700] rev 46509
8181369: Update Graal
Reviewed-by: kvn
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
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
jwilhelm [Mon, 29 May 2017 20:48:10 +0200] rev 46506
Merge
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
mikael [Fri, 26 May 2017 13:47:33 -0700] rev 46504
8180032: Unaligned pointer dereference in ClassFileParser
Reviewed-by: dholmes, hseigel
gtriantafill [Fri, 26 May 2017 09:48:46 -0400] rev 46503
8179861: Missing copyrights in some hotspot files
Reviewed-by: coleenp, dholmes, sspitsyn
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
mbaesken [Thu, 25 May 2017 20:55:20 -0400] rev 46501
8180945: vmError.cpp : adjust dup and fclose
Reviewed-by: dholmes
redestad [Thu, 25 May 2017 23:20:29 +0000] rev 46500
Merge
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
iveresov [Thu, 25 May 2017 22:33:25 +0000] rev 46498
Merge
iveresov [Thu, 25 May 2017 15:27:40 -0700] rev 46497
8181115: Update suite.py after JDK-8180267
Reviewed-by: kvn
rehn [Thu, 25 May 2017 09:43:43 +0200] rev 46496
8152955: Many safepoints of "no vm operation" kind
Reviewed-by: dholmes, rkennke, shade
rehn [Thu, 25 May 2017 09:38:33 +0200] rev 46495
8152953: ForceSafepoint operations should be more specific
Reviewed-by: dholmes, sspitsyn, rkennke, coleenp
lucy [Wed, 24 May 2017 17:30:45 -0700] rev 46494
8180612: [ppc] assert failure in cpu/ppc/vm/assembler_ppc.hpp due to immediate value out of range
Summary: change RTM flags type to 'int' and set value range
Reviewed-by: simonis, kvn
jwilhelm [Wed, 24 May 2017 22:27:40 +0200] rev 46493
Merge
redestad [Wed, 24 May 2017 12:42:44 +0200] rev 46492
8180763: Improve inlining of Symbol::equals(char*,int) into CompactHashtable
Reviewed-by: iklam, jiangli
mseledtsov [Tue, 23 May 2017 20:14:52 -0700] rev 46491
8180631: [TESTBUG] CDS tests should use CDSTestUtils.executeAndLog whenever spawning sub processes
Summary: Updated all relevant call sites to use executeAndLog()
Reviewed-by: iklam, ccheung
coleenp [Tue, 23 May 2017 18:42:08 +0000] rev 46490
Merge
zgu [Tue, 23 May 2017 11:58:32 -0400] rev 46489
8139673: NMT stack traces in output should show mtcomponent
Summary: Show memory types of malloc site in detail report
Reviewed-by: dholmes, shade, coleenp
Contributed-by: max.ockner@oracle.com, zgu@redhat.com
jwilhelm [Tue, 23 May 2017 17:51:35 +0200] rev 46488
Merge
goetz [Tue, 09 May 2017 16:48:31 +0200] rev 46487
8179953: [ppc] TLABWasteIncrement not loaded correctly
Summary: Also fix TestOptionWithRanges to show the bug.
Reviewed-by: dholmes, shade
goetz [Fri, 28 Apr 2017 14:34:24 +0200] rev 46486
8179618: Fixes for range of OptoLoopAlignment and Inlining flags
Summary: OptoLoopAlignment must be multiple of NOP size. Inlining flags must not exceed WarmCallInfo::MAX_VALUE().
Reviewed-by: kvn, stuefe
kvn [Mon, 22 May 2017 09:07:16 -0700] rev 46485
8180654: Apply UL to PrintCodeCacheOnCompilation
Reviewed-by: kvn
Contributed-by: chihiro.ito@oracle.com
rkennke [Fri, 19 May 2017 12:14:38 +0200] rev 46484
8180599: Possibly miss to iterate monitors on thread exit
Summary: Move thread-local monitors to global lists before thread is removed from global threads list, to ensure all monitors get scanned
Reviewed-by: dholmes, rehn
thartmann [Fri, 19 May 2017 06:50:58 +0000] rev 46483
Merge
thartmann [Fri, 19 May 2017 08:36:49 +0200] rev 46482
8180587: Assert in layout_helper_log2_element_size(jint) compares bits instead of bytes
Summary: Fixed assert to compare log2 element size in bytes.
Reviewed-by: zmajo, kvn
ysuenaga [Thu, 18 May 2017 16:31:16 -0700] rev 46481
8180487: HotSpotResolvedJavaMethod.setNotInlineable() should be renamed to represent actual behavior
Summary: rename setNotInlineable() to setNotInlineableOrCompileable()
Reviewed-by: dnsimon, kvn
epavlova [Thu, 18 May 2017 14:33:09 -0700] rev 46480
8180324: [JVMCI][TESTBUG] failed JVMCI junit test NativeCallTest.java
Reviewed-by: iignatyev, mseledtsov, kvn
ysuenaga [Thu, 18 May 2017 11:27:06 -0700] rev 46479
8180601: hsdis generates duplicate output for JVMCI installed code
Summary: remove duplicated hsdis output
Reviewed-by: dnsimon, kvn
zmajo [Thu, 18 May 2017 17:20:59 +0200] rev 46478
8180473: Use proper deallocation for FileBuff::_bigbuf
Summary: Use the array-specific delete operator instead of the scalar delete operator.
Reviewed-by: kvn
dbuck [Thu, 18 May 2017 13:17:28 +0000] rev 46477
Merge
vkempik [Thu, 18 May 2017 08:14:33 -0400] rev 46476
8177522: -XX:OnOutOfMemoryError does not work if supplied twice on windows
Summary: use cmd /c on windows to execute onError commands
Reviewed-by: dholmes, hseigel
coleenp [Thu, 18 May 2017 08:17:52 -0400] rev 46475
8166848: Performance bug: SystemDictionary - optimization
Summary: Check instead that a bucket isn't 10x the average
Reviewed-by: iklam, gziemski, sspitsyn
rkennke [Wed, 17 May 2017 23:36:19 +0200] rev 46474
8180175: ObjectSynchronizer only needs to iterate in-use monitors
Summary: When using -XX:+MonitorInUseLists, then only iterate in-use monitors.
Reviewed-by: zgu, dholmes, rehn
shade [Wed, 17 May 2017 23:18:19 +0200] rev 46473
8180482: Reformat -XX:+PrintSafepointStatistics table
Reviewed-by: dholmes
redestad [Wed, 17 May 2017 12:46:12 +0000] rev 46472
Merge
redestad [Wed, 17 May 2017 12:20:17 +0000] rev 46471
Merge
redestad [Wed, 17 May 2017 12:13:29 +0200] rev 46470
8180479: [TESTBUG] Some hotspot tests broken after internal Unsafe name changes
Reviewed-by: thartmann
redestad [Wed, 17 May 2017 11:41:08 +0200] rev 46469
8180423: Remove flag UseRelocIndex
Reviewed-by: kvn, thartmann
hseigel [Wed, 17 May 2017 07:55:26 -0400] rev 46468
8152295: Redundant CLCs for classes resolved in both loaders
Summary: Don't record loader constraints if both class loader classes are the same
Reviewed-by: coleenp, vlivanov, gtriantafill, lfoltan
aph [Wed, 17 May 2017 12:29:42 +0100] rev 46467
Merge
aph [Tue, 16 May 2017 18:33:22 +0100] rev 46466
Merge
aph [Thu, 11 May 2017 13:11:42 +0100] rev 46465
8179954: AArch64: C1 and C2 volatile accesses are not sequentially consistent
Reviewed-by: roland