Arno Zeller
|
b0cb59ac31
|
8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
Reviewed-by: dholmes, goetz, clanger
|
2018-02-07 09:18:13 +01:00 |
|
Martin Doerr
|
f8db247cde
|
8196503: PPC64: vtableStubs gtest fails after 8174962
Reviewed-by: goetz
|
2018-02-01 11:58:38 +01:00 |
|
Andrew Dinn
|
18beaf6646
|
8196221: AArch64: Mistake in committed patch for JDK-8195859
The wrong patch was committed for JDK-8195859
Reviewed-by: aph
|
2018-01-26 16:38:21 +00:00 |
|
Roland Westrelin
|
d244b3ccd1
|
8196296: Lucene test crashes C2 compilation
Prevent merging of back to back ifs if one is a counted loop end.
Reviewed-by: kvn, thartmann
|
2018-01-30 09:08:44 +01:00 |
|
Andrew Dinn
|
9ec48886de
|
8195859: AArch64: vtableStubs gtest fails after 8174962
Gtest vtableStubs introduced by 8174962 fails on AArch64 with an invalid insn encoding
Reviewed-by: duke
|
2018-01-25 14:47:27 +00:00 |
|
Andrew Dinn
|
3d9bdcba1d
|
8196136: AArch64: Correct register use in patch for JDK-8195685
Itable stubs must not use java argument registers as scratch registers
Reviewed-by: aph
|
2018-01-25 11:56:32 +00:00 |
|
Andrew Haley
|
22c23d5081
|
8194739: Zero port of 8174962: Better interface invocations
Reviewed-by: adinn, coleenp
|
2018-01-22 15:19:02 +00:00 |
|
Rickard Bäckman
|
9ba6ab25e4
|
8191915: JCK tests produce incorrect results with C2
Reviewed-by: thartmann, vlivanov, goetz
|
2018-01-18 19:21:11 +01:00 |
|
Andrew Haley
|
24e9cda4ae
|
8195685: AArch64: AArch64 cannot build with JDK-8174962
Reviewed-by: adinn, njian
|
2018-01-19 16:57:56 +00:00 |
|
Tom Rodriguez
|
d586b03911
|
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
Reviewed-by: kvn, sspitsyn, phh
|
2018-01-18 09:01:00 -08:00 |
|
Dean Long
|
745d8e3815
|
8194982: 2 Null pointer dereference defect groups related to ProjNode::is_uncommon_trap_if_pattern()
Reviewed-by: kvn
|
2018-01-18 10:05:32 -08:00 |
|
Dean Long
|
fc7971a33d
|
8194991: Null pointer dereference caused by c2v_getNextStackFrame
Reviewed-by: kvn
|
2018-01-18 10:05:32 -08:00 |
|
Dean Long
|
0e3410b141
|
8194989: 2 Null pointer dereference defect groups caused by Dependencies::DepValue::as_klass()
Reviewed-by: kvn
|
2018-01-18 10:05:32 -08:00 |
|
Dean Long
|
4f496a5786
|
8194992: Null pointer dereference in MultiNode::proj_out related to loopexit()
Reviewed-by: kvn, thartmann
|
2018-01-18 10:05:32 -08:00 |
|
Volker Simonis
|
df39eec7de
|
8189761: COMPANY_NAME, IMPLEMENTOR, BUNDLE_VENDOR, VENDOR, but no configure flag
Reviewed-by: erikj, dholmes
|
2018-01-18 03:12:41 +01:00 |
|
Vladimir Ivanov
|
72ba3f508c
|
8194963: SystemDictionary::link_method_handle_constant() can't link MethodHandle.invoke()/invokeExact()
Reviewed-by: kvn, psandoz
|
2018-01-18 02:25:18 +03:00 |
|
Dean Long
|
4714dab4cb
|
8194988: 8 Null pointer dereference defect groups related to MultiNode::proj_out()
Reviewed-by: kvn
|
2018-01-17 14:25:47 -08:00 |
|
Abhijit Saha
|
22b4fae438
|
Merge
|
2018-01-17 07:09:03 +00:00 |
|
Arno Zeller
|
a8ac81ab2d
|
8195094: Fix type-O in "8159422: Very high Concurrent Mark mark stack contention"
Reviewed-by: tschatzl, dholmes
|
2018-01-16 07:48:01 +01:00 |
|
Markus Grönlund
|
5cd5f1d9a1
|
8193933: Export ClassLoaderData claim state to support interleaved object traversal
Reviewed-by: coleenp, hseigel
|
2018-01-15 13:09:50 +01:00 |
|
Roland Westrelin
|
b9cffe68c2
|
8194993: Loop Strip Mining has some leftover debugging code
Removed debugging code.
Reviewed-by: thartmann
|
2018-01-15 09:21:49 +01:00 |
|
Roland Westrelin
|
2067aa56eb
|
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
Should not change loop limit check of outer loop.
Reviewed-by: thartmann
|
2018-01-15 09:19:53 +01:00 |
|
Roland Westrelin
|
bf92da2c82
|
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
Modified assert which is too strong.
Reviewed-by: thartmann
|
2018-01-15 09:17:25 +01:00 |
|
Abhijit Saha
|
f96c816c07
|
Merge
|
2018-01-12 15:05:35 -08:00 |
|
Vladimir Ivanov
|
1b558514ff
|
8188145: MethodHandle resolution should follow JVMS sequence of lookup by name & type before type descriptor resolution
Reviewed-by: kvn, psandoz
|
2018-01-12 01:52:06 +03:00 |
|
Leo Korinth
|
85cdf5500e
|
8194681: G1 uses young free cset time when reporting non-young free cset times
Reviewed-by: tschatzl, kbarrett
|
2018-01-09 10:27:12 +01:00 |
|
Martin Doerr
|
201a232a23
|
8194258: PPC64 safepoint mechanism: Fix initialization on AIX and support SIGTRAP
Use mmap on AIX to allocate protected page. Use trap instructions for polling if UseSIGTRAP is enabled.
Reviewed-by: rehn, goetz
|
2018-01-10 11:09:55 +01:00 |
|
Goetz Lindenmaier
|
cb8e1c4b5f
|
8194742: Writing replay data crashes: task is NULL
Added missing NULL check.
Reviewed-by: thartmann
|
2018-01-09 16:24:24 +01:00 |
|
Tobias Hartmann
|
34f553d15f
|
8194494: SHA-512 stub uses AVX 2 instructions on non-supporting CPUs
Check for supports_avx2() && supports_bmi2() before generating SHA-512 stub.
Reviewed-by: kvn
|
2018-01-05 10:23:57 +01:00 |
|
Igor Veresov
|
98601408f0
|
8194271: jaotc crashes with --debug flag
Reviewed-by: kvn, thartmann
|
2018-01-04 14:44:38 -08:00 |
|
Goetz Lindenmaier
|
2b6b6bb31d
|
8194232: Container memory not properly recognized
Reviewed-by: bobv, mdoerr, acorn
|
2017-12-27 11:31:09 +01:00 |
|
Goetz Lindenmaier
|
f6c82cde45
|
8194482: Fix SIGSEGV in print_threads_compiling
Reviewed-by: kvn
|
2018-01-03 14:41:17 -08:00 |
|
Rahul Raghavan
|
1da4b32993
|
8193699: aarch64 fails to build after 8167372
Added ThreadInVMfromUnknown support
Reviewed-by: smonteith, vlivanov
|
2017-12-26 00:38:49 -08:00 |
|
Dean Long
|
bd7755ce1c
|
8191854: Null pointer dereference in methodData.hpp:462
Reviewed-by: kvn
|
2017-12-22 22:06:54 -08:00 |
|
Dean Long
|
c336bb1f8b
|
8191852: Null pointer dereference in ciKlass::get_Klass of ciKlass.hpp:58
Reviewed-by: kvn
|
2017-12-22 22:01:53 -08:00 |
|
Jean Christophe Beyler
|
2a8c7a915a
|
8191988: JDK-8190862 work for arch s390
Cleanup interpreter TLAB code and fix ZeroTLAB
Reviewed-by: mdoerr, goetz
|
2017-12-20 08:38:20 -08:00 |
|
Coleen Phillimore
|
949659e43b
|
8193622: JFR test TestUnloadingEventClass.java times out intermittently
Previous change was leaving scratch classes on CLD::_klasses list which are reported to tracing
Reviewed-by: gtriantafill, dcubed, mgronlun
|
2017-12-19 15:56:28 -05:00 |
|
Jesper Wilhelmsson
|
8650bbcf47
|
Merge
|
2017-12-20 20:55:07 +01:00 |
|
Vivek Deshpande
|
25e03a8e65
|
8190934: Regressions on Haswell Xeon due to JDK-8178811
Reviewed-by: neliasso, kvn
|
2017-12-15 10:44:06 -08:00 |
|
Roland Westrelin
|
d2db163edb
|
8193518: C2: Vector registers sometimes corrupted at safepoint
Reviewed-by: neliasso, thartmann, kvn
|
2017-12-15 10:26:45 -08:00 |
|
Martin Doerr
|
d7e6bad25c
|
8193257: PPC64, s390 implementation for Thread-local handshakes
Reviewed-by: goetz, lucy
|
2017-12-14 13:05:20 +01:00 |
|
Lutz Schmidt
|
3f59dac0b3
|
8193443: [s390]: EncodeISOArray generates wrong vector code
Reviewed-by: goetz, mdoerr
|
2017-12-14 12:02:16 +01:00 |
|
Mark Reinhold
|
0214135fde
|
8192833: JEP 322: Time-Based Release Versioning
Reviewed-by: erikj, ihse, iris, mchung, psandoz, tbell
|
2017-12-13 17:28:24 -08:00 |
|
Sangheon Kim
|
0ce6f0b889
|
8193105: Print error code when map_memory_to_file() fails
Reviewed-by: dholmes, kbarrett
|
2017-12-07 10:21:13 -08:00 |
|
Roland Westrelin
|
29bab311ab
|
8192908: -XX:+UseCountedLoopSafepoints alone doesn't disable strip mining with G1
-XX:+UseCountedLoopSafepoints should disable loop strip mining.
Reviewed-by: kvn, thartmann
|
2017-12-07 15:52:46 +01:00 |
|
Jesper Wilhelmsson
|
7c3a956755
|
Merge
|
2017-12-07 10:18:31 +01:00 |
|
Dean Long
|
f390377be2
|
8193009: compiler/c2/Test7029152.java crashes with SIGILL in java.lang.StringLatin1.indexOf with -XX:+UseJVMCICompiler
Reviewed-by: iveresov, kvn
|
2017-12-06 18:37:57 -08:00 |
|
Daniel D. Daugherty
|
230b5768d7
|
8191789: migrate more Thread-SMR stuff from thread.[ch]pp -> threadSMR.[ch]pp
Reviewed-by: stefank, coleenp, dholmes, gthornbr
|
2017-12-06 15:19:30 -05:00 |
|
Leo Korinth
|
3c55f378ca
|
8133805: Remove the bot_updates parameter from G1Allocator's allocation methods
Reviewed-by: tschatzl, sjohanss
|
2017-12-06 11:11:16 +01:00 |
|
Dean Long
|
bfe4e0e4a2
|
8193323: Crash in "failed dependencies, but counter didn't change" with enabled UseJVMCICompiler
Reviewed-by: kvn
|
2017-12-13 20:35:09 -08:00 |
|