Sergey Bylokhov
8d5fa0fad3
4912693: Behavior of null arguments not specified in Java Sound
...
Reviewed-by: prr
2018-03-22 17:02:40 -07:00
Phil Race
db4cc3fdf8
8199789: Emit a warning message when t2k is selected via system property
...
Reviewed-by: serb, pnarayanan
2018-03-22 14:10:30 -07:00
Phil Race
1597645191
8200129: Remove D3D Performance Counter
...
Reviewed-by: alanb, serb
2018-03-22 14:02:20 -07:00
Phil Race
f004bcc467
Merge
2018-03-22 11:34:38 -07:00
Phil Race
d270a407b5
8200072: Remove un-needed qualified export from java.base to java.desktop
...
Reviewed-by: alanb, mchung
2018-03-22 11:09:50 -07:00
Paul Sandoz
a2ea38d2c9
8199773: (bf) XXXBuffer:compareTo method is not working as expected
...
Reviewed-by: alanb
2018-03-22 09:07:08 -07:00
Brian Burkhalter
917c015610
8198997: Cache normalized/resolved user.dir property
...
Normalize cached user.dir property value in constructor (windows only)
Reviewed-by: alanb
2018-03-22 08:41:06 -07:00
Jan Lahoda
01509e5b5e
8194978: Javac produces dead code for try-with-resource
...
For try-with-resources, using simplified distinct close code for try body and catch clause, to avoid creating multiple copies of the full finally code.
Reviewed-by: mcimadamore
2018-03-22 15:28:33 +01:00
Roger Riggs
0db5f435ad
8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
...
Reviewed-by: sspitsyn, martin
2018-03-22 09:41:29 -04:00
Jan Lahoda
7b9d38622b
8198552: Multiple javac plugins do not work at the same time
...
Fixing handling of multiple -Xplugin, -Xdoclint: and -Xdoclint/packages: parameters.
Reviewed-by: jjg, vromero
2018-03-22 12:13:08 +01:00
Nishit Jain
8314e06ebc
8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero)
...
8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used
Reviewed-by: naoto
2018-03-22 12:59:58 +05:30
Prahalad Kumar Narayanan
23ba49ac43
6686236: GIF native IIOMetadata assumes characterCellWidth/Height as 2bytes
...
Reviewed-by: prr, jdv
2018-03-22 11:41:15 +05:30
Hannes Wallnöfer
589e1177ef
8199869: Missing copyright headers in nashorn source code
...
Reviewed-by: sundar
2018-03-21 16:55:34 +01:00
Magnus Ihse Bursie
3522b53f7b
8199682: Clean up building the saproc library
...
Reviewed-by: erikj, dholmes, sundar
2018-03-21 12:54:36 +01:00
Claes Redestad
c71bc3581a
8199862: Examine ProxyBuilder::referencedTypes startup cost
...
Reviewed-by: mchung
2018-03-21 10:13:49 +01:00
Claes Redestad
74827c6a87
8199865: Avoid initializing ShortCache in ProxyGenerator
...
Reviewed-by: mchung
2018-03-21 10:13:14 +01:00
Chris Hegarty
2c73c97dd0
8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
...
Reviewed-by: alanb, dfuchs
2018-03-21 09:06:45 +00:00
Manajit Halder
989515036d
7158623: Should an unfocusable maximized Frame be resizable
...
Reviewed-by: prr, sveerabhadra
2018-03-21 12:08:16 +05:30
Joe Wang
ce2fbabb94
8199792: Wrong license header in XMLLimitAnalyzer.java
...
Reviewed-by: lancea
2018-03-20 11:29:16 -07:00
Phil Race
7a4c2158c8
8199870: colorimaging.md needs to remove mention of KCMS
...
Reviewed-by: serb
2018-03-20 10:31:05 -07:00
Paul Sandoz
cfb102ab89
8193033: remove terminally deprecated sun.misc.Unsafe.defineClass
...
Reviewed-by: chegar, mchung, alanb
2018-03-20 09:21:43 -07:00
Sergey Bylokhov
78121145bd
8198895: Compilation errors in java.desktop with VS 2017
...
Reviewed-by: prr
2018-03-19 14:16:23 -07:00
Phil Race
89776a373c
8198897: Compilation errors in jdk.accessibility with VS 2017
...
Reviewed-by: serb, kaddepalli
2018-03-19 13:46:42 -07:00
Phil Race
5016a4dd96
8198649: Switch AWT/Swing's default GTK version to 3
...
Reviewed-by: psadhukhan, kaddepalli
2018-03-19 11:29:50 -07:00
Phil Race
1d92a4dd47
Merge
2018-03-19 10:46:31 -07:00
Patrick Reinhart
4c7f1ac52c
8196298: Add null Reader and Writer
...
Reviewed-by: bpb, forax, smarks, alanb, rriggs
2018-03-19 09:58:41 -04:00
Krishna Addepalli
00465d6e60
8152974: AWT hang occurrs when sequenced events arrive out of sequence
...
Reviewed-by: serb, prr, ssadetsky
2018-03-19 12:29:23 +05:30
Hannes Wallnöfer
2ca067436f
8199443: Nashorn multithread bottleneck with "use strict"
...
Reviewed-by: jlaskey, sundar
2018-03-16 14:56:54 +01:00
Joe Wang
e5a5c2a832
8183554: Add constructors with Charset parameter for FileReader and FileWriter
...
Reviewed-by: alanb, rriggs, smarks
2018-03-15 14:54:10 -07:00
Phil Race
a359ed6dcf
Merge
2018-03-15 11:36:11 -07:00
Brian Burkhalter
f5578ab220
8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized
...
Directly return zero for a negative parameter instead of calculating
Reviewed-by: psandoz
2018-03-15 08:11:01 -07:00
Pankaj Bansal
dc46f48f5f
7108280: JList.getSelectedValuesList fails if JList.setSelectionInterval larger than list
...
Reviewed-by: serb, kaddepalli
2018-03-15 19:33:51 +05:30
David Lloyd
acb3103b8f
8188240: Reflection Proxy should skip static methods
...
Reviewed-by: mchung, sundar, shade, plevart
2018-03-15 12:07:59 +01:00
Alan Bateman
fc927f60c3
8199329: Remove code that attempts to read bytes after connection reset reported
...
Reviewed-by: redestad, clanger, chegar
2018-03-15 11:02:22 +00:00
Alan Bateman
3a7f72200c
8199611: (se) Minor selector implementation clean-up
...
Reviewed-by: clanger, redestad, bpb
2018-03-15 10:47:58 +00:00
Magnus Ihse Bursie
9f1e654058
8199636: Unify naming for jaas_unix and jaas_nt
...
Reviewed-by: erikj
2018-03-15 01:32:03 +01:00
Paul Sandoz
0628437ecc
8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke
...
Reviewed-by: mchung
2018-03-14 12:39:57 -07:00
Claes Redestad
b66ffad152
8199471: Enable generation of callSiteForms at link time
...
Reviewed-by: psandoz, mchung
2018-03-14 17:14:02 +01:00
Magnus Ihse Bursie
562b3c4393
8199483: Clean up some non-standard LDFLAGS usage
...
Reviewed-by: erikj
2018-03-14 11:23:16 +01:00
Krishna Addepalli
6875323232
8195095: Images are not scaled correctly in JEditorPane
...
Reviewed-by: ssadetsky, psadhukhan, mhalder
2018-03-14 15:41:29 +05:30
Brian Burkhalter
516fa74ca5
8182684: Further clarify InputStream#available()
...
Reviewed-by: alanb, rriggs
2018-03-13 12:24:39 -07:00
Brian Burkhalter
ae966db198
8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero
...
Reviewed-by: lancea, rriggs
2018-03-13 11:49:17 -07:00
Phil Race
f52ea8839e
Merge
2018-03-13 09:57:44 -07:00
Roger Riggs
d4941f14af
8199470: Remove unused property file.encoding.pkg
...
Reviewed-by: bpb, sherman
2018-03-13 12:46:01 -04:00
Anton Litvinov
8c60a48bc2
8198606: Touch keyboard does not hide, when a text component looses focus
...
Reviewed-by: serb, dmarkov
2018-03-13 12:00:55 +00:00
Naoto Sato
6744ceac88
8198989: Provide more diagnostic IAE messages
...
Reviewed-by: lancea
2018-03-12 20:47:21 -07:00
Ben Walsh
de3604ea0c
8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
...
Reviewed-by: psandoz, vlivanov, plevart
2018-03-12 16:09:18 -07:00
Phil Race
58ff4ee8c4
8193017: Import freetype sources into OpenJDK source tree
...
Reviewed-by: erikj, ihse, serb
2018-03-12 13:53:20 -07:00
Phil Race
10ced3a050
Merge
2018-03-12 10:53:22 -07:00
Claes Redestad
d88408c75b
8199453: Enable link-time generation of constructor forms
...
Reviewed-by: alanb, psandoz, mchung
2018-03-12 18:31:02 +01:00