Harold Seigel
|
f54ce84474
|
8238161: use os::fopen in HS code where possible
Reviewed-by: mbaesken, coleenp
|
2022-01-12 13:11:16 +00:00 |
|
Jaikiran Pai
|
ff0cb98965
|
8279536: jdk/nio/zipfs/ZipFSOutputStreamTest.java timed out
Reviewed-by: lancea
|
2022-01-12 12:58:17 +00:00 |
|
Sergey Tsypanov
|
ece98d859d
|
8278461: Use Executable.getSharedParameterTypes() instead of Executable.getParameterTypes() in trusted code
Reviewed-by: redestad
|
2022-01-12 10:16:37 +00:00 |
|
Aleksey Shipilev
|
525b20fce0
|
8279676: Dubious YMM register clearing in x86_64 arraycopy stubs
Reviewed-by: kvn, vlivanov, neliasso
|
2022-01-12 08:32:08 +00:00 |
|
Albert Mingkun Yang
|
4f0b65023f
|
8278581: Improve reference processing statistics log output
Reviewed-by: tschatzl, kbarrett, sjohanss
|
2022-01-12 08:28:51 +00:00 |
|
Emanuel Peter
|
bd339aa6c0
|
8277627: Fix copyright years in some jvmci files
Reviewed-by: kvn, thartmann
|
2022-01-12 08:17:14 +00:00 |
|
Masanori Yano
|
319d23033f
|
8277463: JFileChooser with Metal L&F doesn't show non-canonical UNC path in - Look in
Reviewed-by: psadhukhan
|
2022-01-12 06:57:36 +00:00 |
|
TejeshR13
|
13bfb49725
|
6496103: isFileHidingEnabled return false by default
Reviewed-by: serb, aivanov, prr
|
2022-01-12 05:38:07 +00:00 |
|
Erik Gahlin
|
f16f6a95df
|
8279821: JFR: Log warnings properly when loading a misconfigured .jfc file
Reviewed-by: mgronlun
|
2022-01-12 05:16:36 +00:00 |
|
Jie Fu
|
1c688f4137
|
8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported
Reviewed-by: kvn
|
2022-01-12 03:55:00 +00:00 |
|
Masanori Yano
|
3aaa0982d8
|
8276694: Pattern trailing unescaped backslash causes internal error
Reviewed-by: jlaskey
|
2022-01-11 22:37:15 +00:00 |
|
Mikael Vidstedt
|
36f41cbe11
|
8279884: Use better file for cygwin source permission check
Reviewed-by: erikj
|
2022-01-11 22:34:24 +00:00 |
|
Vamsi Parasa
|
c4518e257c
|
8278868: Add x86 vectorization support for Long.bitCount()
Reviewed-by: jbhateja, sviswanathan, kvn
|
2022-01-11 18:47:42 +00:00 |
|
Albert Mingkun Yang
|
67141849d9
|
8279700: Parallel: Simplify ScavengeRootsTask constructor API
Reviewed-by: tschatzl, sjohanss
|
2022-01-11 16:18:06 +00:00 |
|
Liam Miller-Cushon
|
cfee4512f7
|
8273914: Indy string concat changes order of operations
Reviewed-by: vromero, jlahoda
|
2022-01-11 15:45:15 +00:00 |
|
Claes Redestad
|
c3d0a94040
|
8279833: Loop optimization issue in String.encodeUTF8_UTF16
Reviewed-by: shade, alanb
|
2022-01-11 14:49:03 +00:00 |
|
Pavel Rappo
|
5aecb37211
|
8206181: ExceptionInInitializerError: improve handling of exceptions in user-provided taglets
Reviewed-by: jjg
|
2022-01-11 14:28:03 +00:00 |
|
Andrew Leonard
|
9e0244762c
|
8279834: Alpine Linux fails to build when --with-source-date enabled
Reviewed-by: erikj
|
2022-01-11 14:21:31 +00:00 |
|
Albert Mingkun Yang
|
08e14c605e
|
8278207: G1: Tighten verification in G1ResetSkipCompactingClosure
Reviewed-by: tschatzl, sjohanss
|
2022-01-11 14:04:52 +00:00 |
|
Harold Seigel
|
c08b2ac34c
|
8225093: Special property jdk.boot.class.path.append should not default to empty string
Reviewed-by: dholmes, sspitsyn, alanb
|
2022-01-11 13:43:13 +00:00 |
|
Zdenek Zambersky
|
4c52eb3943
|
8279669: test/jdk/com/sun/jdi/TestScaffold.java uses wrong condition
Reviewed-by: amenkov, sspitsyn
|
2022-01-11 13:14:48 +00:00 |
|
Erik Gahlin
|
d46410c553
|
8279785: JFR: 'jfr configure' should show default values
Reviewed-by: mgronlun
|
2022-01-11 13:04:20 +00:00 |
|
Aleksey Shipilev
|
2bbeae3f05
|
8279668: x86: AVX2 versions of vpxor should be asserted
Reviewed-by: kvn, jiefu
|
2022-01-11 10:28:47 +00:00 |
|
Fairoz Matte
|
86d0abb66b
|
8279695: [TESTBUG] modify compiler/loopopts/TestSkeletonPredicateNegation.java to run on C1 also
Reviewed-by: neliasso
|
2022-01-11 09:39:39 +00:00 |
|
Thomas Schatzl
|
3121898c33
|
8279703: G1: Remove unused force_not_compacted local in G1CalculatePointersClosure::do_heap_region
Reviewed-by: ayang, mli
|
2022-01-11 08:39:54 +00:00 |
|
Emanuel Peter
|
bf7bcaacaa
|
8277748: Obsolete the MinInliningThreshold flag in JDK 19
Reviewed-by: kvn, thartmann
|
2022-01-11 08:32:40 +00:00 |
|
Tobias Hartmann
|
6d7db4b0b3
|
8279356: Method linking fails with guarantee(mh->adapter() != NULL) failed: Adapter blob must already exist!
Reviewed-by: chagedorn, kvn, coleenp
|
2022-01-11 06:59:26 +00:00 |
|
Wang Huang
|
126328cb62
|
8279560: AArch64: generate_compare_long_string_same_encoding and LARGE_LOOP_PREFETCH alignment
Co-authored-by: Wang Huang <whuang@openjdk.org>
Reviewed-by: shade, aph
|
2022-01-11 06:40:46 +00:00 |
|
Erik Gahlin
|
ec5a455efb
|
8279682: JFR: Remove dead code
Reviewed-by: mgronlun
|
2022-01-11 05:49:21 +00:00 |
|
Erik Gahlin
|
6504458d87
|
8279647: JFR: Unclosed directory stream
Reviewed-by: mgronlun
|
2022-01-11 04:39:39 +00:00 |
|
Erik Gahlin
|
2f13872d51
|
8279646: JFR: Remove recursive call in jdk.jfr.internal.Control
Reviewed-by: mgronlun
|
2022-01-11 02:51:53 +00:00 |
|
Yasumasa Suenaga
|
2f7665b829
|
8279644: hsdis may not work when it was built with --with-binutils=system
Reviewed-by: erikj
|
2022-01-11 00:21:20 +00:00 |
|
Roman Kennke
|
92307e5a94
|
8278489: Preserve result in native wrapper with +UseHeavyMonitors
Reviewed-by: shade, kvn
|
2022-01-10 20:47:23 +00:00 |
|
Hao Sun
|
bbc1ddb474
|
8278267: ARM32: several vector test failures for ASHR
Reviewed-by: njian, dlong
|
2022-01-10 20:46:28 +00:00 |
|
Erik Gahlin
|
4471e95174
|
8279645: JFR: The cacheEventType in Dispatcher is never assigned
Reviewed-by: mgronlun
|
2022-01-10 19:52:26 +00:00 |
|
Erik Gahlin
|
d7e6e9bd0b
|
8279643: JFR: Explain why path is sometimes missing from FileRead and FileWrite events
Reviewed-by: mgronlun
|
2022-01-10 18:58:16 +00:00 |
|
Erik Gahlin
|
0d190961f2
|
8279642: JFR: Remove unnecessary creation of Duration and Instant objects
Reviewed-by: mgronlun
|
2022-01-10 18:41:39 +00:00 |
|
Jesper Wilhelmsson
|
d9b1bb5860
|
Merge
|
2022-01-10 17:06:23 +00:00 |
|
Andrey Turbanov
|
dee447f8ae
|
8274809: Update java.base classes to use try-with-resources
Reviewed-by: mullan, alanb, dfuchs
|
2022-01-10 16:20:58 +00:00 |
|
Erik Gahlin
|
40df5df95e
|
8279398: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with "RuntimeException: getStopTime() > afterStop"
Reviewed-by: mgronlun
|
2022-01-10 15:07:49 +00:00 |
|
Andrey Turbanov
|
debaa28e9c
|
8274679: Remove unnecessary conversion to String in security code in java.base
Reviewed-by: weijun
|
2022-01-10 15:02:57 +00:00 |
|
Coleen Phillimore
|
76477f8cdb
|
8142362: Lots of code duplication in Copy class
Reviewed-by: kvn, hseigel
|
2022-01-10 14:34:04 +00:00 |
|
Harold Seigel
|
11d88ce82e
|
8218857: Confusing overloads for os::open
Reviewed-by: kbarrett, rehn
|
2022-01-10 13:57:45 +00:00 |
|
Vladimir Ivanov
|
ad34f03b54
|
8279515: C1: No inlining through invokedynamic and invokestatic call sites when resolved class is not linked
Reviewed-by: kvn, dlong
|
2022-01-10 13:56:01 +00:00 |
|
Harold Seigel
|
4ff6720573
|
8183227: read/write APIs in class os shall return ssize_t
Reviewed-by: fparain, rehn
|
2022-01-10 13:18:41 +00:00 |
|
Fairoz Matte
|
928e347736
|
8279032: compiler/loopopts/TestSkeletonPredicateNegation.java times out with -XX:TieredStopAtLevel < 4
Reviewed-by: chagedorn, thartmann
|
2022-01-10 12:36:05 +00:00 |
|
Hannes Wallnöfer
|
354c904798
|
8273452: DocTrees.getDocCommentTree should be specified as idempotent
Reviewed-by: jjg
|
2022-01-10 12:04:01 +00:00 |
|
Sergey Nazarkin
|
6613ce64d7
|
8279300: [arm32] SIGILL when running GetObjectSizeIntrinsicsTest
Reviewed-by: shade
|
2022-01-10 11:54:15 +00:00 |
|
Matthias Baesken
|
06b4d494bf
|
8278344: sun/security/pkcs12/KeytoolOpensslInteropTest.java test fails because of different openssl output
Backport-of: 8b5ff4bdff
|
2022-01-10 11:41:14 +00:00 |
|
Tobias Holenstein
|
1f101b04f4
|
8278329: some TraceDeoptimization code not included in PRODUCT build
Reviewed-by: dnsimon, kvn, never, thartmann
|
2022-01-10 10:50:07 +00:00 |
|