Goetz Lindenmaier
|
d8c6516c92
|
8218628: Add detailed message to NullPointerException describing what is null
This is the implementation of JEP 358: Helpful NullPointerExceptions.
Reviewed-by: coleenp, clanger, rschmelter, rriggs, forax, mr
|
2019-10-14 11:36:17 +02:00 |
|
Kiran Ravikumar
|
4b36fb50ed
|
8231770: Test java/util/zip/FlaterTest.java fails with -Xcheck:jni
Reviewed-by: alanb, coffeys, chegar
|
2019-10-09 10:14:03 +00:00 |
|
Claes Redestad
|
f8f7cdcbe3
|
8231355: Remove unused utility methods in libjava
Reviewed-by: dholmes, jrose, alanb
|
2019-10-08 10:24:22 +02:00 |
|
Claes Redestad
|
fba19ffbb2
|
8230043: Lazily load libverify
8230140: Remove unused mutex and monitor declarations
Reviewed-by: hseigel, erikj, alanb, dholmes
|
2019-10-07 16:55:24 +02:00 |
|
Matthias Baesken
|
e2ebf7b822
|
8231171: remove remaining sun.java.launcher.pid references
Reviewed-by: alanb, dholmes
|
2019-09-20 10:28:48 +02:00 |
|
Joe Darcy
|
f3208bfcd0
|
8199424: consider removing ObjectInputStream and ObjectOutputStream native methods
Reviewed-by: bpb, rriggs, redestad
|
2019-09-20 09:32:45 -07:00 |
|
Brent Christian
|
a4613d4a8f
|
8212117: Class.forName may return a reference to a loaded but not linked Class
Reviewed-by: dholmes, mchung
|
2019-09-09 11:04:04 -07:00 |
|
Andrew Luo
|
4ab1119494
|
8230104: JNU_IsInstanceOfByName needs const parameter
Reviewed-by: alanb, rriggs
|
2019-08-23 15:24:26 -04:00 |
|
Ivan Gerasimov
|
5c25e2a6fb
|
8211360: Change #if DEF to #if defined(DEF)
Reviewed-by: bpb, vtewari
|
2019-08-21 13:49:16 -07:00 |
|
Michael McMahon
|
247a6a2ce4
|
8216417: cleanup of IPv6 scope-id handling
Reviewed-by: alanb, chegar, dfuchs
|
2019-06-13 09:10:51 +01:00 |
|
Lance Andersen
|
9115f920d2
|
8225189: Multiple JNI calls within critical region in ZIP Library
Reviewed-by: alanb
|
2019-06-11 13:04:36 -04:00 |
|
Prasanta Sadhukhan
|
4651ce7fc9
|
Merge
|
2019-06-03 11:06:24 +05:30 |
|
Phil Race
|
312d66471a
|
8223271: SplashScreen is still shown if defaulting to headless on MacOS
Reviewed-by: bpb, serb, kcr
|
2019-05-30 11:52:23 -07:00 |
|
Harold Seigel
|
cf48689855
|
8224763: Update man pages to show deprecation of -Xverify:none
Add the appropriate deprecation text
Reviewed-by: dholmes, lfoltan
|
2019-05-29 08:21:33 -04:00 |
|
Henry Jen
|
f30500c679
|
8215156: Deprecate the -Xfuture option
Reviewed-by: dholmes
|
2019-05-22 21:45:47 -07:00 |
|
Prasanta Sadhukhan
|
dfe0ca547b
|
Merge
|
2019-05-14 11:23:08 +05:30 |
|
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
|
501a6f3423
|
Merge
|
2019-05-02 10:48:56 -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 |
|
Gerard Ziemski
|
22bf018812
|
8189208: Cleanup ancient argument processing code
Remove bits thread_park_blocker, post_vm_init_hook_enabled and pending_list_uses_discovered_fields
Reviewed-by: hseigel, dholmes
|
2019-05-09 12:04:20 -05:00 |
|
Patrick Zhang
|
b9a4ede307
|
8222334: java -Xss0 triggers StackOverflowError
Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
|
2019-04-16 11:00:48 +00:00 |
|
Arthur Eubanks
|
0465104af6
|
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
Reviewed-by: dfuchs, chegar
|
2019-04-16 13:16:49 -07:00 |
|
Lois Foltan
|
4f2478e234
|
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h
Reviewed-by: coleenp, hseigel
|
2019-04-23 07:05:38 -04:00 |
|
Aleksey Shipilev
|
5c0f32e4b7
|
8074817: Resolve disabled warnings for libverify
Reviewed-by: erikj, alanb
|
2019-03-11 12:39:51 +01:00 |
|
Dmitry Chuyko
|
b818234d2a
|
8215009: GCC 8 compilation error in libjli
Reviewed-by: dholmes, mikael, rriggs
|
2019-02-27 13:13:15 +03:00 |
|
Mikael Vidstedt
|
ea42bbcd24
|
8219142: Remove unused JIMAGE_ResourcePath
Reviewed-by: dholmes, alanb
|
2019-02-20 09:43:01 -08:00 |
|
Matthias Baesken
|
38463aa959
|
8217093: Support extended-length paths in parse_manifest.c on windows
Reviewed-by: chegar, clanger
|
2019-01-28 16:42:23 +01:00 |
|
Alan Bateman
|
755872aa82
|
8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer
Reviewed-by: clanger, michaelm
|
2019-01-22 16:39:52 +00:00 |
|
Aleksey Shipilev
|
f44e59355c
|
8216302: StackTraceElement::fill_in can use cached Class.name
Reviewed-by: coleenp, dholmes, mchung
|
2019-01-09 20:28:16 +01:00 |
|
Prasanta Sadhukhan
|
f6fcaf0f7d
|
Merge
|
2019-01-07 11:02:11 +05:30 |
|
Alexey Ivanov
|
7fc544f6c3
|
8215123: Crash in runtime image built with jlink --compress=2
Reviewed-by: ihse, alanb
|
2018-12-11 14:11:57 +00:00 |
|
Prasanta Sadhukhan
|
b3eb4c3ce8
|
Merge
|
2018-12-11 10:47:37 +05:30 |
|
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 |
|
Jini George
|
36ded09992
|
8215026: Incorrect amount of memory unmapped with ImageFileReader::close()
Use map_size() instead of _index_size as the amount of memory to be unmapped while closing an image file
Reviewed-by: alanb, jlaskey
|
2018-12-10 19:08:24 +05:30 |
|
Dean Long
|
57dc039131
|
8214583: AccessController.getContext may return wrong value after JDK-8212605
Reviewed-by: mchung, redestad
|
2018-12-18 16:36:26 -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
|
48d68d182a
|
8214014: Remove vestiges of gopher: protocol proxy support
Reviewed-by: lancea, alanb
|
2018-11-28 16:04:36 -05:00 |
|
Roger Riggs
|
c1034b1cad
|
4947890: Minimize JNI upcalls in system-properties initialization
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
|
2018-11-28 15:53:49 -05: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 |
|
Dean Long
|
a9ae141836
|
8212605: Pure-Java implementation of AccessController.doPrivileged
Reviewed-by: dholmes, mullan, vlivanov, mchung, alanb, rriggs
|
2018-11-06 16:04:50 -08:00 |
|
Ioi Lam
|
c86ba29693
|
8212612: Add documentation about Arguments::_exit_hook
Reviewed-by: hseigel, dlong, dholmes
|
2018-10-17 21:51:00 -07:00 |
|
Pavel Rappo
|
01a3fec4cb
|
8212001: Verify exported symbols in java.base (libjava)
Reviewed-by: chegar
|
2018-10-11 14:10:13 +01:00 |
|
Pavel Rappo
|
a9efcea778
|
8212000: Verify exported symbols in java.base (libnet, libnio/ch)
Reviewed-by: alanb, chegar
|
2018-10-10 14:13:32 +01:00 |
|
Bo Zhang
|
3a0b2d59ad
|
8210810: Escaped character at specific position in argument file is not handled properly
Reviewed-by: alanb
|
2018-09-28 13:15:01 -07:00 |
|
Jonathan Gibbons
|
8edf8e2b03
|
8210275: Source Launcher should fail if --source is used without a source file
Reviewed-by: mchung, alanb, mcimadamore
|
2018-09-21 15:38:43 -07:00 |
|
Calvin Cheung
|
fcc414655b
|
8190737: use unicode version of the canonicalize() function to handle long path on windows
Also calling CreateFileW in zip_util.c to handle long path
Reviewed-by: sherman, iklam
|
2018-09-14 11:17:25 -07:00 |
|
Xueming Shen
|
23ec584fda
|
8210345: The Japanese message of FileNotFoundException garbled
Reviewed-by: alanb
|
2018-09-07 10:17:49 -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 |
|