Zhengyu Gu
b81bfcbff1
8236902: Shenandoah: Missing string dedup roots in all root scanner
...
Reviewed-by: rkennke
2020-01-10 07:21:32 -05:00
Valerie Peng
efc96d1c07
8236897: Fix the copyright header for pkcs11gcm2.h
...
Add the "Classpath" exception to existing header
Reviewed-by: weijun
2020-01-10 02:52:25 +00:00
Serguei Spitsyn
d94f8c91c9
8229847: AttachProvider javadoc page needs an update
...
Replace Sun references with Oracle references in AttachProvider javadoc
Reviewed-by: amenkov, dholmes
2020-01-10 01:36:48 +00:00
Brian Burkhalter
d8e3d8af7b
8236804: java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
...
Reviewed-by: chegar, lancea
2020-01-09 08:31:41 -08:00
Brian Burkhalter
7cd4d9ac6a
8236582: (fc) FileChannel.map fails with InternalError when security manager enabled
...
Reviewed-by: alanb
2020-01-09 08:31:29 -08:00
Christian Hagedorn
863f741611
8236140: assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it
...
Add missing rehashing for modified node in InitializeNode::complete_stores().
Reviewed-by: neliasso, thartmann
2020-01-09 16:14:14 +01:00
Maurizio Cimadamore
b1df8adbf8
8236779: static field in implementation class erroneously leaking in memory access javadoc
...
Reviewed-by: chegar
2020-01-09 12:04:22 +00:00
Athijegannathan Sundararajan
6e467d4d02
8225561: jlink --help doesn't state that ALL-MODULE-PATH is accepted for --add-modules
...
Reviewed-by: alanb
2020-01-09 17:25:05 +05:30
Jesper Wilhelmsson
cd74b2a23d
Added tag jdk-14+31 for changeset decd3d2953b6
2020-01-09 02:34:23 +01:00
Jesper Wilhelmsson
0a4d6f6925
Added tag jdk-14+31 for changeset d54ce919da90
2020-01-09 02:31:10 +01:00
Paul Sandoz
e5b0568e1c
8236769: Clarify javadoc of memory access API
...
Reviewed-by: chegar
2020-01-08 23:12:45 +00:00
Erik Gahlin
0239771501
8236264: Remove jdk.jfr.Recording::setFlushInterval and jdk.jfr.Recording::getFlushInterval
...
Reviewed-by: rehn, mseledtsov
2020-01-08 22:44:34 +01:00
Anthony Scarpino
7ed4930a8e
8236098: AlgorithmConstraints:permits method not throwing IAEx when primitives are empty
...
Reviewed-by: xuelei
2020-01-08 13:25:03 -08:00
Roman Kennke
ba6cedcf24
8236732: Shenandoah: Stricter placement for oom-evac scopes
...
Reviewed-by: zgu
2020-01-07 21:53:52 +01:00
Zhengyu Gu
9e09ba5e13
8236681: Shenandoah: Disable concurrent class unloading flag if no class unloading for the GC cycle
...
Reviewed-by: rkennke
2020-01-07 08:53:37 -05:00
Roman Kennke
49b1cc8ee6
8236181: C2: Remove useless step_over_gc_barrier() in int->bool conversion
...
Reviewed-by: thartmann, roland
2020-01-07 13:45:10 +01:00
Jesper Wilhelmsson
39d46a1f76
Added tag jdk-14+30 for changeset d54ce919da90
2020-01-01 03:08:17 +01:00
Jesper Wilhelmsson
44765b8218
Added tag jdk-14+29 for changeset 563fa900fa17
2019-12-27 18:26:17 +01:00
Weijun Wang
e7a07ea2f3
8236470: Deal with ECDSA using ecdsa-with-SHA2 plus hash algorithm as AlgorithmId
...
Reviewed-by: xuelei
2019-12-25 07:17:25 +08:00
Sandhya Viswanathan
45e4c4c4dc
8236364: TEMP vector registers could be incorrectly assigned upper bank xmm registers after Generic Operands (JDK-8234391)
...
Reviewed-by: kvn, vlivanov
2019-12-24 16:49:37 +03:00
Yasumasa Suenaga
1e67b2c457
8235637: jhsdb jmap from OpenJDK 11.0.5 doesn't work if prelink is enabled
...
Error handling for "lib_base_diff == 0"
Reviewed-by: ysuenaga, cjplummer, kevinw
2019-12-24 04:47:44 -05:00
Lance Andersen
da03b15fac
8235961: SyncResolverImpl does not throw SQLException as expected
...
Reviewed-by: joehw, bpb
2019-12-23 17:18:32 -05:00
Chris Hegarty
417672bc9d
8236441: Bound MulticastSocket fails when setting outbound interface on Windows
...
Reviewed-by: alanb
2019-12-23 09:17:00 +00:00
Tobias Hartmann
34b08ed2a5
8233164: C2 fails with assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr)) failed: correct memory chain
...
Use _src_type/_dest_type as address types for the loads and stores.
Reviewed-by: vlivanov, roland
2019-12-23 09:44:35 +01:00
Markus Grönlund
5acd373a10
8234059: Stress test fails with "Unexpected Exception in thread JFR Event Stream"
...
Reviewed-by: egahlin
2019-12-21 13:03:02 +01:00
Markus Grönlund
304ab31cff
8233111: Epoch shift synchronization point for Compiler threads
...
Reviewed-by: egahlin
2019-12-21 12:45:08 +01:00
Roland Westrelin
1af059d4cb
8231291: C2: loop opts before EA should maximally unroll loops
...
Reviewed-by: kvn, vlivanov
2019-12-20 17:17:37 +01:00
Roland Westrelin
1745ae28b9
8237086: assert(is_MachReturn()) running CTW with fix for JDK-8231291
...
Reviewed-by: kvn, vlivanov
2020-01-14 14:58:17 +01:00
Patrick Concannon
00c40ae1e3
7021373: DatagramPacket exception conditions are not clear
...
Specification is clarified by adding or clarifying @throws clauses where required
Reviewed-by: alanb, chegar, darcy, dfuchs
2020-02-07 11:10:41 +00:00
Claes Redestad
38f0c08ee0
8237484: Improve module system bootstrap
...
Reviewed-by: alanb
2020-02-07 10:23:35 +01:00
Claes Redestad
9c8f05279c
8236272: Improve fidelity between contents of default CDS archive and classes loaded at runtime
...
Reviewed-by: erikj, jiangli, iklam
2020-02-07 10:15:59 +01:00
Claes Redestad
9abc1a4441
8238599: Refactor and simplify implAddOpensToAllUnnamed
...
Reviewed-by: alanb
2020-02-07 09:47:25 +01:00
David Holmes
9f21d809ab
8238460: Provide warnings about the use of JNI RegisterNatives to rebind native methods for boot/platform classes in other classloaders
...
Reviewed-by: jwilhelm, lfoltan
2020-02-06 21:03:40 -05:00
Kim Barrett
ccbd819a01
8237143: Eliminate DirtyCardQ_cbl_mon
...
Replace locked data structures with lock-free data structures.
Reviewed-by: tschatzl, sangheki
2020-02-06 19:09:07 -05:00
Jonathan Gibbons
e37a6aed88
8238503: Remove unused field and accessor for docLocale from ToolOptions
...
Reviewed-by: hannesw
2020-02-06 12:44:21 -08:00
Daniil Titov
26b642f92f
8196729: Add jstatd option to specify RMI connector port
...
Reviewed-by: cjplummer, sspitsyn
2020-02-06 11:23:51 -08:00
Zhengyu Gu
87031d4728
8238574: Shenandoah: Assertion failure due to missing null check
...
Reviewed-by: shade
2020-02-06 13:08:14 -05:00
Jesper Wilhelmsson
b3f01bb39f
Merge
2020-02-06 17:14:04 +01:00
Lois Foltan
df72b2e2d6
8238600: Remove runtime/fieldType.hpp and fieldType.cpp
...
Remove obsolesced source files fieldType.hpp and fieldType.cpp.
Reviewed-by: hseigel
2020-02-06 15:28:37 +00:00
Lois Foltan
d19a396e96
8230199: consolidate signature parsing code in HotSpot sources
...
Add a new Signature class to support basic signature queries and enhance SignatureStream class to parse field signatures in addition to methods.
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: coleenp, dholmes, fparain, hseigel
2020-02-06 14:29:57 +00:00
Magnus Ihse Bursie
2ede36b3a3
8201349: build broken when configured with --with-zlib=bundled on gcc 7.3
...
Reviewed-by: erikj
2020-02-06 13:41:51 +01:00
Magnus Ihse Bursie
df12f8b5d2
8212986: Make Visual Studio compiler check less strict
...
Reviewed-by: erikj
2020-02-06 13:40:59 +01:00
Magnus Ihse Bursie
dfa757aed0
8238542: When warning about C/C++ compiler mismatch, be clear if this is about build compilers
...
Reviewed-by: erikj
2020-02-06 13:40:07 +01:00
Magnus Ihse Bursie
9b9830ced7
8218480: Automatically add -Werror in FLAGS_COMPILER_CHECK_ARGUMENTS
...
Reviewed-by: erikj
2020-02-06 13:38:57 +01:00
Nils Eliasson
b59f630249
8237581: Improve allocation expansion
...
Reviewed-by: vlivanov, redestad
2020-02-06 11:21:39 +01:00
Matthias Baesken
2d6ed667d2
8238530: OPT_SPEED_SRC list misses some files with cpu-dependend file names
...
Reviewed-by: ihse, redestad
2020-02-05 10:14:40 +01:00
Jesper Wilhelmsson
79ed5ba492
Added tag jdk-15+9 for changeset 62b5bfef8d61
2020-02-06 02:54:00 +01:00
Jonathan Gibbons
98f5d98a88
8222793: Javadoc tool ignores "-locale" param and uses default locale for all messages and texts
...
Reviewed-by: prappo
2020-02-05 11:01:05 -08:00
Mandy Chung
c0f23a8604
8230047: Remove legacy java.lang.reflect.ProxyGenerator_v49
...
Reviewed-by: rriggs, sundar
2020-02-05 09:53:56 -08:00
Erik Joelsson
f1332640d4
8238225: Issues reported after replacing symlink at Contents/MacOS/libjli.dylib with binary
...
Reviewed-by: clanger, alanb, ihse
2020-02-05 09:33:25 -08:00