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
Lana Steuck
e4d140f376
Merge
2017-07-07 03:07:07 +00:00
Lana Steuck
28602e7ad3
Added tag jdk-10+14 for changeset 2790c139c0ad
2017-07-06 22:34:37 +00:00
Lana Steuck
7d47034bd3
Merge
2017-07-06 20:29:02 +00:00
Lana Steuck
9c1ed9383e
Added tag jdk-9+177 for changeset 7f0b83636e5f
2017-07-06 20:13:37 +00:00
Alan Bateman
ce9501e66a
8183503: Update hotspot tests to allow for unique test classes directory
...
Reviewed-by: iklam
2017-07-05 13:25:45 +01:00
Stefan Karlsson
b7b5e80b9d
8183570: Rework is_aligned_ to avoid multiple evaluation of the size expression
...
Reviewed-by: tschatzl, kbarrett
2017-07-05 12:51:28 +02:00
Tobias Hartmann
ef3a681e7b
8183103: Post loop vectorization produces incorrect results
...
Disable AVX=3 and PostLoopMultiversioning by default and make them experimental in JDK 9.
Reviewed-by: kvn
2017-07-05 09:06:59 +02:00
Doug Simon
7a7f534d7b
8183401: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails with The VM does not support the minimum JVMCI API version required by Graal
...
Fix version check in Graal
Reviewed-by: kvn, redestad
2017-07-04 11:45:09 -07:00
Roman Kennke
313f3e3ef5
8179268: Factor out AdaptiveSizePolicy from top-level interfaces CollectorPolicy and CollectedHeap
...
Reviewed-by: pliden, sjohanss
2017-07-04 20:41:33 +02:00
Harold Seigel
b4d5834c9d
Merge
2017-07-12 12:46:31 +00:00
Harold Seigel
00b2004598
8140284: Deprecate -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal
...
Add the two options to the deprecate list.
Reviewed-by: acorn, gtriantafill
2017-07-12 08:07:58 -04:00
Thomas Schatzl
1852544472
Merge
2017-07-12 11:26:11 +00:00
Thomas Schatzl
8055a4e57d
8183128: Update RefineCardTableEntryClosure
...
Improve names and placement of RefineCardTableEntryClosure
Reviewed-by: ehelin, sjohanss
2017-07-12 12:26:57 +02:00
Thomas Schatzl
1af7551c3e
8183226: Remembered set summarization accesses not fully initialized java thread DCQS
...
Reviewed-by: sjohanss, ehelin
2017-07-12 12:25:12 +02:00
Roland Westrelin
fe5bc09ad0
8183543: Aarch64: C2 compilation often fails with "failed spill-split-recycle sanity check"
...
Reviewed-by: aph
2017-07-04 15:58:15 +02:00
Roland Westrelin
a6490b0abc
8182036: Load from initializing arraycopy uses wrong memory state
...
Reviewed-by: kvn
2017-07-03 14:33:00 +02:00
Christian Thalinger
340108f92b
8183151: DCmd Compiler.codelist should print all compiled methods
...
Add support for AOT methods in codelist dcmd
Reviewed-by: neliasso, kvn
2017-07-03 11:41:19 +02:00
Chihiro Ito
5ae3d88bb7
8181647: jhsdb jstack could not output thread name
...
Standardized thread information across jstack, jhsdb jstack, and jhsdb jstack --mixed
Reviewed-by: ysuenaga, poonam
2017-07-06 09:31:01 -04:00
Thomas Schatzl
3df0f64e1f
8179679: Rearrange filters before card scanning
...
Implement micro-optimizations in the card scanning code enabled by JDK-8177044.
Reviewed-by: sjohanss, ehelin
2017-07-06 12:11:20 +02:00
Thomas Schatzl
10afb6f4f0
8183127: UpdateRSetDeferred should not enqueue cards for NULL references
...
Filter out NULL references during generating cards for an object.
Reviewed-by: mgerdin, ehelin
2017-07-06 10:42:02 +02:00
Vladimir Kozlov
0be0ab5955
Merge
2017-07-05 20:16:26 -07:00
Vladimir Kozlov
62b03921aa
Merge
2017-07-05 18:14:48 -07:00
Vladimir Kozlov
eb20e62194
8183262: noexecstack check in os::dll_load on Linux is too expensive
...
Convert ElfFile::specifies_noexecstack() to static method which read file header and check executable stack flag.
Reviewed-by: iklam, stuefe
2017-07-05 11:03:19 -07:00
Martin Doerr
907093af23
8183571: PPC64 build broken after 8178499
...
Reviewed-by: simonis
2017-07-05 17:19:37 +02:00
Andrew Haley
41652a15e1
8183547: AArch64: Better instruction sequence for stack bangs
...
Reviewed-by: shade, adinn
2017-07-04 17:33:40 +01:00
Stefan Karlsson
c9957ebc9a
Merge
2017-07-05 09:38:47 +00:00
Stefan Karlsson
a18f1c2d58
8183552: Move align functions to align.hpp
...
Reviewed-by: stuefe, pliden
2017-07-05 11:33:17 +02:00
Claes Redestad
4112be360c
Merge
2017-07-04 18:10:40 +00:00
Claes Redestad
fd301e5f76
8183299: Improve inlining of CompiledMethod methods into frame::sender
...
Reviewed-by: kvn, neliasso
2017-07-04 18:36:50 +02:00
Lana Steuck
d1804f8ac5
Added tag jdk-9+176 for changeset 4b5557c9b656
2017-06-29 17:26:06 +00:00