Jamil Nimeh
|
a40d0a0ee1
|
8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
Reviewed-by: xuelei
|
2018-10-16 12:05:57 -07:00 |
|
Mandy Chung
|
a9b4ac9c37
|
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
Reviewed-by: alanb
|
2018-10-16 11:47:33 -07:00 |
|
Jamil Nimeh
|
180a8773fb
|
8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
Reviewed-by: xuelei
|
2018-10-16 11:24:41 -07:00 |
|
Aleksey Shipilev
|
b6e77e4285
|
8212177: Epsilon alignment adjustments can overflow max TLAB size
Reviewed-by: pliden, tschatzl
|
2018-10-16 17:43:30 +02:00 |
|
Roger Riggs
|
8dd0b1f061
|
8192939: Remove Finalize methods from FileInputStream and FileOutputStream
Reviewed-by: alanb, iris, mchung
|
2018-10-16 10:55:28 -04:00 |
|
Harold Seigel
|
794d864feb
|
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
Change calls to Abstract_VM_Version methods to be calls to VM_Version methods.
Reviewed-by: coleenp, kbarrett, dholmes
|
2018-10-16 11:08:46 -04:00 |
|
Bob Vandette
|
86a0c85f6b
|
Merge
|
2018-10-16 09:55:30 -04:00 |
|
Bob Vandette
|
6a7fdffe3b
|
8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
Reviewed-by: kvn, iignatyev
|
2018-10-16 09:54:28 -04:00 |
|
Hannes Wallnöfer
|
bfb6aa4821
|
8210683: Search result display order reversed for overloaded entries
Reviewed-by: jjg
|
2018-10-16 15:05:03 +02:00 |
|
Tobias Hartmann
|
6b83ac96ab
|
8210215: C2 should optimize trichotomy calculations
Ideal transformation to optimize trichotomic comparisons.
Reviewed-by: kvn, jrose
|
2018-10-16 14:17:19 +02:00 |
|
Erik Österlund
|
0192c14c9b
|
8210498: nmethod entry barriers
Reviewed-by: kvn, pliden
|
2018-10-16 13:18:22 +02:00 |
|
Erik Österlund
|
e39c5811b5
|
8210330: Make CLD claiming allow multiple claim bits
Reviewed-by: pliden, coleenp
|
2018-10-16 13:16:11 +02:00 |
|
Erik Österlund
|
782fa608d2
|
8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
Reviewed-by: pliden, kbarrett
|
2018-10-16 13:14:18 +02:00 |
|
Per Lidén
|
5f2b11d373
|
8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
Reviewed-by: eosterlund
|
2018-10-16 13:43:04 +02:00 |
|
Daniel Fuchs
|
1e40cb4052
|
8211960: broken links in java.util.logging
Reviewed-by: mchung, chegar
|
2018-10-16 12:38:46 +01:00 |
|
Thomas Schatzl
|
475df1c06a
|
8210492: PLAB object promotion events report object sizes in words
Properly scale values passed to the JFR event.
Reviewed-by: phh, jcbeyler
|
2018-10-16 11:27:21 +02:00 |
|
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 |
|
Zhengyu Gu
|
354249f51e
|
8191369: NMT: Enhance thread stack tracking
More precise thread stack tracking on Linux and Windows
Reviewed-by: coleenp, adinn, minqi
|
2018-03-01 16:35:36 -05:00 |
|
Kim Barrett
|
d7765d9002
|
8198474: Move JNIHandles::resolve into jniHandles.inline.hpp
Moved resolve and friends to new jniHandles.inline.hpp.
Reviewed-by: tschatzl, pliden, coleenp
|
2018-03-01 16:51:22 -05:00 |
|
Phil Race
|
e8a9982ea6
|
Merge
|
2018-03-01 10:37:20 -08:00 |
|
Vladimir Kozlov
|
d0ec59a9fb
|
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
Reviewed-by: thartmann
|
2018-03-01 09:03:30 -08:00 |
|
Phil Race
|
d381c82162
|
Merge
|
2018-03-01 08:52:52 -08:00 |
|
Claes Redestad
|
ec495ebede
|
8198888: Reduce string allocation churn in InvokerBytecodeGenerator
Reviewed-by: psandoz, plevart
|
2018-03-01 13:08:06 +01:00 |
|
Joe Wang
|
5a7aff9897
|
8137326: Methods for comparing CharSequence, StringBuilder, and StringBuffer
Reviewed-by: rriggs, smarks, sherman, tvaleev
|
2018-03-01 15:31:04 -08:00 |
|