Brian Burkhalter
|
2f47c39a74
|
8259943: FileDescriptor.close0 does not handle EINTR
Reviewed-by: naoto, alanb
|
2021-01-21 21:54:24 +00:00 |
|
Maurizio Cimadamore
|
0fb31dbf3a
|
8254231: Implementation of Foreign Linker API (Incubator)
Reviewed-by: coleenp, ihse, dholmes, vlivanov
|
2020-11-23 11:00:38 +00:00 |
|
Alexander Scherbatiy
|
993b1b0afa
|
8249612: Remove unused ISNANF and ISNAND from jdk_util_md.h
Reviewed-by: darcy
|
2020-07-23 11:39:56 +03: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 |
|
Claes Redestad
|
168cdcf65d
|
8244936: Reduce JNI overhead of accessing FileDescriptor
Reviewed-by: rriggs, alanb
|
2020-05-13 22:25:14 +02:00 |
|
Patrick Zhang
|
a59e8a7f6f
|
8238380: java.base/unix/native/libjava/childproc.c "multiple definition" link errors with GCC10
Reviewed-by: stuefe, clanger, rriggs
|
2020-02-04 21:27:10 +08:00 |
|
Christoph Langer
|
547e472c42
|
8234185: Cleanup usage of canonicalize function between libjava, hotspot and libinstrument
Reviewed-by: dholmes, alanb, sspitsyn
|
2019-12-06 14:13:10 +01:00 |
|
Claes Redestad
|
f8f7cdcbe3
|
8231355: Remove unused utility methods in libjava
Reviewed-by: dholmes, jrose, alanb
|
2019-10-08 10:24:22 +02:00 |
|
Sean Coffey
|
b59950bc49
|
8231124: Missing closedir call with JDK-8223490
Reviewed-by: naoto
|
2019-09-17 16:39:56 +00:00 |
|
Sean Coffey
|
788b2414c1
|
8223490: Optimize search algorithm for determining default time zone
Reviewed-by: naoto, rriggs
|
2019-09-17 11:07:07 +00:00 |
|
Matthias Baesken
|
a573f6a6b5
|
8227737: avoid implicit-function-declaration on AIX
Reviewed-by: clanger, goetz
|
2019-07-16 16:01:10 +02:00 |
|
Roger Riggs
|
339b71d427
|
8226242: Diagnostic output for posix_spawn failure
Reviewed-by: bpb, stuefe, dholmes, martin
|
2019-06-18 10:37:28 -04:00 |
|
Thomas Stuefe
|
d45aa9c1a9
|
8223777: In posix_spawn mode, failing to exec() jspawnhelper does not result in an error
Reviewed-by: rriggs, martin, fweimer
|
2019-06-05 09:12:45 +02:00 |
|
Thomas Stuefe
|
7fa6705cb3
|
8224181: On child process spawn, child may write to random file descriptor instead of the fail pipe
Reviewed-by: rriggs, martin
|
2019-06-05 08:59:17 +02:00 |
|
Dmitry Chuyko
|
7a1ce223b9
|
8220072: GCC 8.3 reports errors in java.base
Reviewed-by: rriggs
|
2019-05-22 21:33:58 +03:00 |
|
Phil Race
|
8ca1211aab
|
8212700: Change the mechanism by which JDK loads the platform-specific AWT Toolkit
Reviewed-by: serb, rriggs
|
2019-05-10 16:22:35 -07:00 |
|
Phil Race
|
5c2948942f
|
8222819: Remove setting of headless property on MacOS from launcher code
Reviewed-by: serb, rriggs
|
2019-05-03 17:06:42 -07:00 |
|
Phil Race
|
d43616c60a
|
8130266: Change the mechanism by which JDK loads the platform-specific GraphicsEnvironment class
Reviewed-by: serb, bchristi
|
2019-04-29 10:16:58 -07:00 |
|
Phil Race
|
e3e016b54c
|
8212701: remove sun.desktop property from launcher code
Reviewed-by: serb, alanb, rriggs
|
2019-04-24 09:21:02 -07:00 |
|
Christoph Langer
|
6ede0b6bb8
|
8221262: Cleanups in UnixFileSystem/WinNTFileSystem implementation classes
Reviewed-by: alanb, igerasim
|
2019-03-26 09:16:07 +01:00 |
|
Ivan Gerasimov
|
07b560a1a1
|
6307456: UnixFileSystem_md.c use of chmod() and access() should handle EINTR signal appropriately (unix)
Reviewed-by: bpb, dholmes, alanb
|
2019-03-16 13:44:30 -07:00 |
|
Thomas Stuefe
|
e21cb12d35
|
8212828: (process) Change the Process launch mechanism default on Linux to be posix_spawn
Reviewed-by: rriggs, martin
|
2019-02-08 08:49:32 +01:00 |
|
Nick Gasson
|
1d7662e428
|
8214077: test java/io/File/SetLastModified.java fails on ARM32
Replace uses of stat with stat64 in java.base
Reviewed-by: alanb
|
2018-12-14 13:30:21 +00:00 |
|
Phil Race
|
8895605e66
|
8212703: Remove sun.java2d.fontpath property from java launcher code
Reviewed-by: alanb, rriggs
|
2018-12-10 12:33:23 -08:00 |
|
Phil Race
|
7fe615f9a7
|
8130264: change the mechanism by which JDK loads the platform-specific PrinterJob implementation
Reviewed-by: serb, rriggs
|
2018-11-30 10:55:59 -08:00 |
|
Roger Riggs
|
29e742273e
|
8185496: Improve performance of system properties initialization in initPhase1
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
|
2018-11-09 13:28:16 -05:00 |
|
David M Lloyd
|
f853aebd9b
|
8212828: (process) Provide a way for Runtime.exec to use posix_spawn on linux
Reviewed-by: alanb, rriggs
|
2018-10-18 15:56:37 -05:00 |
|
Andrew Haley
|
1ef860cf09
|
8211163: UNIX version of Java_java_io_Console_echo does not return a clean boolean
Reviewed-by: shade, alanb
|
2018-10-03 17:29:47 +01:00 |
|
Brent Christian
|
3910193204
|
8072130: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Mac OSX
Reviewed-by: sherman
|
2018-09-24 10:41:41 -07:00 |
|
Brian Burkhalter
|
67b2c6fc66
|
8207744: Clean up inconsistent use of opendir/closedir versus opendir64/closedir64
Reviewed-by: bsrbnd, mbaesken, bchristi, simonis
|
2018-08-30 12:39:26 -07:00 |
|
Bernard Blaser
|
f4723253b6
|
8202794: Native Unix code should use readdir rather than readdir_r
Reviewed-by: alanb, bsrbnd
|
2018-07-17 12:03:10 -07:00 |
|
Bhaktavatsal R Maram
|
dc7d03e19d
|
8202329: [AIX] Fix codepage mappings for IBM-943 and Big5
Reviewed-by: simonis, stuefe
|
2018-06-12 13:00:50 +05:30 |
|
Thomas Stuefe
|
4d84004591
|
8204663: clean up remaining native parts after JDK-8187631
Reviewed-by: rriggs, psandoz
|
2018-06-13 20:11:18 +02:00 |
|
Jan Lahoda
|
f7afa8ff53
|
8202105: Console echo is disabled when exiting jshell
Preserving original terminal echo state when Console.readPassword finishes.
Reviewed-by: sherman, martin
|
2018-04-30 15:03:08 +02:00 |
|
Alan Bateman
|
2df7aa7b9f
|
8202261: (fc) FileChannel.map and RandomAccessFile.setLength should not preallocate space
Reviewed-by: bpb
|
2018-04-26 09:04:18 +01:00 |
|
Xueming Shen
|
1775d925de
|
8194750: Console.readPassword does not save/restore tty settings
Reviewed-by: martin, alanb
|
2018-04-17 11:20:50 -07:00 |
|
Magnus Ihse Bursie
|
89f6ccb93e
|
8200178: Remove mapfiles for JDK native libraries
Reviewed-by: erikj, alanb, mchung, prr, weijun
|
2018-03-28 23:56:08 +02:00 |
|
Roger Riggs
|
cfe9ad4608
|
8189330: Cleanup FileDescriptor implementation
Reviewed-by: bpb
|
2018-02-23 14:26:29 -05:00 |
|
Roger Riggs
|
f29e21abb1
|
8080225: FileInput/OutputStream/FileChannel cleanup should be improved
Reviewed-by: mchung, plevart, bpb
|
2017-12-01 16:40:08 -05:00 |
|
Coleen Phillimore
|
e908052a71
|
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
|
2017-10-31 11:55:09 -04:00 |
|
Roger Riggs
|
a3b9c07ee4
|
8177932: (process) java/lang/ProcessHandle/OnExitTest.java failed with "Process A should not be alive..."
Reviewed-by: stuefe, dholmes, fyuan
|
2017-09-21 11:41:34 -04:00 |
|
Roger Riggs
|
5e55e5e2ee
|
8187631: Refactor FileDescriptor close implementation
Reviewed-by: bpb, alanb
|
2017-09-21 11:41:12 -04:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|