Mandy Chung
5542307097
8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
...
Reviewed-by: coleenp, fparain, shade, plevart
2019-08-15 13:41:30 -07:00
Jan Lahoda
04cb846933
8226848: jline/terminal/impl files missing classpath exception clause in license header
...
Adding CPE to several files in jdk.internal.le.
Reviewed-by: jjg
2019-08-15 14:35:29 +02:00
Daniel Fuchs
77d09f0f14
8229486: Replace wildcard address with loopback or local host in tests - part 21
...
Reviewed-by: chegar
2019-08-15 12:58:27 +01:00
Weijun Wang
ca919052e9
8229767: Typo in java.security: Sasl.createClient and Sasl.createServer
...
Reviewed-by: xuelei
2019-08-15 15:39:43 +08:00
Robbin Ehn
57dbffe53f
8225788: Dead code in thread and safepoint
...
Reviewed-by: dholmes, dcubed, coleenp
2019-08-15 09:06:42 +02:00
Nick Gasson
6af89d6412
8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
...
Reviewed-by: cjplummer, adinn
2019-08-15 14:00:36 +08:00
Jesper Wilhelmsson
eed736fecd
Added tag jdk-14+10 for changeset ececb6dae777
2019-08-15 03:57:17 +02:00
David Holmes
000a25c0bf
8228858: Reimplement JVM_RawMonitors to use PlatformMutex
...
Reviewed-by: coleenp, dcubed, pchilanomate
2019-08-14 18:26:23 -04:00
Aleksey Shipilev
517f13e1c6
8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default
...
Reviewed-by: rkennke
2019-08-14 20:32:44 +02:00
Aleksey Shipilev
0005ab68af
8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs)
...
Reviewed-by: rkennke
2019-08-14 20:32:43 +02:00
Lance Andersen
a572017379
8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider
...
Reviewed-by: rriggs
2019-08-14 12:57:34 -04:00
Coleen Phillimore
d1ca6221a4
5103339: Strengthen NoSafepointVerifier
...
Add NSV check at possible safepoint transition or places that could take out locks. Consolidate with clearing unhandled oops.
Reviewed-by: dholmes, rehn
2019-08-14 10:07:00 -04:00
Chris Yin
af89550878
8217606: LdapContext#reconnect always opens a new connection
...
Reviewed-by: lancea, vtewari, rriggs
2019-08-14 11:14:54 +01:00
David Holmes
392b5f8f62
8228857: Refactor PlatformMonitor into PlatformMutex and PlatformMonitor
...
Reviewed-by: kbarrett, dcubed, pliden
2019-08-14 00:18:00 -04:00
Valerie Peng
6212473fc4
8228835: Memory leak in PKCS11 provider when using AES GCM
...
Updated freeCKMechanismPtr to free mechanism-specific memories
Reviewed-by: jnimeh
2019-08-14 01:40:29 +00:00
Valerie Peng
effe3eb806
8228613: java.security.Provider#getServices order is no longer deterministic
...
Changed to use SunEntries.DEF_SECURE_RANDOM_ALGO instead of relying on ordering of SecureRandom services
Reviewed-by: weijun
2019-08-14 00:57:15 +00:00
Mandy Chung
182c19e8c4
8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works
...
8209078: Unable to call default method from interface in another module from named module
Reviewed-by: dfuchs, plevart
2019-08-13 15:49:11 -07:00
Daniel D. Daugherty
2207d884d5
8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp
...
Reviewed-by: dholmes, coleenp
2019-08-13 16:13:22 -04:00
Naoto Sato
cf9351a41f
8211990: DateTimeException thrown when calculating duration between certain dates
...
Reviewed-by: lancea, scolebourne, rriggs
2019-08-13 10:10:42 -07:00
Zhengyu Gu
320eaaccc4
8229474: Shenandoah: Cleanup CM::update_roots()
...
Reviewed-by: rkennke
2019-08-13 13:01:41 -04:00
Daniel Fuchs
6d63995ada
8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
...
The test was observed blocking on receive and is updated to avoid using the wildcard address
Reviewed-by: chegar, msheppar
2019-08-13 16:18:43 +01:00
Aleksei Efimov
b4a7fb856b
8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
...
Reviewed-by: dfuchs, chegar
2019-08-13 16:11:28 +01:00
Roman Kennke
a8aedcea47
8229470: Shenandoah: Fix C1 getAndSetObject() failure
...
Reviewed-by: shade
2019-08-13 16:05:58 +02:00
Aleksey Shipilev
b1ea3a780c
8229419: Shenandoah: Cleanup LRB strength selector code
...
Reviewed-by: rkennke
2019-08-13 14:59:29 +02:00
Jan Lahoda
f033152eae
8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
...
Produce an error when reading a classfile with a field with ConstantValue with a wrong type.
Reviewed-by: vromero
2019-08-13 10:27:34 +02:00
Jan Lahoda
36ae680f2a
8228647: Broken enum produce inconvenient errors and AST
...
Improving error recovery for misplace members in enums.
Reviewed-by: vromero
2019-08-13 10:27:33 +02:00
Jan Lahoda
6e86f5b47b
8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
...
DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly.
Reviewed-by: vromero
2019-08-13 10:27:32 +02:00
Tobias Hartmann
da43cb5e46
8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late
...
Disable walking up the dominator chain for regions with more than 2 input paths.
Reviewed-by: roland, kvn
2019-08-13 09:56:13 +02:00
Tobias Hartmann
f1763a5e86
8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
...
Ignore membar if the load is already control dependent on it.
Reviewed-by: neliasso, kvn
2019-08-13 09:54:40 +02:00
Tobias Hartmann
5225d254ee
8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed
...
Problem list a test.
Reviewed-by: dholmes
2019-08-13 08:25:29 +02:00
Xue-Lei Andrew Fan
316140ff92
8226374: Restrict TLS signature schemes and named groups
...
Reviewed-by: mullan
2019-08-12 21:36:29 -07:00
Roman Kennke
de8ce983b3
8228369: Shenandoah: Refactor LRB C1 stubs
...
Reviewed-by: shade
2019-08-12 23:37:48 +02:00
Aleksey Shipilev
47c9c44b16
8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations
...
Reviewed-by: rkennke
2019-08-12 20:27:14 +02:00
Claes Redestad
cfb3b64704
8229407: Avoid ConcurrentHashMap resizes during bootstrap
...
Reviewed-by: alanb, shade, dfuchs
2019-08-12 15:27:57 +02:00
Michael McMahon
438c7a5dba
8185898: setRequestProperty(key, null) results in HTTP header without colon in request
...
Reviewed-by: chegar, dfuchs
2019-08-12 11:24:53 +01:00
Matthias Baesken
acd7750971
8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed in validateStackTrace()
...
Reviewed-by: mdoerr, mseledtsov
2019-08-09 15:39:32 +02:00
Hao Tang
681475de5b
8229406: ZGC: Fix incorrect statistics
...
Reviewed-by: pliden, eosterlund
2019-08-12 10:49:40 +02:00
Martin Doerr
50baeb8180
8229236: CriticalJNINatives: dll handling should be done in native thread state
...
Temporarily switch thread state from _thread_in_vm to _thread_in_native to execute I/O.
Reviewed-by: dlong, dholmes
2019-08-12 10:02:25 +02:00
Tobias Hartmann
fd4dc1dfd2
8225670: compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
...
Clear entry in the ciProfileData object if the klass is NULL.
Reviewed-by: eosterlund, thartmann
2019-08-12 08:48:47 +02:00
Jonathan Gibbons
23e3128b6a
8229386: Typo "lables" in doc comment
...
Reviewed-by: mchung
2019-08-09 15:22:43 -07:00
Ioi Lam
e9b271dd10
8229267: [TESTBUG] Remove unnecessary @modules dependencies in CDS tests
...
Reviewed-by: alanb, lfoltan
2019-08-09 13:13:36 -07:00
Jonathan Gibbons
e74e541d56
8227697: Improve text in Taglet API spec for expected results with standard doclet
...
Reviewed-by: hannesw
2019-08-09 12:27:05 -07:00
Chris Plummer
29875f63ef
8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
...
Move tests to seprate directory
Reviewed-by: dtitov, jcbeyler, ctornqvi, sspitsyn
2019-08-09 11:27:08 -07:00
Claes Redestad
46e4b55e23
8229283: StringLatin1 should consistently use CharacterDataLatin1.instance when applicable
...
Reviewed-by: jlaskey
2019-08-09 13:58:48 +02:00
Aleksey Shipilev
28737bd07f
8229350: Shenandoah does not need barriers before CreateEx
...
Reviewed-by: rkennke
2019-08-09 13:07:18 +02:00
Robbin Ehn
c6446d44b7
8226228: Make Threads_lock an always safepoint checked lock
...
Reviewed-by: coleenp, dcubed, dholmes
2019-08-09 11:04:08 +02:00
Erik Österlund
98fb7b85e5
8229027: Improve how JNIHandleBlock::oops_do distinguishes oops from non-oops
...
Reviewed-by: pliden, stuefe, dlong
2019-08-09 10:06:44 +02:00
Jesper Wilhelmsson
c11080efd9
Merge
2019-08-09 03:51:20 +02:00
Jesper Wilhelmsson
7929b6fbc5
Added tag jdk-13+33 for changeset 9c250a7600e1
2019-08-09 03:36:59 +02:00
Aleksei Efimov
4312f54e51
8225430: Replace wildcard address with loopback or local host in tests - part 14
...
Reviewed-by: dfuchs, chegar, vtewari
2019-08-08 21:58:11 +01:00