Xin Liu
2159170b41
8296453: Simplify resource_area uses in ClassPathDirEntry::open_stream
...
Reviewed-by: dholmes, phh
2022-11-16 22:40:04 +00:00
Doug Simon
95c390ec75
8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
...
Reviewed-by: thartmann, never
2022-11-16 21:21:04 +00:00
Weijun Wang
68d3ed5cee
8296442: EncryptedPrivateKeyInfo can be created with an uninitialized AlgorithmParameters
...
Reviewed-by: xuelei, kdriver, mullan
2022-11-16 20:30:34 +00:00
Doug Simon
37848a9ca2
8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod
...
Reviewed-by: never
2022-11-16 20:27:19 +00:00
Doug Simon
b3ef337566
8296960: [JVMCI] list HotSpotConstantPool.loadReferencedType to ConstantPool
...
Reviewed-by: never
2022-11-16 20:25:00 +00:00
Erik Gahlin
04a4d347bd
8297006: JFR: AbstractEventStream should not hold thread instance
...
Reviewed-by: mgronlun
2022-11-16 20:01:37 +00:00
Doug Simon
5db1b58c86
8296961: [JVMCI] Access to j.l.r.Method/Constructor/Field for ResolvedJavaMethod/ResolvedJavaField
...
Reviewed-by: never
2022-11-16 19:58:09 +00:00
Doug Simon
4ce4f384d7
8296958: [JVMCI] add API for retrieving ConstantValue attributes
...
Reviewed-by: never
2022-11-16 19:56:14 +00:00
Ioi Lam
8c26d029b5
8295315: [REDO] 8276687 Remove support for JDK 1.4.1 PerfData shared memory files
...
Reviewed-by: dholmes, kevinw, sspitsyn
2022-11-16 18:31:37 +00:00
Brian Burkhalter
b97fc93437
7132279: (ch) SeekableByteChannel operation may throw Non{Readable,Writable}ChannelException
...
Reviewed-by: lancea, jpai
2022-11-16 17:33:14 +00:00
Per Minborg
51f690decb
8297134: Add a @sealedGraph tag to InetAddress
...
Reviewed-by: jpai, aefimov
2022-11-16 16:41:30 +00:00
Calvin Cheung
3eb6d0e2f8
8291991: Adjust the "shared class paths mismatch" message if class path logging is enabled
...
Reviewed-by: iklam, matsaave
2022-11-16 15:47:32 +00:00
Lutz Schmidt
eac26f4eb2
8296709: WARNING: JNI call made without checking exceptions
...
Reviewed-by: kevinw, sspitsyn, clanger
2022-11-16 15:00:20 +00:00
Tobias Holenstein
4946737fcb
8297047: IGV: graphContent not set when opening a new tab
...
Reviewed-by: chagedorn, rcastanedalo
2022-11-16 13:52:41 +00:00
Daniel Fuchs
8b1ff9e37e
8297132: BACKOUT JDK-8296889: Race condition when cancelling a request
...
Reviewed-by: djelinski, alanb
2022-11-16 13:13:54 +00:00
Claes Redestad
e72b0ac4af
8296429: Remove os::supports_sse
...
Reviewed-by: stuefe
2022-11-16 13:03:14 +00:00
Stefan Karlsson
813b223a6b
8296926: Sort include lines of files in the include/ directory
...
Reviewed-by: kbarrett, erikj, lkorinth
2022-11-16 12:51:26 +00:00
Stefan Karlsson
8cdcec44d8
8296774: Removed default MEMFLAGS value from CHeapBitMap
...
Reviewed-by: lkorinth, eosterlund
2022-11-16 12:26:09 +00:00
Fei Yang
c3b285a8ac
8296916: RISC-V: Move some small macro-assembler functions to header file
...
Reviewed-by: fjiang, yadongwang, shade
2022-11-16 12:01:42 +00:00
Albert Mingkun Yang
720c3d08c6
8296932: G1: Remove unused G1RootClosures::weak_oops
...
Reviewed-by: tschatzl
2022-11-16 11:50:32 +00:00
Stefan Karlsson
196d0210df
8297020: Rename GrowableArray::on_stack
...
Reviewed-by: stuefe, coleenp
2022-11-16 11:01:39 +00:00
Stefan Karlsson
5f51dff697
8296776: Stop using mtNone as marker for CHeap allocations in GrowableArray
...
Reviewed-by: sspitsyn, xliu, stuefe
2022-11-16 10:52:57 +00:00
Pavel Rappo
499406c764
8285488: Improve DocFinder
...
8287796: Stop auto-inheriting documentation for subclasses of exceptions whose documentation is inherited
8291869: Match exceptions using types of javax.lang.model, not strings
8288045: Clean up ParamTaglet
8288046: Clean up ThrowsTaglet
8295277: Expand {@inheritDoc} in @throws fully
Reviewed-by: jjg
2022-11-16 09:43:21 +00:00
Pavel Rappo
97ab2c3ea6
8296953: Fix a typo in exception documentation
...
Reviewed-by: cjplummer, dfuchs
2022-11-16 09:18:14 +00:00
Thomas Stuefe
5e08b3f40e
8296931: NMT tests slowed down considerably by JDK-8242181
...
Reviewed-by: chagedorn, mbaesken
2022-11-16 08:51:47 +00:00
Yi-Fan Tsai
6ead2b0195
8296548: Improve MD5 intrinsic for x86_64
...
Reviewed-by: kvn, sviswanathan, luhenry
2022-11-16 06:13:15 +00:00
Daniel D. Daugherty
bd3acbea8c
8297089: [BACKOUT] JDK-8297088 Update LCMS to 2.14
...
Reviewed-by: dholmes
2022-11-15 23:02:42 +00:00
Alisen Chung
6a60d318b6
8295369: Update LCMS to 2.14
...
Reviewed-by: honkar, prr
2022-11-15 22:12:24 +00:00
Joshua Cao
0cbf084b44
8296969: C1: PrintC1Statistics is broken after JDK-8292878
...
Reviewed-by: chagedorn, kvn, xliu
2022-11-15 21:13:11 +00:00
Daniel Fuchs
7357a1a379
8296889: Race condition when cancelling a request
...
Reviewed-by: jpai
2022-11-15 18:36:45 +00:00
Chris Plummer
fafe682967
8295861: get rid of list argument in debug agent's removeNode() API
...
Reviewed-by: amenkov, kevinw, sspitsyn
2022-11-15 17:37:59 +00:00
Lance Andersen
6aef3a4a3d
8262435: Clarify the behavior of a few inherited ZipInputStream methods
...
Reviewed-by: alanb, bpb, jpai
2022-11-15 16:44:14 +00:00
Xue-Lei Andrew Fan
c042b8ede1
8294731: Improve multiplicative inverse for secp256r1 implementation
...
Reviewed-by: djelinski, jjiang
2022-11-15 15:55:00 +00:00
Weijun Wang
d3051a75a3
8296736: Some PKCS9Attribute can be created but cannot be encoded
...
Reviewed-by: xuelei, valeriep
2022-11-15 15:33:08 +00:00
Christian Hagedorn
decb1b79bc
8286800: Assert in PhaseIdealLoop::dump_real_LCA is too strong
...
Reviewed-by: kvn, rcastanedalo
2022-11-15 14:44:26 +00:00
Dmitry Samersoff
d0fae43e89
8294947: Use 64bit atomics in patch_verified_entry on x86_64
...
Reviewed-by: kvn
2022-11-15 10:43:05 +00:00
Tobias Holenstein
6f467cd829
8295934: IGV: keep node selection when changing view or graph
...
Reviewed-by: thartmann, rcastanedalo
2022-11-15 10:13:53 +00:00
Nick Gasson
8ab70d3b59
8294775: Shenandoah: reduce contention on _threads_in_evac
...
Reviewed-by: rkennke, shade
2022-11-15 09:31:50 +00:00
Erik Gahlin
873eccde01
8296923: JFR: jfr --version should return System.getProperty("java version")
...
Reviewed-by: mgronlun
2022-11-15 01:17:02 +00:00
Fei Yang
93d6b1f3e8
8295711: Rename ZBarrierSetAssembler::load_at parameter name from "tmp_thread" to "tmp2"
...
Reviewed-by: fjiang, haosun, tschatzl, eosterlund
2022-11-15 00:59:25 +00:00
Chris Plummer
2f7dc5c4cd
8296089: Remove debug agent code for special handling of Thread.resume()
...
Reviewed-by: alanb
2022-11-14 20:22:45 +00:00
Weijun Wang
a7c2338a6d
8296900: CertificateValidity fields are not optional
...
Reviewed-by: mullan
2022-11-14 19:46:43 +00:00
Vicente Romero
3eb789af74
8296171: Compiler incorrectly rejects code with variadic method references
...
Reviewed-by: mcimadamore
2022-11-14 18:31:26 +00:00
Markus Karg
95b84050fc
8296431: PushbackInputStream should override transferTo
...
Reviewed-by: bpb
2022-11-14 18:03:18 +00:00
Mark Powers
e269dc03ad
8293681: ResponseAPDU getData() method javadoc
...
Reviewed-by: valeriep
2022-11-14 17:37:42 +00:00
Roland Westrelin
8c472e4816
8294217: Assertion failure: parsing found no loops but there are some
...
Reviewed-by: chagedorn, thartmann
2022-11-14 15:08:15 +00:00
Weijun Wang
e1d298c12d
8296741: Illegal X400Address and EDIPartyName should not be created
...
Reviewed-by: xuelei, valeriep
2022-11-14 14:53:53 +00:00
Roger Riggs
9c39932672
8294899: Process.waitFor() throws IllegalThreadStateException when a process on Windows returns an exit code of 259
...
Reviewed-by: alanb, jpai
2022-11-14 14:17:46 +00:00
Albert Mingkun Yang
3f401b3091
8296670: G1: Remove unused G1GCPhaseTimes::record_preserve_cm_referents_time_ms
...
Reviewed-by: tschatzl, iwalulya
2022-11-14 10:07:50 +00:00
Tobias Holenstein
68301cdeca
8296665: IGV: Show dialog with stack trace for exceptions
...
Reviewed-by: thartmann, chagedorn
2022-11-14 08:41:04 +00:00