Commit Graph

15954 Commits

Author SHA1 Message Date
Jatin Bhateja
3092b5615d 8284813: x86 Code cleanup related to move instructions.
Reviewed-by: kvn, sviswanathan
2022-05-05 03:20:01 +00:00
Pavel Rappo
bb022b24cf 8285470: Improve handling of @inheritDoc
Reviewed-by: jjg
2022-05-04 20:55:01 +00:00
Hai-May Chao
09e6ee96bd 8255552: Add DES/3DES/MD5 to jdk.security.legacyAlgorithms
Reviewed-by: mullan, weijun
2022-05-04 20:35:16 +00:00
Liam Miller-Cushon
4d30a1e8d1 8284220: TypeMirror#toString omits enclosing class names after JDK-8281238
Reviewed-by: darcy
2022-05-04 20:25:36 +00:00
Jonathan Gibbons
28e6d805f4 8285869: Selective cleanup in doclint Checker class
Reviewed-by: iris, prappo
2022-05-04 20:23:23 +00:00
Doug Lea
00e6c63cd1 8277090: jsr166 refresh for jdk19
Reviewed-by: alanb, psandoz
2022-05-04 19:24:19 +00:00
Yasser Bazzi Bordonal
df8c2be5fe 8279598: Provide adapter from RandomGenerator to Random
Reviewed-by: smarks, darcy
2022-05-04 17:55:50 +00:00
Aleksey Shipilev
7b7207a45a 8280003: C1: Reconsider uses of logical_and immediates in LIRGenerator::do_getObjectSize
Co-authored-by: Sergey Nazarkin <snazarki@openjdk.org>
Reviewed-by: snazarki, dlong, iveresov
2022-05-04 15:39:56 +00:00
Brian Burkhalter
17cc7131ab 8274112: (fc) Tune FileChannel.transferTo()
Reviewed-by: alanb, lancea, rriggs
2022-05-04 14:33:16 +00:00
Coleen Phillimore
29c2e54cf6 8286092: Remove dead windows stack code
Reviewed-by: iklam, dholmes
2022-05-04 12:51:20 +00:00
Lutz Schmidt
4e1e76acfb 8278757: [s390] Implement AES Counter Mode Intrinsic
Reviewed-by: mdoerr, stuefe
2022-05-04 09:39:19 +00:00
Johannes Bechberger
4b2c82200f 8282477: [x86, aarch64] vmassert(_last_Java_pc == NULL, "already walkable"); fails with async profiler
Reviewed-by: dholmes, mdoerr, dlong
2022-05-04 07:54:52 +00:00
Albert Mingkun Yang
ca9d039fd3 8285934: Remove unimplemented MemTracker::init_tracking_level
Reviewed-by: coleenp
2022-05-04 07:53:04 +00:00
Doug Simon
4282fb2b0d 8286063: check compiler queue after calling AbstractCompiler::on_empty_queue
Reviewed-by: kvn
2022-05-04 04:55:27 +00:00
Weijun Wang
075ce8a0d0 8286069: keytool prints out wrong key algorithm for -importpass command
Reviewed-by: hchao, valeriep
2022-05-04 02:56:18 +00:00
Daniel D. Daugherty
efcd3d3a8f 8286088: add comment to InstallAsyncExceptionHandshake destructor
Reviewed-by: dholmes
2022-05-03 21:26:53 +00:00
Dean Long
f82dd76614 8285885: Replay compilation fails with assert(is_valid()) failed: check invoke
Reviewed-by: thartmann, kvn
2022-05-03 21:00:37 +00:00
Coleen Phillimore
be67acdf5c 8285832: runtime/Thread/TooSmallStackSize.java failed "assert(k->is_initialized()) failed: need to increase java_thread_min_stack_allowed calculation"
Reviewed-by: dholmes, fparain, iklam
2022-05-03 17:43:12 +00:00
Alexander Zuev
39e50c2d69 8273506: java Robot API did the 'm' keypress and caused /awt/event/KeyEvent/KeyCharTest/KeyCharTest.html is timing out on macOS 12
Reviewed-by: serb
2022-05-03 17:08:17 +00:00
Joe Darcy
3cbf769f55 8285977: Add links to IEEE 754 specification
Reviewed-by: jjg, iris, bpb
2022-05-03 16:58:19 +00:00
Igor Veresov
4434c7df03 8265360: several compiler/whitebox tests fail with "private compiler.whitebox.SimpleTestCaseHelper(int) must be compiled"
Reviewed-by: kvn, thartmann
2022-05-03 16:02:22 +00:00
Xue-Lei Andrew Fan
ffca23a531 8284490: Remove finalizer method in java.security.jgss
Reviewed-by: rriggs, dfuchs, weijun
2022-05-03 14:14:09 +00:00
Roberto Castañeda Lozano
6fcd322258 8279622: C2: miscompilation of map pattern as a vector reduction
Reviewed-by: roland, kvn, thartmann
2022-05-03 11:08:48 +00:00
Roberto Castañeda Lozano
af1ee1cc55 8283684: IGV: speed up filter application
Reviewed-by: thartmann, kvn
2022-05-03 07:42:18 +00:00
Roberto Castañeda Lozano
7a4835178d 8280568: IGV: Phi inputs and pinned nodes are not scheduled correctly
Reviewed-by: kvn, thartmann
2022-05-03 07:27:50 +00:00
Ioi Lam
64b5b2b0b3 8282828: CDS uncompressed oops archive is not deterministic
Reviewed-by: erikj, ihse, ccheung
2022-05-03 04:06:56 +00:00
Jie Fu
fbcd874907 8285979: G1: G1SegmentedArraySegment::header_size() is incorrect since JDK-8283368
Reviewed-by: tschatzl, iwalulya
2022-05-02 22:41:06 +00:00
Weijun Wang
50a4df87c8 8286024: PKCS12 keystore shows "DES/CBC" as the algorithm of a DES SecretKeyEntry
Reviewed-by: valeriep
2022-05-02 22:37:32 +00:00
Jonathan Gibbons
f973b78383 8286028: Some -Xlint keys are missing in javac man page
Co-authored-by: Ethan McCue <emccue@live.com>
Reviewed-by: darcy
2022-05-02 21:12:04 +00:00
Brian Burkhalter
9d8c3bf9f8 8285745: Re-examine PushbackInputStream mark/reset
Reviewed-by: jpai, alanb
2022-05-02 18:19:36 +00:00
Daniel D. Daugherty
4a79270c01 8284632: runtime/Thread/StopAtExit.java possibly leaking memory again
Reviewed-by: pchilanomate, rehn
2022-05-02 15:23:03 +00:00
Weijun Wang
cfcba1fccc 8285827: Describe the keystore.pkcs12.legacy system property in the java.security file
Reviewed-by: mullan
2022-05-02 14:03:24 +00:00
Thomas Schatzl
7020595631 8284435: Add dedicated filler objects for known dead Java heap areas
Reviewed-by: iklam, iwalulya
2022-05-02 11:03:57 +00:00
Johan Sjölén
cf81f6cf5b 8285712: LogMessageBuffer doesn't check vsnprintf return value
Reviewed-by: dholmes, iklam
2022-05-02 10:19:54 +00:00
Aleksey Shipilev
9795ef5dd3 8285851: Cleanup C2AtomicParseAccess::needs_pinning()
Reviewed-by: thartmann
2022-05-02 07:05:39 +00:00
Pavel Rappo
3eb661bbe7 8285890: Fix some @param tags
Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
2022-04-30 21:21:17 +00:00
Fei Gao
df7fba1cda 8284981: Support the vectorization of some counting-down loops in SLP
Reviewed-by: roland, kvn
2022-04-30 07:39:16 +00:00
Jie Fu
e54f26aa3d 8284992: Fix misleading Vector API doc for LSHR operator
Reviewed-by: psandoz
2022-04-29 23:01:37 +00:00
Daniel D. Daugherty
23f022bd37 8285945: [BACKOUT] JDK-8285802 AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Reviewed-by: kvn
2022-04-29 20:16:17 +00:00
Dean Long
cd8709e8e0 8284883: JVM crash: guarantee(sect->end() <= sect->limit()) failed: sanity on AVX512
Reviewed-by: kvn, jbhateja
2022-04-29 19:09:58 +00:00
Naoto Sato
3d07b3c7f0 8282227: Locale information for nb is not working properly
Reviewed-by: rriggs
2022-04-29 17:20:41 +00:00
Phil Race
67dd8a8d6a 8285686: Upgrade to FreeType 2.12.0
Reviewed-by: serb, jdv
2022-04-29 16:40:06 +00:00
Andrew Haley
df4d5cf5f5 8285802: AArch64: Consistently handle offsets in MacroAssembler as 64-bit quantities
Reviewed-by: ngasson, adinn
2022-04-29 13:01:05 +00:00
Sean Mullan
694556e137 8225433: Clarify behavior of PKIXParameters.setRevocationEnabled when PKIXRevocationChecker is used
Reviewed-by: xuelei, hchao
2022-04-29 12:27:43 +00:00
Roland Westrelin
e98ac23553 8285793: C2: optimization of mask checks in counted loops fail in the presence of cast nodes
Reviewed-by: kvn, thartmann
2022-04-29 11:19:27 +00:00
Jaikiran Pai
269eae6189 8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 beta2
Reviewed-by: dfuchs, alanb
2022-04-29 09:15:56 +00:00
Martin Doerr
d3606a34fa 8285390: PPC64: Handle integral division overflow during parsing
Reviewed-by: lucy
2022-04-29 08:33:23 +00:00
Xiaolin Zheng
b71e8c1649 8285711: riscv: RVC: Support disassembler show-bytes option
Reviewed-by: fyang
2022-04-29 06:45:49 +00:00
Jatin Bhateja
e4066628ad 8282711: Accelerate Math.signum function for AVX and AVX512 target.
Reviewed-by: sviswanathan, thartmann
2022-04-29 06:34:09 +00:00
Tobias Hartmann
0a4a6403bb 8285301: C2: assert(!requires_atomic_access) failed: can't ensure atomicity
Reviewed-by: kvn, dlong
2022-04-29 06:12:43 +00:00
Sergey Bylokhov
40f19c014f 8264666: Change implementation of safeAdd/safeMult in the LCMSImageLayout class
Reviewed-by: prr
2022-04-29 05:53:31 +00:00
Srikanth Adayapalam
1e28fcbc5f 8155701: The compiler fails with an AssertionError: typeSig ERROR
Reviewed-by: vromero
2022-04-29 05:04:23 +00:00
Yadong Wang
94b533a94c 8285699: riscv: Provide information when hitting a HaltNode
Reviewed-by: fyang
2022-04-29 03:19:29 +00:00
Joe Darcy
e2e943adcb 8285688: Add links to JEPs and JSRs to SourceVersion
Reviewed-by: vromero, jjg, iris
2022-04-29 01:05:26 +00:00
Jonathan Gibbons
80cf59ff0b 8285610: TreeInfo.pathFor and its uses appear to be dead code
Reviewed-by: vromero
2022-04-29 00:35:24 +00:00
Jonathan Gibbons
8190217971 8285496: DocLint does not check for missing @param tags for type parameters on classes and interfaces
Reviewed-by: darcy, iris
2022-04-29 00:32:56 +00:00
Mark Powers
573eaceca5 8285504: Minor cleanup could be done in javax.net
Reviewed-by: wetmore
2022-04-28 22:18:36 +00:00
Joe Darcy
bba456a8db 8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
2022-04-28 18:00:34 +00:00
Pengfei Li
ea83b4455b 8280510: AArch64: Vectorize operations with loop induction variable
Reviewed-by: adinn, thartmann
2022-04-28 14:13:24 +00:00
Ron Pressler
d7514b068f 8285595: Assert frame anchor doesn't change in safepoints/handshakes
Reviewed-by: rehn, coleenp
2022-04-28 09:56:31 +00:00
Aleksey Shipilev
5629c7555f 8284848: C2: Compiler blackhole arguments should be treated as globally escaping
Reviewed-by: kvn, thartmann
2022-04-28 08:32:44 +00:00
Aleksey Shipilev
85f8d14edf 8283994: Make Xerces DatatypeException stackless
Reviewed-by: joehw, jpai
2022-04-28 08:30:24 +00:00
Daniel Jeliński
47951655ac 8285696: AlgorithmConstraints:permits not throwing IllegalArgumentException when 'alg' is null
Reviewed-by: jpai, xuelei
2022-04-28 06:20:34 +00:00
Weijun Wang
c1173c24bf 8285493: ECC calculation error
Reviewed-by: xuelei, ascarpino
2022-04-28 02:52:41 +00:00
Xue-Lei Andrew Fan
89fd6d34f8 8284910: Buffer clean in PasswordCallback
Reviewed-by: mullan
2022-04-28 02:48:20 +00:00
Bradford Wetmore
cf1b00a604 8285683: Missing @ since 11 in java.security.spec.MGF1ParameterSpec fields
Reviewed-by: hchao, valeriep, xuelei, mullan
2022-04-27 23:54:37 +00:00
Raffaello Giulietti
1f868f1d09 8285658: Fix two typos in the spec of j.u.random.RandomGenerator
Reviewed-by: bpb, darcy
2022-04-27 19:19:29 +00:00
jeremy
8a16842b4e 8176501: Method Shape.getBounds2D() incorrectly includes Bezier control points in bounding box
Reviewed-by: prr
2022-04-27 18:37:42 +00:00
Maxim Kartashev
05dac5a23e 8280468: Crashes in getConfigColormap, getConfigVisualId, XVisualIDFromVisual on Linux
Reviewed-by: serb, prr
2022-04-27 18:19:55 +00:00
Chris Plummer
716a80a838 8283179: SA tests fail with "ERROR: catch_mach_exception_raise: Message doesn't denote a Unix soft signal."
Reviewed-by: dholmes, amenkov
2022-04-27 17:57:34 +00:00
Claes Redestad
6c79671e50 8285633: Take better advantage of generic MethodType cache
Reviewed-by: jvernee
2022-04-27 17:54:21 +00:00
Daniel D. Daugherty
5b42747ba1 8285736: JDK-8236128 causes validate-source failures
Reviewed-by: mikael, asemenyuk
2022-04-27 17:16:45 +00:00
Thomas Stuefe
6ce4e755a4 8284726: Print active locale settings in hs_err reports and in VM.info
Reviewed-by: dholmes, mbaesken, kevinw
2022-04-27 16:50:22 +00:00
Alexey Semenyuk
b675c597e3 8236128: Allow jpackage create installers for services
Reviewed-by: almatvee
2022-04-27 16:32:29 +00:00
Michael McMahon
ef27081fe7 8285671: java/nio/channels/etc/PrintSupportedOptions.java and java/nio/channels/DatagramChannel/AfterDisconnect.java are failing
Reviewed-by: dfuchs
2022-04-27 16:14:57 +00:00
Johnny Lim
4919525ddb 8285440: Typo in Collections.addAll method javadoc
Reviewed-by: jpai, rriggs
2022-04-27 14:18:51 +00:00
Thomas Stuefe
16a8ebbf05 8285675: Temporary fix for arm32 SafeFetch
Reviewed-by: mdoerr
2022-04-27 11:28:55 +00:00
Eric Liu
d3ea4b7bb4 8283435: AArch64: [vectorapi] Optimize SVE lane/withLane operations for 64/128-bit vector sizes
Reviewed-by: njian, ngasson
2022-04-27 01:22:27 +00:00
Weijun Wang
14e7d91199 8285404: RSA signature verification should reject non-DER OCTET STRING
Reviewed-by: valeriep
2022-04-26 20:47:59 +00:00
Harold Seigel
975a060ade 8284642: Unexpected behavior of -XX:MaxDirectMemorySize=0
Reviewed-by: stuefe, dholmes
2022-04-26 19:01:09 +00:00
Naoto Sato
03bcf7b6d1 8283620: System.out does not use the encoding/charset specified in the Javadoc
Reviewed-by: alanb
2022-04-26 16:05:20 +00:00
Jonathan Gibbons
20a132d460 8284994: -Xdoclint:all returns warning for records, even when documented properly
Reviewed-by: vromero
2022-04-26 15:42:18 +00:00
Brian Burkhalter
a3b788144e 8284930: Re-examine FilterInputStream mark/reset
Reviewed-by: alanb, jpai, dfuchs, lancea
2022-04-26 15:35:45 +00:00
Tyler Steele
97a0a292a6 8283643: [AIX, testbug] MachCodeFramesInErrorFile test fails to find 'Native frames' text
Reviewed-by: dnsimon, dholmes
2022-04-26 15:26:21 +00:00
Michael McMahon
67755edd6f 8284890: Support for Do not fragment IP socket options
Reviewed-by: erikj, ihse, dfuchs
2022-04-26 13:49:58 +00:00
Andrew Haley
a7b5157375 8282541: AArch64: Auto-vectorize Math.round API
Reviewed-by: njian, ngasson, adinn
2022-04-26 13:43:12 +00:00
Tobias Hartmann
8de3c65545 8284951: Compile::flatten_alias_type asserts with "indeterminate pointers come only from unsafe ops"
Reviewed-by: kvn, roland
2022-04-26 12:05:24 +00:00
Pavel Rappo
e333cd33d1 8285611: Retrofit (Doc)Pretty with java.io.UncheckedIOException
Reviewed-by: jjg
2022-04-26 07:48:37 +00:00
Dean Long
947869609c 8283441: C2: segmentation fault in ciMethodBlocks::make_block_at(int)
Reviewed-by: kvn, thartmann
2022-04-26 07:25:47 +00:00
Daniel Jeliński
00e9c96d51 8285398: Cache the results of constraint checks
Reviewed-by: coffeys, xuelei
2022-04-26 05:55:52 +00:00
Xiaolin Zheng
4bf2c18d6c 8285435: Show file and line in MacroAssembler::verify_oop for AArch64 and RISC-V platforms (Port from x86)
Reviewed-by: ngasson, fyang
2022-04-25 23:57:08 +00:00
Joe Darcy
d435d692b0 8285614: Fix typo in java.lang.Float
Reviewed-by: naoto, lancea, iris
2022-04-25 23:03:11 +00:00
Smita Kamath
3416bfa256 8283022: com/sun/crypto/provider/Cipher/AEAD/GCMBufferTest.java failing with -Xcomp after 8273297
Reviewed-by: ascarpino
2022-04-25 22:45:00 +00:00
Jonathan Gibbons
80a7f7becf 8267690: Revisit (Doc)Tree search implemented by throwing an exception
Reviewed-by: vromero, prappo
2022-04-25 20:54:11 +00:00
Raffaello Giulietti
fb605944b5 8285477: Add a PRECISION public static field to j.l.Float and j.l.Double
Reviewed-by: darcy
2022-04-25 17:18:46 +00:00
Anthony Scarpino
414918d911 8285389: EdDSA trimming zeros
Reviewed-by: xuelei
2022-04-25 15:31:49 +00:00
Roland Westrelin
32593df392 8279888: Local variable independently used by multiple loops can interfere with loop optimizations
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: thartmann, kvn
2022-04-25 09:30:00 +00:00
Jan Lahoda
4c22a9bcf9 8282823: javac should constrain more uses of preview APIs
Reviewed-by: jlaskey, mcimadamore, vromero
2022-04-25 09:10:44 +00:00
Roland Westrelin
dc6358444b 8273115: CountedLoopEndNode::stride_con crash in debug build with -XX:+TraceLoopOpts
Reviewed-by: kvn, thartmann
2022-04-25 08:32:50 +00:00
Matthias Baesken
c5aa75dd81 8285439: remove unused os::fsync
Reviewed-by: hseigel, dholmes
2022-04-25 06:43:56 +00:00
Xiaolin Zheng
9d9f4e502f 8285437: riscv: Fix MachNode size mismatch for MacroAssembler::verify_oops*
Reviewed-by: shade, fyang
2022-04-24 02:17:03 +00:00
Brian Burkhalter
03cbb48e6a 8285445: cannot open file "NUL:"
Reviewed-by: mikael
2022-04-23 15:51:04 +00:00
Xue-Lei Andrew Fan
e9d604a3e5 8285431: Assertion in NativeGSSContext constructor
Reviewed-by: djelinski, valeriep
2022-04-23 14:28:18 +00:00
Doug Simon
357b1b18c2 8242440: use separate, destroyable JavaVM instances per libgraal compiler thread
Reviewed-by: kvn, thartmann
2022-04-23 06:08:11 +00:00
Feilong Jiang
b10833bbf3 8285303: riscv: Incorrect register mask in call_native_base
Co-authored-by: Dingli Zhang <dingli@iscas.ac.cn>
Reviewed-by: fyang, yadongwang
2022-04-22 23:48:57 +00:00
Aleksey Shipilev
ce8db2c403 8285394: Compiler blackholes can be eliminated due to stale ciMethod::intrinsic_id()
Reviewed-by: kvn, dlong
2022-04-22 17:11:34 +00:00
Magnus Ihse Bursie
4e252cf3c4 8285370: Fix typo in jdk.charsets
Reviewed-by: alanb, naoto
2022-04-22 14:04:13 +00:00
Matthias Baesken
d8025c95cd 8285362: unify os::pause platform coding
Reviewed-by: dholmes, lucy
2022-04-22 13:41:08 +00:00
Thomas Schatzl
82f0ac02e0 8284995: G1: Do not mark through Closed Archive regions during concurrent mark
Reviewed-by: iwalulya, ayang
2022-04-22 09:04:42 +00:00
Tobias Holenstein
165f516101 8277056: Combining several C2 Print* flags asserts in xmlStream::pop_tag
Reviewed-by: kvn, thartmann, xliu, dlong
2022-04-22 08:40:12 +00:00
Roberto Castañeda Lozano
139615b181 8285369: C2: emit reduction flag value in node and loop dumps
Reviewed-by: kvn
2022-04-22 07:38:01 +00:00
Jie Fu
d84b9c5489 8285342: Zero build failure with clang due to values not handled in switch
Reviewed-by: shade, aph
2022-04-21 23:46:59 +00:00
Alexey Ivanov
ec4fb47b90 8284189: Replace usages of 'a the' in java.desktop
Reviewed-by: jdv, prr, dmarkov
2022-04-21 19:12:57 +00:00
Martin Doerr
e955cacb91 8285040: PPC64 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Reviewed-by: kvn, lucy
2022-04-21 16:00:28 +00:00
Calvin Cheung
73f3e17ea7 8213445: jcmd VM.symboltable and VM.stringtable -verbose output contains no shared symbols or strings
Reviewed-by: iklam, dholmes
2022-04-21 15:40:29 +00:00
Matthias Baesken
f166b5b13b 8285307: remove unused os::available
Reviewed-by: dholmes, zgu, lucy
2022-04-21 14:02:51 +00:00
Jim Laskey
85641c651d 8283084: RandomGenerator nextDouble(double, double) is documented incorrectly
Reviewed-by: bpb, darcy
2022-04-21 13:45:50 +00:00
Jim Laskey
4732b1d038 8274683: Code example provided by RandomGeneratorFactory does not compile
Reviewed-by: darcy
2022-04-21 13:40:02 +00:00
Alexey Ushakov
90983431c5 8283794: CCE in XRTextRenderer.drawGlyphList and XRMaskFill.MaskFill
Reviewed-by: serb, aghaisas
2022-04-21 09:56:39 +00:00
Pavel Rappo
d6b5a63577 8284908: Refine diagnostic positions for DCErroneous
Reviewed-by: jjg
2022-04-21 08:57:16 +00:00
Feilong Jiang
fa04d1f832 8284949: riscv: Add Zero support for the 32-bit RISC-V architecture
Co-authored-by: Junfeng Xie <xiejunfeng3@huawei.com>
Reviewed-by: erikj, stuefe, ihse, yadongwang
2022-04-21 07:35:32 +00:00
Joe Wang
994f2e9271 8284548: Invalid XPath expression causes StringIndexOutOfBoundsException
Reviewed-by: naoto, lancea
2022-04-20 23:08:07 +00:00
Vladimir Kozlov
691c5da593 8285266: compiler/intrinsics/sha/cli/TestUseSHA256IntrinsicsOptionOnUnsupportedCPU.java fails after JDK-8284563
Reviewed-by: mikael
2022-04-20 22:41:17 +00:00
Doug Simon
8543aaa7eb 8283839: [JVMCI] add support for querying indy bootstrap method target and arguments
Reviewed-by: psandoz, kvn
2022-04-20 20:25:00 +00:00
Joe Wang
81a8e2f8b3 8284920: Incorrect Token type causes XPath expression to return incorrect results
Reviewed-by: naoto, lancea
2022-04-20 19:22:12 +00:00
Daniel Jeliński
d8446b4f60 8284694: Avoid evaluating SSLAlgorithmConstraints twice
Reviewed-by: redestad, xuelei, coffeys
2022-04-20 18:15:16 +00:00
Xin Liu
cb16e41089 8283541: Add Statical counters and some comments in PhaseStringOpts
Reviewed-by: thartmann, kvn
2022-04-20 17:38:24 +00:00
Valerie Peng
15ce8c6195 8284553: Deprecate the DEFAULT static field of OAEPParameterSpec
Reviewed-by: mullan
2022-04-20 17:23:06 +00:00
Tim Prinzing
e8016f7443 8281006: Module::getResourceAsStream should check if the resource is open unconditionally when caller is null
Reviewed-by: alanb, erikj, mchung
2022-04-20 17:02:31 +00:00
Joe Darcy
e6c5f2886c 8280594: Refactor annotation invocation handler handling to use Objects.toIdentityString
Reviewed-by: bpb
2022-04-20 16:20:36 +00:00
Quan Anh Mai
b4a85cdae1 8284742: x86: Handle integral division overflow during parsing
Reviewed-by: kvn, mdoerr
2022-04-20 16:17:01 +00:00
Daniel Fuchs
5291ec8d56 8277969: HttpClient SelectorManager shuts down when custom Executor rejects a task
Reviewed-by: jpai, michaelm
2022-04-20 13:09:45 +00:00
Matthias Baesken
6c6d5223df 8284758: [linux] improve print_container_info
Reviewed-by: stuefe, lucy, sgehwolf
2022-04-20 11:08:43 +00:00
Tobias Holenstein
46b2e547a9 8075816: Deprecate AliasLevel flag since it is broken
Reviewed-by: thartmann, kvn
2022-04-20 09:41:53 +00:00
Xue-Lei Andrew Fan
0f81d8fcc3 8284933: Improve debug in jdk.crypto.cryptoki
Reviewed-by: valeriep
2022-04-20 04:36:12 +00:00
Eric Liu
72726c4182 8284563: AArch64: bitperm feature detection for SVE2 on Linux
Reviewed-by: aph, njian
2022-04-20 00:55:56 +00:00
Brian Burkhalter
98d54e8eb2 8282397: createTempFile method of java.io.File is failing when called with suffix of spaces character
Reviewed-by: alanb
2022-04-19 22:18:33 +00:00
Daniel Fuchs
8d456ac0ec 8282300: Throws NamingException instead of InvalidNameException after JDK-8278972
Reviewed-by: coffeys, akolarkunnu
2022-04-19 22:18:33 +00:00
Anthony Scarpino
f61d121124 8281388: Change wrapping of EncryptedPrivateKeyInfo
Reviewed-by: jnimeh
2022-04-19 22:18:33 +00:00
Daniel Fuchs
9e051d5396 8278972: Improve URL supports
Reviewed-by: skoivu, rhalade, alanb
2022-04-19 22:18:33 +00:00
Brian Burkhalter
395bb5b7f9 8278356: Improve file creation
Reviewed-by: alanb, rhalade
2022-04-19 22:18:33 +00:00
Joe Darcy
ee0743801e 8277672: Better invocation handler handling
Reviewed-by: skoivu, mchung, rhalade
2022-04-19 22:18:33 +00:00
Weijun Wang
9ce2d75d0b 8278449: Improve keychain support
Reviewed-by: ahgross, rhalade, mullan
2022-04-19 22:18:33 +00:00
Jayathirth D V
74318dfb9d 8278805: Enhance BMP image loading
Reviewed-by: prr, azvegint, rhalade, mschoene
2022-04-19 22:18:33 +00:00
Joe Wang
616ea1692e 8270504: Better Xpath expression handling
Reviewed-by: naoto, lancea, mschoene, rhalade
2022-04-19 22:18:32 +00:00
Tobias Hartmann
3268aba925 8278798: Improve supported intrinsic
Reviewed-by: kvn, vlivanov, ahgross, rhalade
2022-04-19 22:18:32 +00:00
Valerie Peng
e6c926e028 8277227: Better identification of OIDs
Reviewed-by: ahgross, weijun, rhalade
2022-04-19 22:18:32 +00:00
Weijun Wang
e2f8ce9c3f 8277233: Improve ECDSA signature support
Reviewed-by: ascarpino, ahgross, rhalade
2022-04-19 22:18:32 +00:00
Erik Gahlin
f0f0ddbf6d 8272588: Enhanced recording parsing
Reviewed-by: mgronlun, rhalade, mschoene
2022-04-19 22:18:32 +00:00
Erik Gahlin
4d4ba814ae 8272594: Better record of recordings
Reviewed-by: mgronlun, rhalade, mschoene
2022-04-19 22:18:32 +00:00