Magnus Ihse Bursie
|
59c3dcc761
|
8276746: Add section on reproducible builds in building.md
Reviewed-by: erikj, sgehwolf, aleonard
|
2021-11-05 21:21:38 +00:00 |
|
Kim Barrett
|
0e0dd33fff
|
8276129: PretouchTask should page-align the chunk size
Reviewed-by: stefank, tschatzl
|
2021-11-05 21:20:51 +00:00 |
|
Andrew John Hughes
|
a472433209
|
8276572: Fake libsyslookup.so library causes tooling issues
Reviewed-by: shade, mcimadamore
|
2021-11-05 21:05:42 +00:00 |
|
Brian Burkhalter
|
b01f1073f9
|
8276252: java/nio/channels/Channels/TransferTo.java failed with OOM java heap space error
Reviewed-by: lancea
|
2021-11-05 17:25:06 +00:00 |
|
Daniel D. Daugherty
|
92d2176362
|
8273967: gtest os.dll_address_to_function_and_library_name_vm fails on macOS12
Reviewed-by: stuefe, gziemski
|
2021-11-05 17:04:39 +00:00 |
|
Vladimir Kozlov
|
a74a839af0
|
8276571: C2: pass compilation options as structure
Reviewed-by: shade, chagedorn
|
2021-11-05 16:07:25 +00:00 |
|
Magnus Ihse Bursie
|
c393ee8f59
|
8276632: Use blessed modifier order in security-libs code
Reviewed-by: mullan
|
2021-11-05 14:09:58 +00:00 |
|
Magnus Ihse Bursie
|
7023b3f8a1
|
8276628: Use blessed modifier order in serviceability code
Reviewed-by: dholmes, lmesnik, cjplummer
|
2021-11-05 12:07:58 +00:00 |
|
Magnus Ihse Bursie
|
b9331360f5
|
8276641: Use blessed modifier order in jshell
Reviewed-by: iris
|
2021-11-05 12:06:39 +00:00 |
|
Magnus Ihse Bursie
|
0616d868c7
|
8276635: Use blessed modifier order in compiler code
Reviewed-by: darcy
|
2021-11-05 12:05:22 +00:00 |
|
Patrick Concannon
|
d95299a4d7
|
8276634: Remove usePlainDatagramSocketImpl option from the test DatagramChannel/SendReceiveMaxSize.java
Reviewed-by: dfuchs, alanb, vtewari
|
2021-11-05 10:39:37 +00:00 |
|
Leo Korinth
|
3c0faa7352
|
8276173: Clean up and remove unneeded casts in HeapDumper
Reviewed-by: coleenp, hseigel
|
2021-11-05 09:42:26 +00:00 |
|
Leo Korinth
|
323d201795
|
8275506: Rename allocated_on_stack to allocated_on_stack_or_embedded
Reviewed-by: stuefe
|
2021-11-05 09:25:21 +00:00 |
|
Ningsheng Jian
|
96c396b701
|
8276151: AArch64: Incorrect result for double to int vector conversion
Reviewed-by: aph, psandoz
|
2021-11-05 07:45:54 +00:00 |
|
Thomas Stuefe
|
7281861e06
|
8272065: jcmd cannot rely on the old core reflection implementation which will be changed after JEP 416
Reviewed-by: mchung, coleenp, dholmes
|
2021-11-05 05:15:53 +00:00 |
|
Ioi Lam
|
8e17ce0031
|
8275185: Remove dead code and clean up jvmstat LocalVmManager
Reviewed-by: cjplummer, redestad, kevinw
|
2021-11-05 04:37:01 +00:00 |
|
Jaikiran Pai
|
396132ff1e
|
8275509: ModuleDescriptor.hashCode isn't reproducible across builds
Reviewed-by: alanb, ihse
|
2021-11-05 03:44:45 +00:00 |
|
Sandhya Viswanathan
|
9ad4d3d06b
|
8276025: Hotspot's libsvml.so may conflict with user dependency
Reviewed-by: kvn, erikj, psandoz, ihse
|
2021-11-05 03:30:09 +00:00 |
|
Mandy Chung
|
e21b5c7b37
|
8276650: GenGraphs does not produce deterministic output
Reviewed-by: iris
|
2021-11-04 23:51:18 +00:00 |
|
Alisen Chung
|
7b1916efda
|
8233557: [TESTBUG] DoubleClickTitleBarTest.java fails on macOs
Reviewed-by: prr
|
2021-11-04 21:53:29 +00:00 |
|
Ludvig Janiuk
|
8ec80c4bc1
|
8276653: Missing row headers in j.l.Character docs
Reviewed-by: naoto
|
2021-11-04 21:06:03 +00:00 |
|
Ludvig Janiuk
|
7e87f946ce
|
8276652: Missing row headers in MethodHandles.Lookup docs
Reviewed-by: mchung
|
2021-11-04 20:46:23 +00:00 |
|
Dean Long
|
dcf36f87f8
|
8275670: ciReplay: java.lang.NoClassDefFoundError when trying to load java/lang/invoke/LambdaForm$MH
Reviewed-by: kvn, chagedorn
|
2021-11-04 19:52:27 +00:00 |
|
Magnus Ihse Bursie
|
81203efe41
|
8276655: Use blessed modifier order in SCTP
Reviewed-by: alanb, dfuchs
|
2021-11-04 19:44:05 +00:00 |
|
Zhengyu Gu
|
2b5a32c73f
|
8275718: Relax memory constraint on exception counter updates
Reviewed-by: dholmes, minqi
|
2021-11-04 19:40:22 +00:00 |
|
Ludvig Janiuk
|
99d4b07cdd
|
8276649: MethodHandles.Lookup docs: replace the table in the cross-module access check section with list
Reviewed-by: mchung
|
2021-11-04 17:26:18 +00:00 |
|
Magnus Ihse Bursie
|
1533b8191b
|
8276629: Use blessed modifier order in core-libs code
Reviewed-by: dholmes, aefimov, dfuchs, mchung, iris
|
2021-11-04 17:02:42 +00:00 |
|
Brian Burkhalter
|
7bb2173383
|
8276199: java/nio/channels/FileChannel/LargeGatheringWrite.java fails to terminate correctly
Reviewed-by: alanb
|
2021-11-04 16:33:08 +00:00 |
|
Pavel Rappo
|
b57715a117
|
8276573: Use blessed modifier order in jdk.javadoc
Reviewed-by: jjg
|
2021-11-04 15:56:19 +00:00 |
|
Pavel Rappo
|
bf4ddf9cb7
|
8276338: Minor improve of wording for String.to(Lower|Upper)Case
Reviewed-by: rriggs, naoto
|
2021-11-04 15:51:37 +00:00 |
|
Aleksey Shipilev
|
afb502e28a
|
8276550: Use SHA256 hash in build.tools.depend.Depend
Reviewed-by: adinn, aph, andrew, ihse
|
2021-11-04 15:41:39 +00:00 |
|
Magnus Ihse Bursie
|
49b7b2ea09
|
8276640: Use blessed modifier order in jfr code
Reviewed-by: mgronlun
|
2021-11-04 15:06:08 +00:00 |
|
Evgeny Astigeevich
|
5acff75379
|
8276429: CodeHeapState::print_names() fails with "assert(klass->is_loader_alive()) failed: must be alive"
Reviewed-by: kvn
|
2021-11-04 15:01:26 +00:00 |
|
Per Liden
|
a6fa6ed1ed
|
8268779: ZGC: runtime/InternalApi/ThreadCpuTimesDeadlock.java#id1 failed with "OutOfMemoryError: Java heap space"
Reviewed-by: eosterlund, stefank
|
2021-11-04 13:47:59 +00:00 |
|
Hannes Wallnöfer
|
19075b3f6b
|
8275788: Create code element with suitable attributes for code snippets
Reviewed-by: prappo
|
2021-11-04 13:06:24 +00:00 |
|
Hamlin Li
|
7de653e428
|
8276301: G1: Refine implementation of G1CardSetFreePool::memory_sizes()
Reviewed-by: tschatzl, ayang
|
2021-11-04 12:31:27 +00:00 |
|
Julia Boes
|
ee49963258
|
8275534: com.sun.net.httpserver.BasicAuthenticator should check whether "realm" is a quoted string
Reviewed-by: michaelm, dfuchs
|
2021-11-04 11:31:51 +00:00 |
|
Aleksey Shipilev
|
3613ce7c7d
|
8275586: Zero: Simplify interpreter initialization
Reviewed-by: aph, adinn
|
2021-11-04 10:23:11 +00:00 |
|
Aleksey Shipilev
|
c62b3476ce
|
8276623: JDK-8275650 accidentally pushed "out" file
Reviewed-by: tschatzl, dholmes
|
2021-11-04 09:03:21 +00:00 |
|
Christian Hagedorn
|
a1f4c428ba
|
8276227: ciReplay: SIGSEGV if classfile for replay compilation is not present after JDK-8275868
Reviewed-by: kvn, thartmann, dlong
|
2021-11-04 08:53:37 +00:00 |
|
Aleksey Shipilev
|
9eadcbb47e
|
8276217: Harmonize StrictMath intrinsics handling
Reviewed-by: aph, kvn
|
2021-11-04 08:08:07 +00:00 |
|
Aleksey Shipilev
|
fb0be81f01
|
8276096: Simplify Unsafe.{load|store}Fence fallbacks by delegating to fullFence
Reviewed-by: psandoz, aph, dholmes
|
2021-11-04 08:03:51 +00:00 |
|
Yasumasa Suenaga
|
558ee40a4a
|
8276615: Update CR number of some tests in ProblemList-zgc.txt
Reviewed-by: dholmes
|
2021-11-04 04:34:07 +00:00 |
|
Yumin Qi
|
603bba282a
|
8271420: Extend CDS custom loader support to Windows platform
Reviewed-by: iklam, ccheung
|
2021-11-03 23:16:15 +00:00 |
|
Claes Redestad
|
ce8c76700b
|
8276220: Reduce excessive allocations in DateTimeFormatter
Reviewed-by: scolebourne, naoto
|
2021-11-03 22:57:13 +00:00 |
|
Jie Fu
|
0ab910d626
|
8276066: Reset LoopPercentProfileLimit for x86 due to suboptimal performance
Reviewed-by: thartmann, kvn
|
2021-11-03 22:45:50 +00:00 |
|
Joe Darcy
|
f3320d2fbd
|
8276588: Change "ccc" to "CSR" in HotSpot sources
Reviewed-by: dcubed, kbarrett
|
2021-11-03 21:20:09 +00:00 |
|
Ivan Šipka
|
32895ac609
|
8275650: Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11
Reviewed-by: bpb, msheppar
|
2021-11-03 19:30:12 +00:00 |
|
Jakob Cornell
|
c7f070f5f1
|
8276208: vmTestbase/nsk/jdb/repeat/repeat001/repeat001.java fails with "AssertionError: Unexpected output"
Reviewed-by: cjplummer, iklam
|
2021-11-03 18:18:16 +00:00 |
|
Brian Burkhalter
|
684edbb4c8
|
8273922: (fs) UserDefinedFileAttributeView doesn't handle file names that are just under the MAX_PATH limit (win)
Reviewed-by: alanb
|
2021-11-03 16:55:23 +00:00 |
|