SendaoYan
|
f56a154132
|
8341881: [REDO] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
Reviewed-by: liach, sgehwolf, ihse, bpb
|
2024-10-14 12:32:55 +00:00 |
|
Christian Hagedorn
|
36fca5d19d
|
8341882: [BACKOUT] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
Reviewed-by: thartmann
|
2024-10-10 06:40:55 +00:00 |
|
SendaoYan
|
9d621d3914
|
8338884: java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3
Reviewed-by: sgehwolf, bpb
|
2024-10-10 01:04:02 +00:00 |
|
Magnus Ihse Bursie
|
66945e5010
|
8339336: Fix build system whitespace to adhere to coding conventions
Reviewed-by: erikj
|
2024-09-03 15:31:09 +00:00 |
|
Magnus Ihse Bursie
|
16061874ff
|
8326947: Minimize MakeBase.gmk
Reviewed-by: erikj
|
2024-04-11 14:15:34 +00:00 |
|
Magnus Ihse Bursie
|
f0cd866a37
|
8329704: Implement framework for proper handling of JDK_LIBS
Reviewed-by: erikj, jwaters
|
2024-04-11 09:40:12 +00:00 |
|
Magnus Ihse Bursie
|
9d052e9331
|
8329131: Fold libjli_static back into libjli on AIX
Reviewed-by: erikj, clanger
|
2024-03-31 11:15:49 +00:00 |
|
Magnus Ihse Bursie
|
cc9a8aba67
|
8327460: Compile tests with the same visibility rules as product code
Reviewed-by: erikj, jvernee, dholmes, alanb
|
2024-03-13 08:09:22 +00:00 |
|
Brian Burkhalter
|
3ef834fc6f
|
8298619: java/io/File/GetXSpace.java is failing
Reviewed-by: rriggs
|
2023-04-04 15:56:51 +00:00 |
|
Justin King
|
27126157d9
|
8298445: Add LeakSanitizer support in HotSpot
Reviewed-by: erikj, ihse
|
2023-02-07 17:41:25 +00:00 |
|
Justin King
|
edf1e1ab4a
|
8300592: ASan build does not correctly propagate options to some test launchers
Reviewed-by: ihse
|
2023-01-25 16:18:29 +00:00 |
|
Brian Burkhalter
|
a56598f5a5
|
8299684: (bf) JNI direct buffer functions with large capacity behave unexpectedly
Reviewed-by: dholmes, alanb
|
2023-01-23 17:12:49 +00:00 |
|
Jorn Vernee
|
54a2c5a6d1
|
8290059: Do not use std::thread in panama tests
Reviewed-by: mcimadamore, stuefe, erikj
|
2022-07-28 14:53:26 +00:00 |
|
Alan Bateman
|
f528124f57
|
8289284: jdk.tracePinnedThreads output confusing when pinned due to native frame
Reviewed-by: jpai, mchung
|
2022-07-13 15:03:37 +00:00 |
|
Alan Bateman
|
7cf71bc2d3
|
8287982: Concurrent implicit attach from native threads crashes VM
Reviewed-by: dholmes, rehn
|
2022-06-22 07:48:14 +00:00 |
|
Tim Prinzing
|
96641c0c42
|
8287745: jni/nullCaller/NullCallerTest.java fails with "exitValue = 1"
Reviewed-by: erikj, mchung
|
2022-06-07 16:02:09 +00:00 |
|
Tim Prinzing
|
e51ca1dee3
|
8287171: Refactor null caller tests to a single directory
Reviewed-by: ihse, mchung
|
2022-06-02 16:45:05 +00:00 |
|
Maurizio Cimadamore
|
2c5d136260
|
8282191: Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
|
2022-05-12 16:17:45 +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 |
|
Tim Prinzing
|
31ad80a229
|
8280902: ResourceBundle::getBundle may throw NPE when invoked by JNI code with no caller frame
Reviewed-by: naoto, mchung, ihse
|
2022-03-09 04:02:17 +00:00 |
|
Tim Prinzing
|
a6f8a386ef
|
8281000 : ClassLoader::registerAsParallelCapable throws NPE if caller is null
Reviewed-by: erikj, ihse, mchung, bchristi
|
2022-02-17 17:34:39 +00:00 |
|
Tim Prinzing
|
67763df4dc
|
8281003: MethodHandles::lookup throws NPE if caller is null
Reviewed-by: ihse, mchung, jrose, alanb
|
2022-02-16 20:09:46 +00:00 |
|
Magnus Ihse Bursie
|
fbf096eea4
|
8251400: Fix incorrect addition of library to test in JDK-8237858
Reviewed-by: dholmes, erikj
|
2021-12-03 16:56:36 +00:00 |
|
Maurizio Cimadamore
|
96e36071b6
|
8275063: Implementation of Foreign Function & Memory API (Second incubator)
Reviewed-by: erikj, psandoz, jvernee, darcy
|
2021-11-24 11:51:16 +00:00 |
|
Mandy Chung
|
309acbf0e8
|
8275703: System.loadLibrary fails on Big Sur for libraries hidden from filesystem
Reviewed-by: dholmes, alanb, mcimadamore
|
2021-10-28 15:27:26 +00:00 |
|
Jorn Vernee
|
f25e7197fe
|
8268717: Upstream: 8268673: Stack walk across optimized entry frame on fresh native thread fails
Reviewed-by: mcimadamore, erikj
|
2021-06-21 12:06:51 +00:00 |
|
Phil Race
|
8760688d21
|
8260616: Removing remaining JNF dependencies in the java.desktop module
Reviewed-by: gziemski, ihse, serb
|
2021-02-04 01:36:19 +00:00 |
|
Weijun Wang
|
4a8b5c1602
|
8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m
8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m
Reviewed-by: erikj, prr, ihse, valeriep
|
2021-02-03 16:20:16 +00:00 |
|
Erik Joelsson
|
4e5116c46e
|
8256501: libTestMainKeyWindow fails to build with Xcode 12.2
Reviewed-by: ihse, serb
|
2020-11-18 14:10:27 +00:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Alexander Scherbatiy
|
cd7d175001
|
8240604: Rewrite sun/management/jmxremote/bootstrap/CustomLauncherTest.java test to make binaries from source file
Reviewed-by: iignatyev
|
2020-03-19 14:58:04 +03:00 |
|
Daniil Titov
|
dc9f6b3991
|
8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
Reviewed-by: dholmes, amenkov, bulasevich, dfuchs, erikj
|
2019-05-22 09:06:24 -07:00 |
|
Severin Gehwolf
|
1f115c7f52
|
8214796: Create a jlink plugin for stripping debug info symbols from native libraries
Reviewed-by: alanb, mchung, erikj, ihse
|
2019-03-14 14:04:39 +01:00 |
|
Mandy Chung
|
a6ad14cf07
|
8222082: Build of test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c still failing on Windows
Reviewed-by: alanb, dholmes
|
2019-04-07 18:09:06 +08:00 |
|
Mandy Chung
|
a5b9e0f7ba
|
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
Reviewed-by: alanb, dholmes, sundar
|
2019-04-06 21:16:40 +08:00 |
|
Erik Joelsson
|
ebcf4ca1e7
|
8220529: JDK-8220383 broke test image build
Reviewed-by: tbell
|
2019-03-12 12:12:01 -07:00 |
|
Erik Joelsson
|
2af935c800
|
8220383: Incremental build is broken and inefficient
Reviewed-by: tbell
|
2019-03-12 08:04:33 -07:00 |
|
Magnus Ihse Bursie
|
208c58c862
|
8218431: Improved platform checking in makefiles
Reviewed-by: erikj
|
2019-02-07 12:35:45 +01:00 |
|
Priyanka Mangal
|
7c6cb8cd7e
|
8213362: [macOS] Could not find libjava.dylib error when initializing JVM via JNI_CreateJavaVM
Reviewed-by: alanb, ihse
|
2018-11-30 13:42:49 -08:00 |
|
Michael McMahon
|
4a77a08ca3
|
8211842: IPv6_supported wrongly returns false when unix domain socket is bound to fd 0
Reviewed-by: chegar, alanb
|
2018-11-30 10:29:58 +00:00 |
|
Alan Snyder
|
d7e59b52c5
|
8194327: [macos] AWT windows have incorrect main/key window behaviors
Reviewed-by: serb, erikj
|
2018-05-16 16:46:51 -07:00 |
|
Magnus Ihse Bursie
|
47a8c7c889
|
8199681: Remove boilerplate code from creating native jtreg tests
Reviewed-by: erikj
|
2018-03-15 19:33:04 +01:00 |
|
Magnus Ihse Bursie
|
64bf300bf6
|
8199606: Set -lc as global LIBS on solstudio
Reviewed-by: erikj
|
2018-03-14 19:12:30 +01:00 |
|
Brian Burkhalter
|
a131e1668f
|
8198834: (ch) Enable java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java on linux-x64
Move to using centralized native build and remove obsolete .so files
Reviewed-by: alanb, erikj
|
2018-03-05 08:27:42 -08:00 |
|
Mandy Chung
|
25032bad54
|
8164512: Replace ClassLoader use of finalizer with phantom reference to unload native library
Reviewed-by: alanb, bchristi, kbarrett, dholmes, plevart
|
2017-11-06 17:48:00 -08:00 |
|
Lucy Lu
|
ec1c3bce45
|
8164900: Add support for O_DIRECT
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
|
2017-10-17 16:51:11 -07:00 |
|
Erik Joelsson
|
78f24fb8a5
|
8188050: UnsatisfiedLinkError after repo consolidation
Reviewed-by: tbell, ihse
|
2017-10-10 15:26:01 +02:00 |
|
Magnus Ihse Bursie
|
5f7dcca036
|
8188814: Simplify IncludeCustomExtension
Reviewed-by: dholmes
|
2017-10-05 12:41:06 +02:00 |
|
Magnus Ihse Bursie
|
e84be60b1a
|
8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
Reviewed-by: erikj
|
2017-09-25 10:32:00 +02:00 |
|
Erik Joelsson
|
72c4ec5462
|
8187444: Forest Consolidation: Make build work
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:56 +02:00 |
|