Matthias Baesken
|
70671882dd
|
8234525: enable link-time section-gc for linux s390x to remove unused code
Reviewed-by: erikj, mdoerr
|
2019-11-27 10:07:29 +01:00 |
|
Erik Gahlin
|
ddb7954946
|
8233870: JFR TestSetEndTime.java times out - onClose() is never called
Reviewed-by: mgronlun
|
2019-11-26 17:00:57 +01:00 |
|
Patricio Chilano Mateo
|
71ec3b6947
|
8234613: JavaThread can escape back to Java from an ongoing handshake
Check again if we have a pending/in-progress handshake operation after executing ~ThreadInVMForHandshake()
Reviewed-by: coleenp, dcubed, dholmes, rehn
|
2019-11-26 15:21:37 +00:00 |
|
Roman Kennke
|
476973c47b
|
8234768: Shenandoah: Streamline enqueueing runtime barriers
Reviewed-by: zgu
|
2019-11-26 14:48:04 +01:00 |
|
Zhengyu Gu
|
63b2ab296f
|
8234270: [REDO] JDK-8204128 NMT might report incorrect numbers for Compiler area
Reviewed-by: stuefe, minqi
|
2019-11-26 09:27:16 -05:00 |
|
Matthias Baesken
|
bdd67c46f3
|
8234809: set relro in linker flags when building with gcc
Reviewed-by: erikj, fweimer
|
2019-11-26 13:55:11 +01:00 |
|
Jan Lahoda
|
229e0d1631
|
8231826: Implement javac changes for pattern matching for instanceof
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Co-authored-by: Gavin Bierman <gavin.bierman@oracle.com>
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Srikanth Adayapalam <srikanth.adayapalam@oracle.com>
Co-authored-by: Vicente Romero <vicente.romero@oracle.com>
Reviewed-by: mcimadamore
|
2019-11-27 09:00:01 +01:00 |
|
Stefan Karlsson
|
d5c759accb
|
8234798: Build failure after atomic changes in JDK-8234563
Reviewed-by: tschatzl, rkennke, zgu
|
2019-11-26 13:50:26 +01:00 |
|
Per Lidén
|
0830eaa398
|
8234619: ZGC: gc/z/TestSmallHeap.java failure with Out Of Memory
Reviewed-by: tschatzl, eosterlund
|
2019-11-26 11:57:58 +01:00 |
|
Srikanth Adayapalam
|
05ca3218d9
|
8234729: Javac should eagerly change code generation for method references to avert IllegalAccessError in future
Reviewed-by: mcimadamore
|
2019-11-26 11:13:53 +05:30 |
|
Serguei Spitsyn
|
5df8729406
|
8221372: Test vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java times out
Update test to get rid of unneeded MethodEntry/MethodExit events
Reviewed-by: amenkov, cjplummer
|
2019-11-26 02:32:32 +00:00 |
|
Brian Burkhalter
|
4d86094783
|
8179320: File.getUsableSpace() returns a negative number on very large file system
Reviewed-by: alanb, rriggs, darcy
|
2019-11-25 15:30:35 -08:00 |
|
Doug Simon
|
0ba7b4b907
|
8234681: Remove UseJVMCIClassLoader logic from JVMCI code
Reviewed-by: kvn, iignatyev
|
2019-11-25 12:08:20 -08:00 |
|
Markus Grönlund
|
b5f034ad44
|
8234684: JFR crashes when rotating the JFR output during assertion failure
Reviewed-by: egahlin, mseledtsov
|
2019-11-25 20:18:54 +01:00 |
|
Tom Rodriguez
|
f81c192da9
|
8234359: [JVMCI] invalidate_nmethod_mirror shouldn't use a phantom reference
Reviewed-by: kvn, eosterlund
|
2019-11-25 11:13:02 -08:00 |
|
Markus Grönlund
|
096bacb9ea
|
8233197: Invert JvmtiExport::post_vm_initialized() and Jfr:on_vm_start() start-up order for correct option parsing
Reviewed-by: sspitsyn, egahlin
|
2019-11-25 18:38:01 +01:00 |
|
Erik Österlund
|
1b3fd96d2a
|
8234531: Remove CMS code from CLDG and safepoint cleanup
Reviewed-by: coleenp, zgu
|
2019-11-25 15:21:44 +00:00 |
|
Stefan Karlsson
|
b468726bdc
|
8234602: ZGC: Windows compile error in ZHeuristic
Reviewed-by: pliden, eosterlund
|
2019-11-25 15:00:32 +01:00 |
|
Stefan Karlsson
|
e36fa7783f
|
8234009: ZGC: Move resurrection unblock to before the _unload.purge() call
Reviewed-by: pliden, eosterlund
|
2019-11-25 14:57:03 +01:00 |
|
Stefan Karlsson
|
265e2f13aa
|
8234010: ZGC: Change ZResurrection to use Atomic::load/store
Reviewed-by: pliden, eosterlund
|
2019-11-25 14:56:15 +01:00 |
|
Stefan Karlsson
|
0ad50c2b5c
|
8234740: Harmonize parameter order in Atomic - cmpxchg
Reviewed-by: rehn, dholmes
|
2019-11-25 12:33:15 +01:00 |
|
Stefan Karlsson
|
3d426623bf
|
8234739: Harmonize parameter order in Atomic - xchg
Reviewed-by: rehn, dholmes
|
2019-11-25 12:32:40 +01:00 |
|
Stefan Karlsson
|
213af1161a
|
8234738: Harmonize parameter order in Atomic - sub
Reviewed-by: rehn, dholmes
|
2019-11-25 12:32:07 +01:00 |
|
Stefan Karlsson
|
d45ec50076
|
8234737: Harmonize parameter order in Atomic - add
Reviewed-by: rehn, dholmes
|
2019-11-25 12:31:39 +01:00 |
|
Stefan Karlsson
|
8db2c1158e
|
8234736: Harmonize parameter order in Atomic - store
Reviewed-by: rehn, dholmes
|
2019-11-25 12:30:24 +01:00 |
|
Stefan Karlsson
|
e527ce4b57
|
8234562: Move OrderAccess::release_store*/load_acquire to Atomic
Reviewed-by: rehn, dholmes
|
2019-11-25 12:22:13 +01:00 |
|
Erik Gahlin
|
e06c17ce33
|
8234703: JFR TestOutOfProcessMigration.java should clean up files
Reviewed-by: mgronlun
|
2019-11-25 14:06:13 +01:00 |
|
Per Lidén
|
1d2c12c5a6
|
8234573: ZGC: Enable ZVerifyMarking by default in debug builds
Reviewed-by: stefank, tschatzl
|
2019-11-25 12:34:43 +01:00 |
|
Markus Grönlund
|
cebc2be1cb
|
8234433: TestUnloadEventClassCount fails with "assert(SafepointSynchronize::is_at_safepoint()) failed: invariant"
Reviewed-by: pliden
|
2019-11-25 11:08:30 +01:00 |
|
Matthias Baesken
|
6eedae02a7
|
8234629: remove unused functions from libnet
Reviewed-by: alanb, vtewari
|
2019-11-22 10:29:12 +01:00 |
|
Erik Österlund
|
f4fced0e24
|
8234509: Race in macOS os::processor_id()
Reviewed-by: dholmes, pliden, rehn
|
2019-11-25 09:10:41 +00:00 |
|
Leo Korinth
|
48615b4ca9
|
8233029: Obsolete flag GCTaskTimeStampEntries
Reviewed-by: kbarrett, tschatzl
|
2019-11-25 08:11:24 +01:00 |
|
Andrew Haley
|
78995ebe68
|
8233232: AArch64: Shenandoah: jni_fast_GetLongField is broken
Reviewed-by: shade, rkennke
|
2019-11-01 06:04:35 -04:00 |
|
Aleksey Shipilev
|
4fcd28bf54
|
8233303: Shenandoah: verifier assert erroneously uses byte_size_in_exact_unit
Reviewed-by: rkennke
|
2019-10-31 10:37:03 +01:00 |
|
Jesper Wilhelmsson
|
843fe9eb03
|
Added tag jdk-14+21 for changeset c16ac7a2eba4
|
2019-10-31 04:17:41 +01:00 |
|
Coleen Phillimore
|
2c77ae1ca5
|
8233266: Remove unnecessary fence in restore_unshareable_info
Reviewed-by: jiangli, dholmes
|
2019-10-30 22:32:00 -04:00 |
|
Valerie Peng
|
f14e3a60b2
|
8232950: SUNPKCS11 Provider incorrectly check key length for PSS Signatures
Fixed to treat the queried key size values as bits instead of bytes
Reviewed-by: ascarpino, xuelei
|
2019-10-31 02:22:42 +00:00 |
|
Lance Andersen
|
3cc7b5babe
|
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
Reviewed-by: clanger, bpb, alanb
|
2019-10-30 15:54:41 -04:00 |
|
Markus Grönlund
|
8addc1418a
|
8226511: Implement JFR Event Streaming
Co-authored-by: Erik Gahlin <erik.gahlin@oracle.com>
Co-authored-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Reviewed-by: egahlin, mseledtsov, mgronlun
|
2019-10-30 19:43:52 +01:00 |
|
Claes Redestad
|
061b0a6637
|
8233159: Method::result_type should use calculated value in constMethod
Reviewed-by: lfoltan, iklam, coleenp
|
2019-10-30 16:14:56 +01:00 |
|
Matthias Baesken
|
a65c0d7afe
|
8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
Reviewed-by: clanger
|
2019-10-30 14:52:27 +01:00 |
|
Matthias Baesken
|
da61b865b4
|
8233078: fix minimal VM build on Linux ppc64(le)
Reviewed-by: mdoerr, lucy
|
2019-11-04 09:54:00 +01:00 |
|
Jan Lahoda
|
a9952bb5d9
|
8229815: Upgrade Jline to 3.12.1
Reviewed-by: rfield
|
2019-11-04 09:40:35 +01:00 |
|
Weijun Wang
|
a66829bc89
|
8231950: keytool -ext camel-case shorthand not working
Reviewed-by: mullan
|
2019-11-04 14:26:18 +08:00 |
|
David Holmes
|
1d50b2761c
|
8229516: Thread.isInterrupted() always returns false after thread termination
Reviewed-by: dnsimon, sspitsyn, dcubed, alanb
|
2019-11-03 18:02:29 -05:00 |
|
Alan Bateman
|
fd077ea9ae
|
8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
Reviewed-by: dfuchs, chegar
|
2019-11-03 14:07:43 +00:00 |
|
Alan Bateman
|
db4909bf99
|
8232673: (dc) DatagramChannel socket adaptor issues
Reviewed-by: dfuchs, chegar
|
2019-11-02 10:02:18 +00:00 |
|
Kim Barrett
|
5dafc279a7
|
8233359: Add global sized operator delete definitions
Added new definitions.
Reviewed-by: dholmes
|
2019-11-01 16:21:17 -04:00 |
|
Brian Burkhalter
|
2cea148cdf
|
8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity
Reviewed-by: alanb, darcy, rriggs
|
2019-11-01 13:16:50 -07:00 |
|
Julia Boes
|
012dffcd27
|
8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
Modified method description to disambiguate when false is returned and altered implementation
Reviewed-by: dfuchs, chegar, vtewari
|
2019-11-01 12:57:01 +00:00 |
|