46572 Commits

Author SHA1 Message Date
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
Erik Österlund
c1a71be1bf 8182703: Correct G1 barrier queue lock orderings
Moving G1 barrier queue locks down to a new 'access' rank, below special, and removing hacks around incorrect lock ordering.

Reviewed-by: kbarrett, tschatzl
2017-07-13 17:06:08 +02:00
Thomas Stuefe
aaf9f2515f 8184339: Thread::current_or_null() shall not assert if Posix TLS is not yet initialized
Reviewed-by: dcubed, coleenp
2017-07-13 16:28:14 +02:00
Claes Redestad
143eab3a85 8184337: CodeCache::get_code_cache_containing wrongly asserts that start can not be NULL
Reviewed-by: thartmann, gtriantafill, rehn
2017-07-13 15:33:20 +02:00
Harold Seigel
38a5756236 8183962: JVM_DoPrivileged does not find run method in default methods
Add search of interfaces for run() method.

Reviewed-by: acorn, gtriantafill
2017-07-13 08:49:09 -04:00
Erik Österlund
0e3835aac2 8184269: JVMCI CompilerToVM::Data::initialize() should use BarrierSet fake RTTI to identify card table barrier sets
Reviewed-by: kvn, dnsimon
2017-07-13 12:39:46 +02:00
Harold Seigel
9e3de501f8 Merge 2017-07-13 01:28:24 +00:00
Harold Seigel
30580af958 8184281: -Xlog:startuptime does not include call to initPhase2
Remove "+module" and improve message

Reviewed-by: alanb, gtriantafill
2017-07-12 21:24:07 -04:00
Erik Österlund
b84db08380 8184162: Support addresses with index operands in LIRAssembler::leal on SPARC
Support was added for C1 leal on addresses with an index operand on SPARC.

Reviewed-by: kvn, roland
2017-07-12 11:59:51 +02:00
Erik Österlund
53dee26ab9 8184073: Cleanup of compiler activity enum in compileBroker.hpp
An unnamed enum describing compiler activity was given a name and had spelling errors fixed.

Reviewed-by: kvn, kbarrett
2017-07-12 09:49:05 +02:00
Erik Österlund
454e63fe90 8183927: Hotspot needs C++ type_traits metaprogramming utilities
This changeset introduces new metaprogramming utilities typically found in <type_traits> in C++11.

Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Reviewed-by: kbarrett, rehn, pliden
2017-07-11 12:00:48 +02:00
Erik Österlund
ad941e4f9d 8183575: Runtime1::oop_arraycopy is unused and should be removed
Runtime1::oop_arraycopy and its friend Runtime1::primitive_arraycopy are no longer used and this changeset removes them.

Reviewed-by: kvn, tschatzl
2017-07-10 11:42:45 +02:00
Claes Redestad
28bb3a05d9 8183573: Refactor CodeHeap and AOTCodeHeap to devirtualize hot methods
Reviewed-by: kvn, dlong
2017-07-10 23:28:25 +02:00
Thomas Schatzl
4de007ff3b 8183397: Ensure consistent closure filtering during evacuation
Consistently apply the cross-region check for references in the various oop closures.

Reviewed-by: sjohanss, ehelin
2017-07-10 10:10:49 +02:00
Robbin Ehn
dc44ef52d3 Merge 2017-07-07 23:53:36 +02:00
Robbin Ehn
cc9648a8b8 8183925: Decouple crash protection from watcher thread
Reviewed-by: dcubed, coleenp
2017-07-07 23:11:33 +02:00
Robbin Ehn
41e729b386 8183545: Event tracing, transition hooks
Reviewed-by: dcubed, egahlin
2017-07-07 23:04:06 +02:00
Igor Veresov
34ff291920 Merge 2017-07-07 16:49:45 +00:00
Igor Veresov
b7629460d2 8183991: Update Graal
Reviewed-by: kvn
2017-07-07 09:40:47 -07:00
Harold Seigel
51949436b0 8183400: runtime/6981737/Test6981737.java fails with java.lang.RuntimeException: FAIL: Wrong value for java.version property, "9", expected to be of form: "[0-9]+[\\.[0-9]+]*\-.*"
Use Runtime Version API's instead of a regular expression and split() API.

Reviewed-by: psandoz, mseledtsov, gthornbr
2017-07-07 11:26:08 -04:00
Nils Eliasson
5bd24e0c25 8183271: VectorizeDebug compiler directive command is broken
Add parser support for uint

Reviewed-by: kvn, thartmann
2017-07-07 10:37:52 +02:00
Nishit Jain
17d94f696c 8032842: Locale.filterTags()/lookupTag() methods return lowercased language tags
8175539: Duplicate matching tags returned by Locale.filterTags() for LanguageRange("*")

Reviewed-by: naoto
2017-07-07 12:19:00 +05:30
Hamlin Li
0bdd7c8d4d 8183990: compilation error for test/com/sun/crypto/provider/Cipher/DES/PerformanceTest.java
Reviewed-by: weijun
2017-07-06 22:40:35 -07:00
Amy Lu
6289bb6835 8183378: Refactor java/lang/System/MacEncoding/MacJNUEncoding.sh to java
Reviewed-by: bchristi, xiaofeya
2017-07-07 12:42:53 +08:00
Lana Steuck
c186922ede Merge 2017-07-07 03:13:49 +00:00
Lana Steuck
2ad83bfab0 Merge 2017-07-07 03:13:35 +00:00
Lana Steuck
446e215ad6 Merge 2017-07-07 03:13:17 +00:00
Lana Steuck
dce6788547 Merge 2017-07-07 03:09:23 +00:00
Lana Steuck
2cab17dcac Merge 2017-07-07 03:08:41 +00:00