Doug Simon
|
4f44fd6308
|
8237467: jlink plugin to save the argument files as input to jlink in the output image
Reviewed-by: mchung
|
2022-10-03 16:24:43 +00:00 |
|
Andrey Turbanov
|
edfb18a724
|
8294695: Remove redundant deprecation suppression in ThreadGroup
Reviewed-by: alanb, jpai
|
2022-10-03 16:03:31 +00:00 |
|
stsypanov
|
46633e644a
|
8294698: Remove unused 'checkedExceptions' param from MethodAccessorGenerator.generateMethod()
Reviewed-by: redestad
|
2022-10-03 12:56:51 +00:00 |
|
Johan Sjölen
|
f2a32d996a
|
8293691: converting a defined BasicType value to a string should not crash the VM
Reviewed-by: shade, coleenp, dlong
|
2022-10-03 12:18:04 +00:00 |
|
Tobias Holenstein
|
ccc1d31696
|
8294529: IGV: Highlight the current graphs in the Outline
Reviewed-by: chagedorn
|
2022-10-03 11:36:05 +00:00 |
|
Albert Mingkun Yang
|
08a7ecf47e
|
8294671: Remove unused CardValues::last_card
Reviewed-by: tschatzl
|
2022-10-03 11:11:22 +00:00 |
|
Roberto Castañeda Lozano
|
5fe837a35e
|
8294236: [IR Framework] CPU preconditions are overriden by regular preconditions
Reviewed-by: chagedorn, pli, kvn
|
2022-10-03 07:40:53 +00:00 |
|
Jan Lahoda
|
8e9cfeb17c
|
8294431: jshell reports error on initialisation of static final field of anonymous class
Reviewed-by: sundar
|
2022-10-03 07:23:42 +00:00 |
|
Tobias Holenstein
|
6e8f0387d6
|
8294567: IGV: IllegalStateException in search
Reviewed-by: rcastanedalo, chagedorn, kvn
|
2022-10-03 07:14:16 +00:00 |
|
Erik Gahlin
|
bc668b994d
|
8293099: JFR: Typo in TestRemoteDump.java
Reviewed-by: mgronlun
|
2022-10-03 07:04:30 +00:00 |
|
Daniel Jeliński
|
03f25a9c69
|
8293562: blocked threads with KeepAliveCache.get
Reviewed-by: dfuchs, michaelm
|
2022-10-03 06:32:31 +00:00 |
|
Erik Gahlin
|
a69ee85308
|
8292336: JFR: Warn users if -XX:StartFlightRecording:disk=false is specified with maxage or maxsize
Reviewed-by: mgronlun
|
2022-10-03 06:13:39 +00:00 |
|
Doug Simon
|
b8b9b97a1a
|
8294676: [JVMCI] InstalledCode.deoptimize(false) should not touch address field
Reviewed-by: never
|
2022-10-01 11:20:46 +00:00 |
|
Jaikiran Pai
|
fd594302f7
|
8294610: java/net/vthread/HttpALot.java is slow on Linux
Reviewed-by: dfuchs, alanb
|
2022-10-01 09:17:53 +00:00 |
|
Vladimir Ivanov
|
c7ab1caafb
|
8294609: C2: Improve inlining of methods with unloaded signature classes
Reviewed-by: kvn, dlong
|
2022-09-30 23:30:45 +00:00 |
|
Andrey Turbanov
|
375f02fb21
|
8294608: Remove redundant unchecked suppression in FileDescriptor
Reviewed-by: alanb, bpb
|
2022-09-30 20:19:45 +00:00 |
|
Roger Riggs
|
d207da8a8c
|
8294533: Documentation mistake in Process::getErrorStream and getInputStream
Reviewed-by: iris
|
2022-09-30 19:10:55 +00:00 |
|
Dhamoder Nalla
|
da4e96d596
|
8276545: Fix handling of trap count overflow in Parse::Parse()
Reviewed-by: thartmann, kvn
|
2022-09-30 18:38:48 +00:00 |
|
Erik Gahlin
|
48674d4f36
|
8291428: JFR: 'jfr print' displays incorrect timestamps during DST
Reviewed-by: mgronlun
|
2022-09-30 17:34:52 +00:00 |
|
Justin Lu
|
3b1bc21727
|
8294307: ISO 4217 Amendment 173 Update
Reviewed-by: lancea, bpb, naoto
|
2022-09-30 17:10:49 +00:00 |
|
Alan Bateman
|
b8f9a915a2
|
8293940: Some tests for virtual threads take too long
Reviewed-by: dfuchs
|
2022-09-30 16:41:33 +00:00 |
|
Erik Gahlin
|
1d26c4b149
|
8291022: JFR: Reduce logging in ChunkHeader constructor
Reviewed-by: mgronlun
|
2022-09-30 16:30:45 +00:00 |
|
Claes Redestad
|
3efbd5f0fa
|
8294626: Improve URL protocol lower casing
Reviewed-by: dfuchs
|
2022-09-30 16:03:53 +00:00 |
|
Johan Sjölen
|
052a924985
|
8294293: Remove unused _width and _newlines field in outputStream
Reviewed-by: rehn, dholmes
|
2022-09-30 14:45:40 +00:00 |
|
Erik Gahlin
|
c2ce43cbb0
|
8291021: JFR: Only one finished state in ChunkHeader class
Reviewed-by: mgronlun
|
2022-09-30 13:10:56 +00:00 |
|
Yoshiki Sato
|
f01573368f
|
8294357: (tz) Update Timezone Data to 2022d
Reviewed-by: naoto, coffeys
|
2022-09-30 12:45:35 +00:00 |
|
Hannes Wallnöfer
|
64da8620e1
|
8287597: List all preview features on the javadoc PREVIEW page
Reviewed-by: jjg
|
2022-09-30 11:11:28 +00:00 |
|
Adam Sotona
|
b4e1e416da
|
8293000: Review running times of jshell regression tests
Reviewed-by: darcy
|
2022-09-30 08:57:50 +00:00 |
|
Severin Gehwolf
|
6d83482a6b
|
8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts
Reviewed-by: iklam
|
2022-09-30 08:44:10 +00:00 |
|
Albert Mingkun Yang
|
6974978869
|
8294521: Parallel: Remove unused field in UpdateDensePrefixAndCompactionTask
Reviewed-by: kbarrett, tschatzl
|
2022-09-30 07:43:21 +00:00 |
|
Albert Mingkun Yang
|
81fda1b756
|
8294569: Remove CardTable::_last_valid_index
Reviewed-by: tschatzl, kbarrett
|
2022-09-30 07:42:27 +00:00 |
|
Dingli Zhang
|
7c60e6d2d6
|
8293770: RISC-V: Reuse runtime call trampolines
Co-authored-by: zifeihan <caogui@iscas.ac.cn>
Reviewed-by: fyang, shade
|
2022-09-30 07:31:57 +00:00 |
|
Daniel Jeliński
|
9dce8652f2
|
8294115: JNI local refs exceeds capacity warning in NetworkInterface::getAll
Reviewed-by: dfuchs
|
2022-09-30 06:00:37 +00:00 |
|
Viktor Klang
|
b030c7de32
|
8225235: Unused field defaultIndex in NetworkInterface
Reviewed-by: chegar, vtewari, dfuchs, jpai
|
2022-09-30 03:06:36 +00:00 |
|
Brian Burkhalter
|
a07975bf3e
|
8294519: (fs) java/nio/file/Files/CopyProcFile.java fails intermittenly due to unstable /proc/cpuinfo output
Reviewed-by: alanb, shade, lancea
|
2022-09-29 21:06:49 +00:00 |
|
Matias Saavedra Silva
|
88062eea67
|
8293969: breakup the long signature in SystemDictionaryShared::is_supported_invokedynamic
Reviewed-by: eastigeevich, coleenp
|
2022-09-29 20:16:30 +00:00 |
|
Aleksei Voitylov
|
aeef3ecdc4
|
8294198: Implement isFinite intrinsic for RISC-V
Reviewed-by: fyang, kvn
|
2022-09-29 18:51:38 +00:00 |
|
Chris Plummer
|
5f6ad926d7
|
8294547: HotSpotAgent.setupVM() should include "cause" exception when throwing DebuggerException
Reviewed-by: sspitsyn, coleenp
|
2022-09-29 18:31:10 +00:00 |
|
Chris Plummer
|
545ded1a82
|
8294548: Problem list SA core file tests on macosx-x64 due to JDK-8294316
Reviewed-by: sspitsyn
|
2022-09-29 18:30:20 +00:00 |
|
Alexander Zvegintsev
|
29c70f1ab7
|
8294595: Add javax/swing/plaf/aqua/CustomComboBoxFocusTest.java to problem list
Reviewed-by: rriggs
|
2022-09-29 16:32:47 +00:00 |
|
Patricio Chilano Mateo
|
5d48da4574
|
8294370: Fix allocation bug in java_lang_Thread::async_get_stack_trace()
Reviewed-by: dholmes, sspitsyn
|
2022-09-29 15:35:41 +00:00 |
|
Raffaello Giulietti
|
ce85cac947
|
8065554: MatchResult should provide values of named-capturing groups
Reviewed-by: smarks
|
2022-09-29 09:16:21 +00:00 |
|
Xiaolin Zheng
|
1decdcee71
|
8294492: RISC-V: Use li instead of patchable movptr at non-patchable callsites
Reviewed-by: fyang
|
2022-09-29 07:21:07 +00:00 |
|
Brian Burkhalter
|
8491fd5c12
|
8294551: Put java/io/BufferedInputStream/TransferTo.java on problem list
Reviewed-by: jpai
|
2022-09-29 00:35:14 +00:00 |
|
Dean Long
|
6f8f28e756
|
8294160: misc crash dump improvements
Reviewed-by: dholmes, vlivanov
|
2022-09-28 23:15:04 +00:00 |
|
Matias Saavedra Silva
|
8873192433
|
8293515: heapShared.cpp: rename JavaThread parameter to current
Reviewed-by: coleenp, ccheung
|
2022-09-28 21:27:05 +00:00 |
|
Chris Plummer
|
76f1865124
|
8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException
Reviewed-by: sspitsyn, kevinw
|
2022-09-28 20:35:33 +00:00 |
|
Lance Andersen
|
9db95edd01
|
8215788: Clarify JarInputStream Manifest access
Reviewed-by: weijun, mullan, alanb
|
2022-09-28 19:22:19 +00:00 |
|
Andrey Turbanov
|
9309786dbf
|
8294472: Remove redundant rawtypes suppression in AbstractChronology
Reviewed-by: lancea, naoto
|
2022-09-28 18:44:01 +00:00 |
|
Chris Plummer
|
3b7fc80b18
|
8294411: SA should provide more useful info when it fails to start up due to "failed to workaround classshareing"
Reviewed-by: kevinw, sspitsyn
|
2022-09-28 17:17:12 +00:00 |
|