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
Iris Clark
2cf79071bb
8183142: Add bugids=dup to .jcheck/conf files for JDK 10
...
Reviewed-by: mr
2017-06-28 11:27:27 -07:00
Iris Clark
84f7a49af0
8183142: Add bugids=dup to .jcheck/conf files for JDK 10
...
Reviewed-by: mr
2017-06-28 11:27:27 -07:00
Jesper Wilhelmsson
efd1054686
8182299: Enable disabled clang warnings, build on OSX 10 + Xcode 8
...
8182656: Make the required changes in GC code to build on OSX 10 + Xcode 8
8182657: Make the required changes in Runtime code to build on OSX 10 + Xcode 8
8182658: Make the required changes in Compiler code to build on OSX 10 + Xcode 8
Co-authored-by: Paul Hohensee <hohensee@amazon.com>
Reviewed-by: jwilhelm, ehelin, phh
2017-07-06 01:50:26 +02:00
Igor Ignatyev
02d9418fb4
8182154: merge jdk.testlibrary.Platform and jdk.test.lib.Platform
...
Reviewed-by: sspitsyn, plevart
2017-06-27 08:43:58 -07:00
Lana Steuck
6ed22d4bca
Added tag jdk-10+13 for changeset de951549612c
2017-06-24 02:59:22 +00:00
Lana Steuck
3edb9c14f7
Merge
2017-06-24 00:24:40 +00:00
Roland Westrelin
10d189d284
8181742: Load that bypasses arraycopy has wrong memory state
...
Set load memory edge to the memory state right before the arraycopy.
Reviewed-by: kvn, thartmann
2017-06-23 09:33:21 +02:00
Zhongwei Yao
0c193dfdad
8158361: AArch64: Address calculation missed optimizations
...
This issue is fixed by adding "addExtI_shift" pattern rule. Other similar rules are also added.
Reviewed-by: aph, adinn
2017-06-23 11:41:24 +08:00
Ioi Lam
76f126d1ba
8183038: Minimal vm slowdebug build fails with undefined reference to MetaspaceShared::is_valid_shared_method
...
Added missing NOT_CDS_RETURN_(false)
Reviewed-by: jiangli, coleenp
2017-07-25 09:32:50 -07:00
Harold Seigel
5e16a23965
Merge
2017-07-25 19:25:02 +00:00
Harold Seigel
3f65f7fe6d
8178107: Compiler crashes with "assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded"
...
Add missing '!' operator to weed out unloaded classes
Reviewed-by: coleenp, dcubed
2017-07-25 13:33:28 -04:00
Dean Long
07d9b68ae2
Merge
2017-07-25 16:26:35 +00:00
Dean Long
9da6aeed57
8184047: ExecuteInternalVMTests.java "failed on a valid DirectivesParser string" assert
...
Reviewed-by: kvn
2017-07-25 08:58:24 -07:00
Lana Steuck
f3ee3de2a3
Added tag jdk-9+175 for changeset 459f03270e86
2017-06-22 18:42:45 +00:00
Vladimir Ivanov
c1a0987497
Merge
2017-06-20 13:44:43 +00:00
Vladimir Ivanov
2a0ab692f7
8181872: C1: possible overflow when strength reducing integer multiply by constant
...
Reviewed-by: kvn
2017-06-20 14:37:25 +03:00
Sergey Nazarkin
0932a3dc0d
8182581: aarch64: fix for crash caused by earlyret of compiled method
...
Fix jvm crash caused by earlyret of compiled method for aarch64 port
Reviewed-by: aph
2017-06-20 17:00:07 +08:00
Mandy Chung
bc6e52c2b3
8182416: Clean up module-info.java like move requires transitive adjacent to exports
...
Reviewed-by: alanb
2017-06-17 11:50:50 -07:00
Alan Bateman
a0a5208606
Merge
2017-06-17 08:03:09 +01:00
Lana Steuck
82a5b81e1c
Added tag jdk-10+12 for changeset 2b591c4d54e8
2017-06-17 00:15:50 +00:00
Poonam Bajaj
2a168d1426
8178536: OOM ERRORS + SERVICE-THREAD TAKES A PROCESSOR TO 100%
...
Clear the pending OOM exception in SensorInfo::trigger()
Reviewed-by: mchung, dcubed
2017-06-16 22:10:34 +00:00
Doug Simon
a7a368b2f9
8182310: [AOT][JVMCI] Get host class of VM anonymous class
...
Add missing JVMCI functionality
Reviewed-by: dlong, kvn
2017-06-16 12:18:46 -07:00
Alan Bateman
2f378477c4
8181087: Module system implementation refresh (6/2017)
...
Reviewed-by: sspitsyn, hseigel
2017-06-16 09:20:23 -07:00
Lana Steuck
e62c1a127e
Merge
2017-06-16 04:55:29 +00:00
Lana Steuck
b7d9fe6bbb
Merge
2017-06-15 17:43:56 +00:00
Lana Steuck
39a669e102
Added tag jdk-9+174 for changeset f25253621ba1
2017-06-15 17:24:10 +00:00
Lana Steuck
63253f80e8
Merge
2017-06-14 20:05:32 +00:00
Serguei Spitsyn
c422d43ee0
Merge
2017-06-13 23:22:58 +00:00
Serguei Spitsyn
17081a1945
8178054: [TESTBUG] Need test for JVM TI IsModifiableModule
...
Add new test hotspot/test/serviceability/jvmti/GetNamedModule
Reviewed-by: alanb, iignatyev
2017-06-13 16:19:49 -07:00
Dean Long
a1ea428918
8181757: NonNMethod heap in segmented CodeCache is not scanned in some cases
...
8171365: nsk/jvmti/scenarios/events/EM04/em04t001: many errors for missed events
Reviewed-by: thartmann, kvn
2017-06-13 10:27:42 -07:00
Lana Steuck
7db6349d8d
Added tag jdk-10+11 for changeset 3d88a6f51b8d
2017-06-09 21:34:43 +00:00
Lana Steuck
bd4100bd5c
Merge
2017-06-08 23:11:00 +00:00
Lana Steuck
7781ed0fd6
Added tag jdk-9+173 for changeset 17af9f5736f7
2017-06-08 16:32:53 +00:00
Mandy Chung
848c1f69fb
8181639: Add tool and services information to module summary
...
Reviewed-by: alanb, psandoz, lancea
2017-06-07 18:57:35 -07:00