Jie Fu
|
3762eb00f0
|
8233574: Shenandoah: build is broken without jfr
Reviewed-by: rkennke, shade
|
2019-11-05 17:02:01 +08:00 |
|
Claes Redestad
|
dd8e82f46e
|
8233495: Some fieldDescriptor methods can pass existing constantPoolHandle
Reviewed-by: lfoltan, coleenp
|
2019-11-05 09:58:05 +01:00 |
|
Claes Redestad
|
af729c390c
|
8233494: Avoid calling MallocTracker::record_malloc and record_free when NMT is off
Reviewed-by: mdoerr, zgu
|
2019-11-05 09:57:10 +01:00 |
|
Jie Fu
|
9f62f4586d
|
8233429: Minimal and zero VM build broken after JDK-8227003
Co-authored-by: Igor Veresov <igor.veresov@oracle.com>
Reviewed-by: iveresov, shade, thartmann
|
2019-11-05 09:37:20 +08:00 |
|
Thomas Stuefe
|
13cc1154f0
|
8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
Reviewed-by: mdoerr, dlong, aph
|
2019-10-31 07:53:16 +01:00 |
|
Ivan Gerasimov
|
bc8822095f
|
8233422: Extra space in the title of the HTML javadoc page
Reviewed-by: ihse, erikj
|
2019-11-04 13:02:40 -08:00 |
|
Ioi Lam
|
1721476038
|
8232734: [TESTBUG] avoid using JDK symbols in ExtraSymbols.symbols.txt
Reviewed-by: ccheung
|
2019-11-04 12:36:54 -08:00 |
|
Brent Christian
|
3561b4ed50
|
8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
Reviewed-by: alanb, dholmes, mchung
|
2019-11-04 11:42:24 -08:00 |
|
Brian Burkhalter
|
691e75e223
|
8233519: Put java/nio/channels/DatagramChannel/Unref.java on the problem list
Reviewed-by: alanb, lancea
|
2019-11-04 11:05:10 -08:00 |
|
Aleksey Shipilev
|
05307243c0
|
8233520: Shenandoah: do not sleep when thread is attaching
Reviewed-by: rkennke
|
2019-11-04 19:40:58 +01:00 |
|
Andrew Haley
|
02224ff40c
|
Merge
|
2019-11-04 13:13:34 -05:00 |
|
Jie Fu
|
55759cbbff
|
8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
Reviewed-by: mchung
|
2019-11-04 10:03:32 -08:00 |
|
Kiran Ravikumar
|
429237410f
|
8232984: Upgrading Joni License version to 2.1.16
Reviewed-by: coffeys
|
2019-11-04 14:24:36 +00:00 |
|
Yasumasa Suenaga
|
2e72b249ee
|
8233285: Demangling C++ symbols in jhsdb jstack --mixed
Reviewed-by: cjplummer, sspitsyn, ihse
|
2019-11-04 22:31:59 +09:00 |
|
Simon Tooke
|
a7023d7c88
|
8232973: Potential infinite loop in macOS hotspot agent
Reviewed-by: stuefe, cjplummer, sspitsyn
|
2019-11-04 13:58:33 +01:00 |
|
Thomas Schatzl
|
460f7e3502
|
8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
Reviewed-by: lkorinth, kbarrett
|
2019-11-04 11:33:15 +01:00 |
|
Magnus Ihse Bursie
|
2dbe87fc45
|
8233383: Various minor fixes
Reviewed-by: erikj
|
2019-11-04 11:15:45 +01:00 |
|
Magnus Ihse Bursie
|
66195e8a71
|
8233381: Update copyright year in build system files
Reviewed-by: erikj
|
2019-11-04 11:12:13 +01:00 |
|
Chris Hegarty
|
9f6af13f9d
|
8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
Reviewed-by: dfuchs
|
2019-11-04 10:06:59 +00:00 |
|
Jan Lahoda
|
7a006b3608
|
8230847: Trees.getScope may crash when invoked for statement inside switch
More thoroughly avoiding side-effects when attributing (to) for Trees.getScope.
Reviewed-by: mcimadamore
|
2019-11-04 10:58:14 +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 |
|
Calvin Cheung
|
9c7e4bcf59
|
8233363: Clarify the DumpSharedSpaces condition in InstanceKlass::verify_on
Change DumpSharedSpaces to Arguments::is_dumping_archive().
Reviewed-by: iklam, coleenp
|
2019-11-01 11:31:37 -07:00 |
|
Igor Veresov
|
83dda95d7f
|
8227003: Add high-level JIT compilation mode control mechanism
Add tiered mode to emulate non-tiered with special mode for JVMCI compiler. Add -XX:CompilationMode option.
Reviewed-by: never, redestad
|
2019-11-01 09:39:13 -07:00 |
|
Doug Lea
|
f29d1d172b
|
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
Reviewed-by: martin
|
2019-11-01 09:07:59 -07:00 |
|
Doug Lea
|
dc7d30d08e
|
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
Reviewed-by: martin
|
2019-11-01 09:04:04 -07:00 |
|
Aleksey Shipilev
|
b56749537d
|
8233387: Shenandoah: passive mode should disable pacing ergonomically
Reviewed-by: zgu
|
2019-11-01 16:16:05 +01:00 |
|
Coleen Phillimore
|
026e83632d
|
8233386: Initialize NULL fields for unused decorations
Reviewed-by: shade, hseigel, dcubed
|
2019-11-01 10:04:49 -04:00 |
|
Christoph Langer
|
dae8d44447
|
8232980: Cleanup initialization of function pointers into java.base from classloader.cpp
Reviewed-by: iklam, ccheung
|
2019-11-01 07:58:05 +01:00 |
|
Christian Hagedorn
|
6df28153fd
|
8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating.
Reviewed-by: kvn, thartmann
|
2019-10-29 14:29:40 +01:00 |
|
Alexey Ivanov
|
c7acea028c
|
8232724: Remove indirection with calling JNU_NewStringPlatform
Reviewed-by: dholmes, clanger
|
2019-10-30 14:08:07 +00:00 |
|
Zhengyu Gu
|
c786ef3418
|
8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64
Reviewed-by: rkennke
|
2019-10-30 09:42:59 -04:00 |
|
Pengfei Li
|
ec56d9aaf0
|
8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
Reviewed-by: aph
|
2019-10-30 09:17:36 +08:00 |
|
Vladimir Kozlov
|
5c506779b2
|
8233035: Update JVMCI
Reviewed-by: dlong
|
2019-10-29 15:35:06 -07:00 |
|