Eric Caspole
32d78c46dc
8215572: Add new Arrays micros
...
New micros for mismatch and fill
Reviewed-by: kvn, vlivanov
2019-01-02 13:37:55 -05:00
Claes Redestad
53c47fe98e
8215990: Avoid using reflection to create common default URLStreamHandlers
...
Reviewed-by: alanb
2019-01-02 19:06:16 +01:00
Adam Petcher
df05de6ea7
8215643: Microbenchmarks for KeyAgreement and Cipher
...
Adding some missing microbenchmarks for crypto algorithms
Reviewed-by: jnimeh
2019-01-02 13:06:04 -05:00
Gunter Haug
99bb6c77b3
8215791: Tiny bug in VM monitoring/management
...
Reviewed-by: dholmes, simonis
2018-12-21 10:19:15 +01:00
Harold Seigel
e159548718
8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'
...
On Windows, do not treat ':' as a delimeter when it's in a string such as "C:..."
Reviewed-by: dholmes, sspitsyn
2019-01-02 10:35:33 -05:00
Jesper Wilhelmsson
59716b0bb3
Merge
2019-01-02 16:05:13 +01:00
Gary Adams
32a5512763
8211343: nsk_jvmti_parseoptions should handle multiple suboptions
...
Reviewed-by: sspitsyn, cjplummer
2019-01-02 07:19:33 -05:00
Erik Joelsson
46eb26b692
8215445: Enable building for Windows in WSL
...
Co-authored-by: Andrew Luo <andrewluotechnologies@outlook.com>
Reviewed-by: ihse
2019-01-02 12:59:26 +01:00
Sergei Ustimenko
88b95f0570
8215977: hsdis installation documentation update
...
Reviewed-by: dholmes
2019-01-01 20:09:02 -05:00
Kim Barrett
dd609d57e6
8213481: [REDO] Fix incorrect copy constructors in hotspot
...
Fix and use ResourceObj copy constructor.
Reviewed-by: coleenp, dholmes, kvn
2018-12-31 15:40:50 -05:00
Tagir F. Valeev
42e7372b3e
8214687: Optimize Collections.nCopies().hashCode() and equals()
...
Reviewed-by: igerasim, smarks
2018-12-30 08:57:24 +07:00
Sergey Ustimenko
9d3cfddfb6
8215966: GeneratePropertyPassword.sh uses bash syntax
...
Use "case" instead of "if" for the NT check to make sh happy.
Reviewed-by: dholmes
2018-12-28 15:19:14 -08:00
David Holmes
6c4ec86cea
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
...
Reviewed-by: dcubed
2018-12-28 16:31:11 -05:00
Deepak kejriwal
6774e567aa
8214567: Use {@systemProperty} for definitions of system properties
...
8214569: Use {@systemProperty} for definitions of system properties
Reviewed-by: lancea, mchung, alanb, naoto
2018-12-26 17:09:19 +05:30
Stefan Johansson
b91fa3a6c8
8215898: Build broken on 32-bit after JDK-8211425
...
Reviewed-by: tschatzl
2018-12-22 15:47:10 +01:00
Stefan Johansson
65b77b109b
8215897: Build broken on zero after JDK-8211424
...
Reviewed-by: tschatzl
2018-12-22 15:46:54 +01:00
Kishor Kharbas
28f71c2c72
8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
...
8202286: Allocation of old generation of Java heap on alternate memory devices
Enable an experimental feature in HotSpot JVM to allocate old generation of Parallel GC on an alternative memory device, such as NV-DIMMs.
Reviewed-by: sangheki, sjohanss
2018-12-21 08:23:55 -08:00
Kishor Kharbas
d580e2eed2
8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
...
8202286: Allocation of old generation of Java heap on alternate memory devices
Enable an experimental feature in HotSpot JVM to allocate old generation of G1 GC on an alternative memory device, such as NV-DIMMs.
Reviewed-by: sangheki, sjohanss
2018-12-21 08:18:59 -08:00
Andrey Petushkov
9d20ad22c8
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
...
Reviewed-by: aph, dholmes
2018-12-21 18:26:55 +00:00
Nick Gasson
0e2172c7ba
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
...
Reviewed-by: aph
2018-12-21 17:14:46 +00:00
Matthias Baesken
e4bc6e7ab9
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
...
Reviewed-by: clanger, dholmes
2018-12-21 14:42:08 +01:00
David Holmes
526f854cc1
8214097: Rework thread initialization and teardown logic
...
Reviewed-by: rehn, mgronlun, dcubed, kbarrett
2018-12-27 21:17:11 -05:00
Kim Barrett
575f633a96
8214201: Make PtrQueueSet completed buffer list private
...
Merge and make private in PtrQueueSet all completed buffer list handling
Reviewed-by: tschatzl, sjohanss
2018-12-26 19:24:00 -05:00
Boris Ulasevich
b38a53de3f
8206107: [x86_32] jck tests for ldc2_w bytecode fail
...
Reviewed-by: dsamersoff
2018-12-25 18:35:42 +03:00
Srinivas Dama
ead8577920
8208184: IllegalArgumentException while invoking code completion on netbeans IDE
...
Set Log.useSource and fix the issue in Modules.java when broken module is encountered
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: jjg
2018-12-24 12:18:40 +05:30
Weijun Wang
4769c9fbad
8215769: Java cannot probe pkcs12 files exported by Firefox
...
Reviewed-by: mullan
2018-12-22 10:38:45 +08:00
Brian Burkhalter
fedf0767fc
8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException
...
Reviewed-by: rriggs, plevart, smarks
2018-12-21 13:03:03 -08:00
Jonathan Gibbons
2162a500c1
8215516: Move JavadocTester to a named package
...
Reviewed-by: hannesw
2018-12-21 10:38:33 -08:00
Milan Mimica
9cbca323f7
8215727: Restore JFR thread sampler loop to old / previous behavior
...
Reviewed-by: egahlin, mgronlun
2018-12-21 16:56:40 +01:00
Philipp Kunz
1dae61a374
8066619: Fix deprecation warnings in java.util.jar
...
Reviewed-by: rriggs, lancea
2018-12-21 09:54:32 -05:00
Gary Adams
203f6ad99a
8215571: jdb does not include jdk.* in the default class filter
...
Reviewed-by: alanb, cjplummer
2018-12-21 07:42:12 -05:00
Hannes Wallnöfer
cb553175b7
8215291: Broken links when generating from project without modules
...
Reviewed-by: jjg
2018-12-21 11:02:36 +01:00
Pankaj Bansal
e049d143b0
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
...
Reviewed-by: prr, kcr
2018-12-21 11:43:04 +05:30
Alex Menkov
ae369f40a4
8215716: PopFrame() was unexpectedly done
...
Reviewed-by: dholmes, sspitsyn
2018-12-20 17:51:16 -08:00
Jesper Wilhelmsson
eb3549baf7
Merge
2018-12-21 01:25:46 +01:00
Vladimir Kozlov
f7e8dcc0bb
8215687: [Graal] unit test CheckGraalIntrinsics failed after 8212043
...
Add check for new intrinsics
Reviewed-by: iveresov, iignatyev
2018-12-20 14:03:56 -08:00
Claes Redestad
cad5fa8f16
8215555: TieredCompilation C2 threads can excessively block handshakes
...
Reviewed-by: kvn, neliasso, rehn
2018-12-20 19:44:08 +01:00
Thomas Schatzl
1a1369d270
8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
...
Change G1PeriodicGCSystemLoadThreshold to be a double to allow better granularity in determining idleness
Reviewed-by: sjohanss, sangheki
2018-12-20 19:44:33 +01:00
Nick Gasson
d62b658ffc
8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode
...
Reviewed-by: aph, dpochepk
2018-12-20 17:07:07 +00:00
Lutz Schmidt
5cdb1c7078
8215551: Missing case label in nmethod::reloc_string_for()
...
Reviewed-by: kvn, mbaesken
2018-12-20 17:29:59 +01:00
Erik Joelsson
9f1d035d8d
8215635: Pandoc check in Docs.gmk does not work on Windows
...
Reviewed-by: tbell, ihse
2018-12-20 05:27:42 -08:00
Per Lidén
2778c86488
8215547: ZGC: Fix incorrect match rule for loadBarrierWeakSlowRegNoVec
...
Reviewed-by: eosterlund, neliasso
2018-12-20 11:43:04 +01:00
Erik Österlund
83adde9866
8215491: ICStubInterface::finalize finds zombie nmethod with ZGC concurrent class unloading
...
Reviewed-by: dlong, coleenp
2018-12-20 10:41:45 +01:00
Erik Österlund
1cc5cf4c02
8215500: ICRefillVerifierMark does not set the provided verfier as current
...
Reviewed-by: pliden, thartmann
2018-12-20 10:41:45 +01:00
Jesper Wilhelmsson
205598c97f
Added tag jdk-12+25 for changeset 7496df94b3b7
2018-12-20 02:54:16 +01:00
Sean Coffey
36d0987f4d
8214532: Update RFC 2459 references in javadoc to RFC 5280
...
Reviewed-by: mullan
2018-12-19 18:21:38 +00:00
Per Lidén
c9d7dd0827
8215487: ZGC: ZRuntimeWorkers incorrectly identify themselves as ZWorkers
...
Reviewed-by: eosterlund
2018-12-19 08:32:48 +01:00
Igor Ignatyev
b756562a67
8215322: add @file support to jaotc
...
Reviewed-by: kvn
2018-12-18 13:37:06 -08:00
Priya Lakshmi Muthuswamy
fd6cbffc4b
8214570: Use {@systemProperty} for definitions of system properties
...
Reviewed-by: alanb, mullan
2018-12-19 11:08:08 +05:30
Valerie Peng
cfcd43da04
8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails
...
Changed SignatureUtil.specialSetParameter to ignore null signature parameters
Reviewed-by: mullan, weijun
2018-12-19 02:27:44 +00:00