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
coleenp [Tue, 16 May 2017 19:36:55 -0400] rev 46464
8180325: Use ClassLoaderData::classes_do for CDS classes
Summary: Use closures and ClassLoaderData::classes_do instead of SystemDictionary::classes_do
Reviewed-by: iklam, jiangli
hseigel [Tue, 16 May 2017 09:33:49 -0400] rev 46463
8178604: JVM does not allow defining boot loader modules in exploded build after module system initialization
Summary: Allow defining of boot loader modules after initialization but add locks to synchronize access to exploded build list
Reviewed-by: dholmes, lfoltan
gtriantafill [Mon, 15 May 2017 09:40:23 -0400] rev 46462
8179903: Clean up SPARC 32-bit support
Reviewed-by: gthornbr, fparain
mgerdin [Thu, 11 May 2017 16:33:18 +0200] rev 46461
8180181: Get rid of FAST_DISPATCH from interpreter
Reviewed-by: coleenp, tschatzl
iklam [Thu, 11 May 2017 16:17:31 -0700] rev 46460
8179769: serviceability/sa/TestCpoolForInvokeDynamic.java failing after changes for JDK-8171392
Summary: Updated SA Java code to match HotSpot C code.
Reviewed-by: sspitsyn, coleenp
kvn [Fri, 12 May 2017 13:56:13 -0700] rev 46459
8180267: Update Graal
Reviewed-by: iveresov
kvn [Fri, 12 May 2017 13:14:25 -0700] rev 46458
Merge
tschatzl [Fri, 12 May 2017 11:41:05 +0200] rev 46457
8177764: Humongous Reclaimed log output may be confusing
Summary: Make all log messages dealing with humongous reclaim report number of handled objects, not regions.
Reviewed-by: pliden, sjohanss
tschatzl [Fri, 12 May 2017 11:38:20 +0200] rev 46456
8166191: Missing spaces in log message during heap expansion
Reviewed-by: tschatzl
Contributed-by: chihiro.ito@oracle.com
kbarrett [Thu, 11 May 2017 23:41:57 -0400] rev 46455
8178813: Add test for G1 pre-barrier on dereference of weak JNI handles
Summary: Add regression test.
Reviewed-by: mgerdin, tschatzl, pliden
mikael [Thu, 11 May 2017 17:55:03 -0700] rev 46454
8180003: Remove sys/ prefix from poll.h and signal.h includes
Reviewed-by: dholmes, bpb
iignatyev [Thu, 11 May 2017 16:35:02 -0700] rev 46453
8179930: jdk.test.lib.artifacts.ArtifactResolver::resolve should return Map instead of HashMap
Reviewed-by: mseledtsov, gtriantafill, vlivanov
mikael [Thu, 11 May 2017 09:42:19 -0700] rev 46452
8180036: Guard include of fpu_control.h
Reviewed-by: dholmes
mikael [Thu, 11 May 2017 08:40:32 -0700] rev 46451
8180039: Use more portable print format/arguments for rlim_t
Reviewed-by: dholmes, mgerdin, stuefe
coleenp [Wed, 10 May 2017 14:03:33 +0000] rev 46450
Merge
rkennke [Thu, 13 Oct 2016 11:27:20 +0200] rev 46449
8167659: Access of mark word should use oopDesc::mark_offset_in_bytes() instead of '0'
Summary: Use oopDesc::mark_offset_in_bytes() when addressing mark word, instead of '0'.
Reviewed-by: dholmes, coleenp
hseigel [Wed, 10 May 2017 08:37:17 -0400] rev 46448
8153646: Move vm/utilities/array.hpp to vm/oops
Summary: Move the header file and update the appropriate #include statements.
Reviewed-by: sspitsyn, dholmes
aharlap [Tue, 09 May 2017 13:50:06 -0400] rev 46447
8065402: G1 does not expand marking stack when mark stack overflow happens during concurrent marking
Summary: Simplified decision mechanism for marking stack expansion
Reviewed-by: kbarrett, tschatzl
sjohanss [Tue, 09 May 2017 11:04:06 +0200] rev 46446
8179550: Unify trace logging for InstanceRefKlass
Reviewed-by: kbarrett, tschatzl
sjohanss [Tue, 09 May 2017 11:03:45 +0200] rev 46445
8138888: Remove ExtendedOopClosure::apply_to_weak_ref_discovered_field
Reviewed-by: kbarrett, tschatzl
rprotacio [Mon, 08 May 2017 09:45:24 -0400] rev 46444
8154791: Xlog classload too redundant msgs info/debug
Summary: Removed redundant information from class+load UL messages, ensured side-by-side printing of different levels for same class, cleaned up code
Reviewed-by: iklam, dholmes
kbarrett [Mon, 08 May 2017 07:16:10 -0400] rev 46443
8178836: Improve PtrQueue index abstraction
Summary: Prefer element indexes where possible.
Reviewed-by: shade, mgerdin
gromero [Sun, 07 May 2017 16:42:03 -0400] rev 46442
8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used
Reviewed-by: simonis, dholmes
kvn [Sat, 06 May 2017 09:36:01 -0700] rev 46441
8179656: [AOT] Add AOT manual test scripts
Reviewed-by: iveresov
vdeshpande [Fri, 05 May 2017 19:28:54 -0700] rev 46440
8178811: Minimize the AVX <-> SSE transition penalty through generation of vzeroupper instruction on x86
Reviewed-by: kvn
cjplummer [Sat, 06 May 2017 00:05:32 +0000] rev 46439
Merge
cjplummer [Fri, 05 May 2017 14:22:35 -0700] rev 46438
8164563: Test nsk/jvmti/CompiledMethodUnload/compmethunload001 keeps reporting: PRODUCT BUG: class was not unloaded in 5
Summary: Removed _pending_list
Reviewed-by: dholmes, sspitsyn, dcubed, coleenp
kbarrett [Fri, 05 May 2017 16:20:42 -0400] rev 46437
8179004: Add an efficient implementation of the "count trailing zeros" operation
Summary: Added count_trailing_zeros function, with platform-dependent implementations.
Reviewed-by: dholmes, cjplummer
jwilhelm [Fri, 05 May 2017 17:48:45 +0200] rev 46436
Merge
iklam [Thu, 04 May 2017 16:04:23 -0700] rev 46435
8176863: Remove Hashtable::reverse()
Reviewed-by: hseigel, sspitsyn, coleenp
rprotacio [Thu, 04 May 2017 14:32:37 -0400] rev 46434
8067728: Flag::unlock_diagnostic() should be called Flag::clear_diagnostic()
Summary: Renamed function
Reviewed-by: iklam, hseigel
njian [Mon, 19 Dec 2016 10:57:53 +0800] rev 46433
8169697: AArch64: Vectorized MLA instruction not generated for some test cases
Summary: Add AddVB/S/I/L/F/D node to commut_op_list, as well as other commutative vector operations.
Reviewed-by: roland, kvn
Contributed-by: yang.zhang@linaro.org
hseigel [Thu, 04 May 2017 14:54:46 +0000] rev 46432
Merge
hseigel [Thu, 04 May 2017 10:05:29 -0400] rev 46431
8056900: Enhance NoClassDefFound exception messaging
Summary: Add text to the message explaining the cause of the exception
Reviewed-by: dholmes, sspitsyn, coleenp
iklam [Thu, 04 May 2017 06:54:52 -0700] rev 46430
8179625: [BACKOUT] of 8179305 Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
Reviewed-by: hseigel
kbarrett [Wed, 03 May 2017 18:44:27 -0400] rev 46429
8169039: Add unit tests for BitMap search operations
Summary: Added native unit test test_bitMap_search.cpp
Reviewed-by: stefank, sjohanss
kbarrett [Wed, 03 May 2017 14:13:48 -0400] rev 46428
8178352: BitMap::get_next_zero_offset may give wrong result on Mac
Summary: Invert and search initial word for trailing ones.
Reviewed-by: stefank, cjplummer
iklam [Fri, 03 Mar 2017 23:08:35 -0800] rev 46427
8171392: Move Klass pointers outside of ConstantPool entries so ConstantPool can be read-only
Summary: Added _resolved_klasses; moved _resolved_references to ConstantPoolCache, etc.
Reviewed-by: coleenp, lfoltan, simonis, aph
sspitsyn [Wed, 03 May 2017 02:32:02 +0000] rev 46426
Merge
sspitsyn [Tue, 02 May 2017 19:27:26 -0700] rev 46425
8172970: TESTBUG: need test coverage for the JVMTI functions allowed in the start phase
Summary: New JTreg test provides the necessary coverage during the start phase
Reviewed-by: dholmes, dcubed