Erik Österlund
983911c697
8202083: Remove explicit CMS checks in CardTableBarrierSet
...
Reviewed-by: kbarrett
2018-05-07 10:36:38 +02:00
Martin Doerr
71a38a4720
8202080: Introduce ordering semantics for Atomic::add and other RMW atomics
...
Reviewed-by: lucy, rehn, dholmes
2018-05-07 12:28:11 +02:00
Tobias Hartmann
29b1984560
8202565: C1 compilation crashes with "assert(is_double_stack() && !is_virtual()) failed: type check"
...
Only eagerly resolving the address into a register if the store is precise.
Reviewed-by: roland, eosterlund
2018-05-07 08:56:35 +02:00
Priya Lakshmi Muthuswamy
20324b99d3
8200094: Turkish locale reports NPE No enum constant com.sun.source.doctree.DocTree.Kind.SİNCE
...
Reviewed-by: ksrini, jjg
2018-05-07 07:44:49 +05:30
Roman Kennke
97ff2fce38
8202676: AArch64: Missing enter/leave around barrier leads to infinite loop
...
Reviewed-by: aph, eosterlund
2018-05-06 00:42:59 +02:00
Erik Österlund
e6bccc9d86
8202640: Small C1 cleanups for BarrierSetC1
...
Reviewed-by: kvn, neliasso
2018-05-05 22:19:19 +02:00
Thomas Stuefe
19f0e3f5d7
8202435: [aix] print program break as part of memory info into hs-err file
...
Reviewed-by: mdoerr, dholmes
2018-05-03 17:10:39 +02:00
Aleksey Shipilev
aef2df31e6
8202684: Minimal VM build is broken after JDK-8199067, JDK-8202638
...
Reviewed-by: eosterlund, stuefe
2018-05-05 18:55:31 +02:00
Kim Barrett
a313d5961a
8202672: Build failed in metaspace.cpp with VS2017
...
Add whitespace between string and identifier.
Reviewed-by: dcubed, erikj
2018-05-05 12:38:15 -04:00
Michal Vala
1e0c45b250
8199912: jshell tool: /open from URI
...
Reviewed-by: rfield
2018-05-04 23:19:10 -07:00
Vladimir Ivanov
3ecce1fe48
8202465: [C1] casts should not be eliminated for interface types
...
Reviewed-by: jrose, thartmann
2018-05-04 16:49:22 -07:00
Gary Adams
dd34d29a46
8202319: Fix compilation warnings in Solaris debug builds for DevStudio 12.6
...
Disable warnings.
Reviewed-by: dholmes, kbarrett
2018-05-04 17:52:10 -04:00
Severin Gehwolf
2bd15814dc
8203223: Signed integer overflow in ImageStrings::hash_code (libjimage.so)
...
Perform hash operation on local unsigned type.
Reviewed-by: shade, dholmes, alanb
2018-05-15 15:36:46 +02:00
Aleksey Shipilev
5ee4a26ecb
8203285: Minimal VM fails to build after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-16 13:14:58 +02:00
Aleksey Shipilev
6bca38c321
8203274: 32-bit build failures after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-16 12:38:35 +02:00
Aleksey Shipilev
e5a8494286
8203278: AArch64/PPC64 build failures after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-16 12:38:34 +02:00
Per Lidén
e8eb07d805
8203220: Introduce ATTRIBUTE_ALIGNED macro
...
Reviewed-by: tschatzl, kbarrett
2018-05-16 10:24:54 +02:00
Alexander Harlap
c57afa5fbf
8189271: Metaspace::_capacity_until_GC should be size_t
...
Change of member and some related local variables.
Reviewed-by: tschatzl, stuefe
2018-05-15 19:26:00 -04:00
Aleksey Shipilev
425cd17400
8203251: Non-PCH build failed after JDK-8199712 (Flight Recorder)
...
Reviewed-by: mgronlun
2018-05-15 23:37:37 +02:00
Jonathan Gibbons
5efef1271b
8203176: javadoc handles non-ASCII characters incorrectly
...
Reviewed-by: ksrini
2018-05-15 14:15:47 -07:00
Joe Wang
e8586cd4bc
8202426: NPE thrown by Transformer when XMLStreamReader reports no xml attribute type
...
Reviewed-by: lancea
2018-05-15 13:28:08 -07:00
Erik Gahlin
a060be188d
8199712: Flight Recorder
...
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Reviewed-by: coleenp, ihse, erikj, dsamersoff, mseledtsov, egahlin, mgronlun
2018-05-15 20:24:34 +02:00
Anton Tarasov
489e5ae334
8189687: Swing: Invalid position of candidate pop-up of InputMethod in Hi-DPI on Windows
...
Reviewed-by: serb, psadhukhan
2018-04-25 21:54:42 +05:30
Thomas Stuefe
d9b3c3203e
8201572: Improve Metaspace Statistics
...
Reviewed-by: adinn, zgu
2018-04-24 18:06:32 +02:00
Kim Barrett
9b734fc849
8200557: OopStorage parallel iteration scales poorly
...
Change representation of sequence of all blocks for better scaling.
Reviewed-by: coleenp, eosterlund
2018-05-03 17:36:50 -04:00
Jonathan Gibbons
cf20cdd06c
8194968: problem list actions for tools/javac/jvm/VerboseOutTest
...
Reviewed-by: vromero
2018-05-03 12:56:53 -07:00
Joe Wang
986a178214
8201138: Defect in XMLEventReader.getElementText() may cause data to be skipped, duplicated or otherwise result in a ClassCastException
...
Reviewed-by: lancea
2018-05-03 12:13:43 -07:00
Mandy Chung
bd18ef4c18
8201793: (ref) Reference object should not support cloning
...
Reviewed-by: psandoz, kbarrett
2018-05-03 11:18:57 -07:00
Vladimir Kozlov
8ebfc59cfa
8202552: [AOT][JVMCI] Incorrect usage of INCLUDE_JVMCI and INCLUDE_AOT
...
Reviewed-by: stefank, ihse
2018-05-03 09:07:40 -07:00
Thomas Stuefe
6a12519d84
8202424: Metaspace: on chunk retirement, use correct lower limit on chunksize when adding blocks to free blocks list
...
Reviewed-by: zgu, coleenp
2018-04-30 15:55:21 +02:00
Coleen Phillimore
204ba9a580
8202447: Fix unloading_occurred to mean unloading_occurred
...
Nmethod unloading does not need to test for jvmti to set unloading_occurred, nor do we need to clean weak Klasses in metadata if unloading does not occur.
Reviewed-by: sspitsyn, rehn
2018-04-27 15:00:04 -04:00
Zhengyu Gu
9353d59547
8199067: [REDO] NMT: Enhance thread stack tracking
...
Precise thread stack tracking on Linux and Windows
Reviewed-by: stuefe, coleenp
2018-05-03 08:07:20 -04:00
Thomas Schatzl
deb5bf745f
8202021: Improve variable naming in ReferenceProcesso
...
Reviewed-by: sangheki, sjohanss
2018-05-03 14:10:08 +02:00
Thomas Schatzl
73771f97e9
8202018: Move card table clear before enqueuing pending references
...
Move card table clearing in preparation of removal of the Reference enqueue phase.
Reviewed-by: sangheki, sjohanss
2018-05-03 14:09:39 +02:00
Thomas Schatzl
91ba4b5676
8201640: Use _ref_processor_* member variables directly in G1CollectedHeap
...
Reviewed-by: sjohanss
2018-05-03 14:09:21 +02:00
Thomas Schatzl
945701e945
8201492: Properly implement non-contiguous generations for Reference discovery
...
Collectors like G1 implementing non-contiguous generations previously used an inexact but conservative area for discovery. Concurrent and STW reference processing could discover the same reference multiple times, potentially missing referents during evacuation. So these collectors had to take extra measures while concurrent marking/reference discovery has been running. This change makes discovery exact for G1 (and any collector using non-contiguous generations) so that concurrent discovery and STW discovery discover on strictly disjoint memory areas. This means that the mentioned situation can not occur any more, and extra work is not required any more too.
Reviewed-by: kbarrett, sjohanss
2018-05-03 14:09:00 +02:00
Thomas Stuefe
d2c3ef2f85
8202303: LogStream should autoflush on destruction
...
Reviewed-by: dholmes, rehn, zgu
2018-05-03 07:35:17 +02:00
Ningsheng Jian
3d2467c62e
8202186: AArch64: Debug build VM crashes with PrintC1Statistics option
...
Reviewed-by: aph
2018-04-28 17:33:44 +08:00
Michal Vala
c555679d4f
8179887: Build failure with glibc >= 2.24: error: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated
...
Use readir rather than readdir_r on Linux.
Reviewed-by: kbarrett, stuefe, andrew
2018-05-02 19:24:52 -04:00
Daniel D. Daugherty
9a94336b7d
8191798: redo nested ThreadsListHandle to drop Threads_lock
...
Refactor Thread hazard ptrs and nested ThreadsLists into SafeThreadsListPtr.
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Reviewed-by: dcubed, eosterlund, rehn
2018-05-02 16:47:40 -04:00
Martin Buchholz
405f933513
8202398: Optimize Arrays.deepHashCode
...
Reviewed-by: psandoz
2018-05-02 11:21:27 -07:00
Martin Buchholz
526a2dbe28
8201634: Random seedUniquifier uses incorrect LCG
...
Correct typo in constant from L'Ecuyer
Reviewed-by: dl, psandoz
2018-05-02 11:20:20 -07:00
Martin Buchholz
bb34027591
8202397: Typo in X-Buffer javadoc
...
Reviewed-by: psandoz
2018-05-02 11:19:12 -07:00
Jonathan Gibbons
f7ac53e5e9
8201817: Taglet.init should be called with the "primary" doclet
...
Reviewed-by: ksrini
2018-05-02 11:11:06 -07:00
Aleksey Shipilev
cfa9de4249
8202418: Remove explicit CMS checks in CardTableBarrierSetAssembler: ARM32 leftovers
...
Reviewed-by: eosterlund
2018-05-02 19:26:44 +02:00
Aleksey Shipilev
078b80e63c
8201786: Modularize interpreter GC barriers: leftovers for ARM32
...
Reviewed-by: enevill, eosterlund
2018-05-02 19:26:42 +02:00
Calvin Cheung
aedb6040c6
8200466: Revisit the setting of _transitive_interfaces in InstanceKlass
...
Delay the setting of _transitive_interfaces until after initialize_supers() in fill_instance_klass().
Reviewed-by: iklam, coleenp
2018-05-02 09:26:10 -07:00
Matthias Baesken
3ff52c18c6
8202200: set INCLUDE_SA to false on s390x by default
...
Reviewed-by: ihse, erikj, jgeorge
2018-04-24 17:56:25 +02:00
Claes Redestad
55725ec33c
8201650: Move iteration order randomization of unmodifiable Set and Map to iterators
...
Reviewed-by: smarks, jiangli
2018-04-30 09:15:44 +02:00
Rachna Goel
a01b2f3b73
8179071: Month value is inconsistent between CLDR and Java in some locales
...
Handled Language aliases from CLDR SupplementalMetaData
Reviewed-by: naoto
2018-04-30 11:59:42 +05:30