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
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
Phil Race
0cfa66ddce
Merge
2018-03-12 09:37:49 -07:00
Roger Riggs
f0cd136c74
8199420: Update javadoc tags in java.lang.System and related
...
Reviewed-by: lancea, bpb
2018-03-12 10:04:12 -04:00
Krishna Addepalli
65113c9136
8197785: javax.accessibility.AccessibleBundle will reload the ResourceBundle for every call to toDisplayString
...
Reviewed-by: serb, prr, ssadetsky
2018-03-09 17:26:48 +05:30
Jan Lahoda
b0b8a51be1
8187950: javax.lang.model APIs throws CompletionFailure or a subtype of CompletionFailure
...
Catching CompletionFailures that would be thrown to API clients, and re-completing the symbols again when javac itself needs it.
Reviewed-by: cushon, jjg
2018-03-09 09:42:10 +01:00
Weijun Wang
798b830ad8
8199154: Accessibility issues in jdk.security.auth
...
Reviewed-by: valeriep
2018-03-09 11:36:12 +08:00
Phil Race
ff223cc1ee
Merge
2018-03-08 10:18:28 -08:00
Brian Burkhalter
4ee1b63881
8198899: Compilation errors in java.prefs with VS 2017
...
Change Java level representation of HKEY from int to long
Reviewed-by: alanb, rriggs, psandoz
2018-03-08 08:17:26 -08:00
Shashidhara Veerabhadraiah
72628783c5
8195738: scroll poistion in ScrollPane is reset after calling validate()
...
Reviewed-by: serb, ssadetsky
2018-03-08 14:31:54 +05:30
KUBOTA Yuji
605827c671
8169358: httpserver does not close connections when RejectedExecutionException occurs
...
Catch unexpected exceptions in Dispatcher::handle
Reviewed-by: chegar, dfuchs, clanger
2018-03-08 11:21:57 +09:00
Vicente Romero
c866d037bc
8199327: nuke var type name after a lambda has been accepted
...
Reviewed-by: mcimadamore
2018-03-08 10:28:46 -05:00
Weijun Wang
254138139f
8193262: JNI array not released in libsunmscapi convertToLittleEndian
...
Reviewed-by: ascarpino
2018-03-08 13:39:42 +08:00
Weijun Wang
50484af54b
8191139: Remove deprecated javax.security.auth.Policy API
...
Reviewed-by: mullan
2018-03-08 12:20:26 +08:00
Weijun Wang
68b1b6c580
8198898: Compilation errors in jdk.crypto.mscapi with VS 2017
...
Reviewed-by: xuelei
2018-03-08 11:44:43 +08:00
Weijun Wang
3fb8a072a1
8199198: Remove unused functions in jdk.crypto.mscapi native code
...
Reviewed-by: igerasim, wetmore
2018-03-08 11:44:26 +08:00
Hannes Wallnöfer
42f6751d6f
8199236: Nashorn uses deprecated HTML tags in Javadoc
...
Reviewed-by: jlaskey, sundar
2018-03-07 18:36:21 +01:00
Alexey Ivanov
366192f502
8198777: JList.getPreferredScrollableViewportSize(): fix mistake in doc for height calc
...
Reviewed-by: serb, ssadetsky
2018-03-07 16:08:52 +00:00
Manajit Halder
dd5043a7d6
8190767: if JFrame is maximized on OS X, all new JFrames will be maximized by default
...
Reviewed-by: serb, kaddepalli
2018-03-07 14:54:46 +05:30
Alan Bateman
c37c87b388
8199120: (so) SocketChannelImpl read/write don't need stateLock when channel is configured non-blocking
...
Reviewed-by: bpb
2018-03-07 07:20:38 +00:00
Alan Bateman
61aa187aaf
8199015: (se) SocketChannelImpl.translateXXXOps access channel state without synchronization
...
Reviewed-by: bpb
2018-03-07 07:15:24 +00:00
Alan Bateman
889a041f22
8198928: (so) SocketChannel connect may deadlock if closed at around same time that connect fails
...
Reviewed-by: bpb, mli
2018-03-07 07:13:55 +00:00
Brian Burkhalter
1deb2a7bd5
8198302: VS2017 (C4477) java.base/windows/native/libnet/NetworkInterface_winXP.c incorrect printf format strings
...
Cast to expected data type
Reviewed-by: chegar, clanger, rriggs
2018-03-06 10:51:26 -08:00
Bhavesh Patel
1780fdeae7
8182765: HTML5 must be the default javadoc codegen mode in the near future
...
Reviewed-by: jjg
2018-03-06 10:45:47 -08:00
Roger Riggs
4166d0663c
8197538: Remove mention of hotjava paths in MimeTable.java
...
Reviewed-by: lancea, bpb, chegar
2018-03-06 10:00:49 -05:00
Phil Race
ea6bd4c0ec
Merge
2018-03-05 13:11:21 -08:00
Naoto Sato
3d4edcc571
4993841: (str) java.lang.Character should have a toString(int) method
...
Reviewed-by: martin, rriggs, sherman, smarks
2018-03-05 08:50:47 -08:00
Anton Litvinov
dfb4b0979b
8198605: Touch keyboard is shown for a non-focusable text component
...
Reviewed-by: serb, dmarkov
2018-03-05 01:22:36 +00:00
Lance Andersen
9995861868
8197533: Move javax.transaction.xa to its own module
...
Reviewed-by: darcy, alanb, psandoz, ihse
2018-03-04 17:05:29 -05:00
Xueming Shen
d4d8c255b2
8198966: To make CoderResult.Cache.cache final and allocate it eagerly
...
Reviewed-by: redestad
2018-03-04 00:32:53 -08:00
Magnus Ihse Bursie
3e166182e0
8198862: Stop doing funky compilation stuff for dtrace
...
Reviewed-by: erikj, tbell
2018-03-03 08:39:08 +01:00
Roger Riggs
9f72c07d5a
8198970: jnu_util.c compilation error on Solaris
...
Reviewed-by: mchung, redestad
2018-03-02 18:08:50 -05:00
Jim Laskey
522a9d15fd
8198955: String#repeat loop optimization
...
Reviewed-by: rriggs, redestad, igerasim
2018-03-02 18:10:57 -04:00
Roger Riggs
c43cebb5cf
8198697: Simplify initialization of platform encoding
...
Reviewed-by: redestad, sherman
2018-03-02 14:17:04 -05:00
Robbin Ehn
08ad8da3f7
8198833: TestMemoryAwareness Docker container fails with too small maximum heap
...
Reviewed-by: bobv, dholmes
2018-03-02 11:43:19 +01:00
Jesper Wilhelmsson
6a37cbc50c
Merge
2018-03-02 21:00:12 +01:00
Martin Buchholz
fa4abe66dd
8198810: URLClassLoader does not specify behavior when URL array contains null
...
Reviewed-by: alanb, darcy, dholmes
2018-03-01 19:01:34 -08:00