Richard Reingruber
6e08f8434c
8232162: Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks
...
Reviewed-by: thartmann, neliasso
2019-10-16 17:03:40 +02:00
Hamlin Li
600b3e7e37
8134599: TEST_BUG: java/rmi/transport/closeServerSocket/CloseServerSocket.java fails intermittently with Address already in use
...
Reviewed-by: weijun, darcy, rriggs, coffeys
2019-10-17 13:34:06 +08:00
Hamlin Li
2a43248dba
8209824: Improve the code coverage for ThreadLocal
...
Reviewed-by: dholmes, alanb
2019-10-17 13:18:01 +08:00
Ivan Gerasimov
463d6e9640
8231859: Extra dash after the exception name in @throws clause of javadoc
...
Reviewed-by: weijun
2019-10-16 18:47:11 -07:00
Jesper Wilhelmsson
60f7a49958
Added tag jdk-14+19 for changeset 9b67dd88a931
2019-10-17 02:49:14 +02:00
Joe Darcy
98c9f8bdc7
8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent
...
Reviewed-by: martin
2019-10-16 16:55:52 -07:00
Weijun Wang
49883054db
8232357: Compare version info of Santuario to legal notice
...
Reviewed-by: mullan
2019-10-17 07:31:35 +08:00
Claes Redestad
a4e6e67553
8232207: Linux os::available_memory re-reads cgroup configuration on every invocation
...
Reviewed-by: bobv, sgehwolf
2019-10-17 00:19:02 +02:00
Claes Redestad
638fe2b833
8232211: Remove dead code from os.hpp|cpp
...
Reviewed-by: dholmes, dcubed, rehn
2019-10-17 00:00:13 +02:00
Ivan Gerasimov
31afddccae
8230407: SocketPermission and FilePermission action list allows leading comma
...
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: chegar
2019-10-16 14:32:17 -07:00
Man Cao
7e6ebde13c
8232232: G1RemSetSummary::_rs_threads_vtimes is not initialized to zero
...
Fix error in "Concurrent refinement threads times" in GC log and cleanup.
Reviewed-by: tschatzl, kbarrett
2019-10-14 18:48:10 -07:00
Yudi Zheng
db097ae201
8231754: [JVMCI] Make r27 unconditionally reserved in JVMCI
...
Reserve r27 (heap base register) on AArch64 unconditionally
Reviewed-by: adinn, dlong
2019-10-16 16:54:56 +02:00
Daniel Fuchs
ecde34ee35
8231449: HttpClient’s client ssl certificate authentication seems to be broken
...
SSLFlowDelegate.Reader and SubscriberWrapper are changed to better cooperate on when more demand should be requested from upstream. The issue encountered in this scenario was triggered by a large certificate which caused the SSLFlowDelegate to stop requesting data from upstream during the handshake although the engine handshake status was NEED_UNWRAP.
Reviewed-by: chegar
2019-10-16 14:50:53 +01:00
Thomas Schatzl
1c9dd15716
8232260: Remove g1 prefix in G1CollectedHeap::g1_hot_card_cache() getter
...
Reviewed-by: kbarrett, sjohanss
2019-10-16 12:36:44 +02:00
Martin Doerr
79c1634258
8232106: [x86] C2: SIGILL due to usage of SSSE3 instructions on processors which don't support it
...
Reviewed-by: kvn, thartmann
2019-10-16 11:52:56 +02:00
Zhengyu Gu
0046f1ea4f
8229919: Support JNI Critical functions in object pinning API on x86_32 platforms
...
Reviewed-by: rkennke, adinn
2019-10-15 22:22:23 -04:00
Henry Jen
9dd506f713
Merge
2019-10-15 21:33:54 +00:00
Joe Darcy
b5d427b0bc
8232234: Suppress warnings on non-serializable non-transient instance fields in java.rmi
...
Reviewed-by: rriggs
2019-10-15 13:25:57 -07:00
Aleksey Shipilev
6b11446797
8232051: Epsilon should warn about Xms/Xmx/AlwaysPreTouch configuration
...
Reviewed-by: zgu
2019-10-15 19:45:09 +02:00
Aleksey Shipilev
c1972ecd19
8232205: Shenandoah: missing "Update References" -> "Update Roots" tracing
...
Reviewed-by: rkennke, zgu
2019-10-15 19:38:59 +02:00
Naoto Sato
406c2a9b00
8212749: DecimalFormat.setGroupingSize(int) allows setting negative grouping size
...
8231984: Clarify semantics of DecimalFormat.getGroupingSize(0)
Reviewed-by: rriggs
2019-10-15 09:25:59 -07:00
Prasanta Sadhukhan
65a60129c8
Merge
2019-10-15 14:19:55 +05:30
Henry Jen
8d141f1048
Merge
2019-10-14 21:01:25 +00:00
Kim Barrett
b8c7a95859
8232147: Remove notproduct option IgnoreLockingAssertions
...
Removed option.
Reviewed-by: coleenp, dholmes
2019-10-12 00:22:53 -04:00
Prasanta Sadhukhan
b2b054bea6
8223158: Docked MacBook cannot start any Java Swing applications
...
Reviewed-by: prr, serb
2019-10-12 08:49:59 +05:30
Anton Kozlov
4b7bbaf5b0
8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call
...
Reviewed-by: mchung
2019-10-11 14:49:05 -07:00
Mikhailo Seledtsov
725da985e1
8230865: [TESTBUG] jdk/jfr/event/io/EvilInstrument.java fails at-run shell MakeJAR.sh target
...
Prebuilding the test class before adding it into a jar file
Reviewed-by: iignatyev, egahlin
2019-10-11 13:14:00 -07:00
Naoto Sato
d60ee287e1
8225435: Upgrade IANA Language Subtag Registry to the latest for JDK14
...
Reviewed-by: rriggs
2019-10-11 11:06:46 -07:00
Roger Riggs
3af3b5de61
8232135: Add diagnostic output to test java/util/ProcessBuilder/Basic.java
...
Reviewed-by: lancea
2019-10-11 13:14:33 -04:00
Roger Riggs
942402bab8
8231427: Warning cleanup in tests of java.io.Serializable
...
Reviewed-by: darcy, lancea
2019-10-11 13:11:56 -04:00
Igor Ignatyev
c3b33c0631
8225654: rework vmTestbase/jit/graph
...
Reviewed-by: thartmann, neliasso
2019-10-11 09:43:41 -07:00
Prasanta Sadhukhan
b871c1ff3a
Merge
2019-10-11 12:08:01 +05:30
Claes Redestad
94365d3210
8232150: aarch64 build broken after JDK-8232050
...
Reviewed-by: dholmes
2019-10-11 01:11:28 +02:00
Tom Rodriguez
81da915128
8231659: [JVMCI] Could not work PrintAssembly for JVMCI installed code
...
Reviewed-by: ysuenaga
2019-10-10 11:40:59 -07:00
Coleen Phillimore
a95a39a04e
8232120: com/sun/jdi/InvokeTest fails with -Xcheck:jni: assert(k->is_instance_klass()) failed: cast to InstanceKlass
...
Should have allowed recv klass to be an array.
Reviewed-by: hseigel, dcubed
2019-10-11 11:50:04 -04:00
Matthias Baesken
2882b4c549
8232107: support ThreadPriorityPolicy flag on AIX
...
Reviewed-by: clanger, dholmes
2019-10-10 14:20:43 +02:00
David Holmes
485f2e7f52
8232182: RedefineNestmateAttr/TestNestmateAttr.java failes due to ObjectCollectedException
...
Reviewed-by: phh, sspitsyn
2019-10-14 22:20:03 -04:00
Huang Wang
4fb2bb554d
8231988: Unexpected test result caused by C2 IdealLoopTree::do_remove_empty_loop
...
Duplicate cmp node in empty loop if it has other users
Co-authored-by: Tuo Xie <xietuo@huawei.com>
Reviewed-by: neliasso, thartmann
2019-10-11 16:52:18 +08:00
Mikhailo Seledtsov
5b7d56fdb9
8232224: [TESTBUG] problemlist JFR TestLargeRootSet.java
...
Problem listed the test
Reviewed-by: egahlin, dcubed
2019-10-14 14:40:02 -07:00
Leonid Mesnik
7e3316e3be
8231981: Refactor test definitions to split RT and SVC tests
...
Reviewed-by: sspitsyn, dholmes
2019-10-14 12:22:09 -07:00
Claes Redestad
35fb2da425
8232165: Reduce allocations in ValueStack copying constructor
...
Reviewed-by: neliasso, kvn
2019-10-14 20:58:08 +02:00
Daniil Titov
76d7e33569
8227231: JDWP help information shows use of obsolete Xdebug flag
...
Reviewed-by: dholmes, sspitsyn, amenkov
2019-10-14 11:24:23 -07:00
Aleksey Shipilev
67a89143dd
8232176: Shenandoah: new assert in ShenandoahEvacuationTask is too strong
...
Reviewed-by: rkennke
2019-10-14 11:03:13 +02:00
Robbin Ehn
9de8d240ff
8218543: ThreadsList handling during error reporting can crash
...
Reviewed-by: dcubed, dholmes
2019-10-14 08:59:12 +02:00
Andrew Leonard
0dbfc97c05
8231717: Improve performance of charset decoding when charset is always compactable
...
Reviewed-by: rriggs, redestad, alanb
2019-10-10 10:28:55 +01:00
Jorn Vernee
4ad3d82c76
8232167: Visual Studio install found through --with-tools-dir value is discarded
...
Reviewed-by: erikj, ihse
2019-10-11 06:57:33 -07:00
Erik Joelsson
d527c076c4
8232134: Change to Visual Studio 2017 15.9.16 for building on Windows at Oracle
...
Reviewed-by: ihse
2019-10-11 06:31:52 -07:00
Erik Joelsson
32540b6fc3
8232133: Change to GCC 8.3 for building on Linux at Oracle
...
Reviewed-by: kbarrett, dholmes, ihse
2019-10-11 06:38:52 -07:00
Erik Österlund
1a0e073932
8232116: ZGC: Remove redundant ZLock in ZNMethodTable
...
Reviewed-by: stefank, pliden
2019-10-11 13:07:21 +00:00
Andrew Dinn
67ebe0d274
8232046: AArch64 build failure after JDK-8225681
...
Reviewed-by: eosterlund
2019-10-10 10:59:13 +01:00