13386 Commits

Author SHA1 Message Date
Thomas Stuefe
9ce1967658 8185263: Fix zero build after 8169881, 8175318, 8178350
Reviewed-by: iklam, coleenp
2017-07-26 11:51:25 -07:00
Thomas Stuefe
7599f75066 8185262: Keep default logging for Metaspace OOM short and concise
Reviewed-by: iklam, coleenp
2017-07-26 11:47:11 +02:00
Coleen Phillimore
a9fb2dde3f 8185296: java_lang_Class::array_klass should be array_klass_acquire
Reviewed-by: eosterlund, kbarrett
2017-07-26 10:41:07 -04:00
Goetz Lindenmaier
de829e151b 8185333: [s390] Fix build without cds
Reviewed-by: aph
2017-07-26 11:27:51 +02:00
Yang Zhang
415f7bea0b 8184900: AArch64: Fix overflow in immediate cmp instruction
Use subs instead of cmp to compare BlockZeroingLowLimit.

Reviewed-by: aph
2017-07-26 15:54:13 +08:00
Lana Steuck
abb24fe6e4 Added tag jdk-9+179 for changeset ee148c113ae0 2017-07-20 21:12:20 +00:00
Tim Bell
5ad7f6b8b2 Added tag jdk-10+16 for changeset 07c0f17dc7bb 2017-07-20 18:17:13 +00:00
Roland Westrelin
51a564a1bc 8183551: Aarch64 platform specific code for 8173770
Reviewed-by: aph, kvn
2017-07-20 13:59:12 +02:00
Abhijit Saha
7150e2f4df Merge 2017-07-13 21:32:55 -07:00
Lana Steuck
0ddeb10a09 Added tag jdk-10+15 for changeset b7096a1d652a 2017-07-13 19:34:33 +00:00
Lana Steuck
c6e41cad40 Added tag jdk-9+178 for changeset 36707109c109 2017-07-13 17:32:49 +00:00
Vladimir Kozlov
7234ed2881 8184036: Restore -XX:UseAVX=3 as product value
Reviewed-by: dlong, roland
2017-07-10 14:28:40 -07:00
Roman Kennke
98bd53b5c2 8180932: Parallelize safepoint cleanup
Provide infrastructure to do safepoint cleanup tasks using parallel worker threads

Reviewed-by: dholmes, rehn, dcubed, thartmann
2017-07-07 12:49:11 +02:00
Thomas Stuefe
d12604111c 8181917: Refactor UL LogStreams to avoid using resource area
Reviewed-by: ehelin, mlarsson
2017-07-21 09:50:12 +02:00
Vladimir Kozlov
52ef49eef1 8185018: Put AOT tests on problem list for OS-X and Windows
Reviewed-by: dcubed, kbarrett
2017-07-20 17:23:24 -07:00
Vladimir Kozlov
5c529d31ce 8185013: Disable subword vector analysis optimization until 8184995 is fixed
Reviewed-by: dcubed
2017-07-20 15:53:39 -07:00
Goetz Lindenmaier
d3ae772868 8184800: Streamline RTM flag validity testing with generic flag testing support
Reviewed-by: kvn, lucy
2017-07-18 16:11:28 +02:00
Harold Seigel
9148262d0e 8077203: Avoid unnecessary stripping of package names from FQN's in is_same_class_package() methods
Extract package name from instance klass's package entry record

Reviewed-by: redestad, coleenp, lfoltan
2017-07-20 11:01:20 -04:00
Zhongwei Yao
7323412857 8184964: AArch64: Incorrect match rule for negL_reg
Reviewed-by: adinn
2017-07-20 15:44:51 +08:00
Zhongwei Yao
39baf390e7 8183533: AArch64: redundent registers saving in arraycopy stubs
Remove redundent registers saving in gen_write_ref_array_pre_barrier() and gen_write_ref_array_post_barrier().

Reviewed-by: aph
2017-07-17 10:32:30 +08:00
Vladimir Kozlov
f82f128416 8184809: [AOT] AsyncGetCallTrace() code should recognize AOT code
Reviewed-by: iveresov, shade
2017-07-19 18:17:06 -07:00
Ioi Lam
53566072b6 8181860: [TESTBUG] serviceability/tmtools/jstack/utils/DefaultFormat.java does not recognize "sleeping" state
Added sleeping state to regexp

Reviewed-by: dcubed, gtriantafill
2017-07-19 11:48:25 -07:00
Vivek Deshpande
91e715f9f3 8175096: Analyse subword in the loop to set maximum vector size
Reviewed-by: kvn
2017-07-19 08:29:44 -07:00
Tobias Hartmann
dabb4ab518 8184009: Missing null pointer check in InterpreterRuntime::update_mdp_for_ret()
Adds a missing null check (guarantee) found by Parfait.

Reviewed-by: coleenp, shade
2017-07-19 09:00:13 +02:00
Coleen Phillimore
10d2df3f6d Merge 2017-07-18 19:56:18 +00:00
Matthias Baesken
cf1044d114 8184323: compile-time guard some UseSharedSpaces-only coding with the INCLUDE_CDS macro
Reviewed-by: jiangli, shade, simonis
2017-07-18 15:46:04 -04:00
Volker Simonis
62da378f03 8184672: [ppc64] The fix for '8174749: Use hash table/oops for MemberName table' is broken on ppc64
Reviewed-by: coleenp, goetz
2017-07-18 15:43:07 +02:00
Erik Österlund
e1a674e323 Merge 2017-07-18 14:37:42 +02:00
Thomas Stuefe
4a4b17c32c 8179327: gtestLauncher should run tests on a separate thread (optionally)
Reviewed-by: rehn, mgerdin
2017-07-18 11:09:48 +02:00
Aleksey Shipilev
03a7858eb4 8184753: Asserts against MinObjectAlignment should avoid integer division
Delegate to is_object_aligned that does the right thing

Reviewed-by: mgerdin, tschatzl
2017-07-18 10:20:52 +02:00
Aleksey Shipilev
e8485a5e09 8184762: ZapStackSegments should use optimized memset
Reviewed-by: rkennke, mgerdin
2017-07-18 09:53:54 +02:00
Mikael Gerdin
cfd0efee84 8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
Reviewed-by: tschatzl, ehelin
2017-07-17 09:30:07 +02:00
Igor Veresov
76b7f30159 8184768: Update Graal
Reviewed-by: kvn
2017-07-17 16:31:51 -07:00
Daniel D. Daugherty
040ada2f40 Merge 2017-07-17 09:21:48 -07:00
Thomas Schatzl
291f992e67 Merge 2017-07-17 14:20:24 +00:00
Thomas Schatzl
abf0bf4338 8183538: UpdateRS phase should claim cards
Have the Update RS phase also claim cards so that they will not be rescanned later during Scan RS.

Reviewed-by: ehelin, mgerdin
2017-07-17 15:26:07 +02:00
Mikael Gerdin
63ac8937a1 Merge 2017-07-17 13:16:33 +00:00
Vladimir Ivanov
0126f8295a Merge 2017-07-17 12:11:32 +00:00
Yasumasa Suenaga
5d27f134cb 8184309: Buld warnings from GCC 7.1 on Fedora 26
Reviewed-by: kbarrett, vlivanov
2017-07-17 14:10:01 +03:00
Erik Helin
c1af106f51 Merge 2017-07-17 11:07:12 +00:00
Erik Helin
e45a40a805 8183539: Remove G1RemSet::_into_cset_dirty_card_queue_set
Reviewed-by: tschatzl, mgerdin
2017-07-17 11:37:00 +02:00
Thomas Schatzl
82fe2c0759 8184452: Add bounds checking for FromCardCache
Reviewed-by: shade, rkennke
2017-07-17 10:32:36 +02:00
Mikael Gerdin
6be7a36028 8183923: Get rid of FreeBlockDictionary and dithering
Reviewed-by: ehelin, kbarrett
2017-07-17 09:30:00 +02:00
Roman Kennke
1772da638b 8184181: Use oopDesc::cas_set_mark() instead of raw CAS when accessing oop header
Reviewed-by: dcubed, kbarrett
2017-07-17 08:43:28 +02:00
John Paul Adrian Glaubitz
b3be255469 8182165: The header atomic_linux_sparc.inline.hpp should be named atomic_linux_sparc.hpp
Reviewed-by: ehelin, stuefe
2017-07-14 14:04:57 +02:00
John Paul Adrian Glaubitz
bc1be30b50 8182164: checkByteBuffer has the wrong signature
Reviewed-by: ehelin, stuefe
2017-07-14 14:00:10 +02:00
John Paul Adrian Glaubitz
298e379cb7 8182163: Missing #include "logging/log.hpp" in vm_version_linux_sparc.cpp
Reviewed-by: ehelin, stuefe
2017-07-14 13:57:10 +02:00
Erik Österlund
b8c23151e8 Merge 2017-07-14 13:43:12 +02:00
Tobias Hartmann
9098aa9a2e 8184271: Time related C1 intrinsics produce inconsistent results when floating around
C1 intrinsics for System.nanoTime(), System.currentTimeMillis() and JVM.counterTime() should be pinned.

Reviewed-by: kvn, vlivanov
2017-07-14 11:55:58 +02:00
Claes Redestad
0a8e98f6c4 Merge 2017-07-13 15:11:53 +00:00