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
Claes Redestad
d88408c75b
8199453: Enable link-time generation of constructor forms
...
Reviewed-by: alanb, psandoz, mchung
2018-03-12 18:31:02 +01: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
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
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
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
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
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
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
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
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
Vladimir Kozlov
d0ec59a9fb
8195632: [Graal] Introduce EagerJVMCI flag to force eager JVMCI initialization
...
Reviewed-by: thartmann
2018-03-01 09:03:30 -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
Philipp Kunz
5db337db24
6372077: JarFile.getManifest() should handle manifest attribute name 70 bytes
...
Reviewed-by: alanb, sherman
2018-03-01 15:50:26 -05:00
Xueming Shen
3a03cd060f
8187653: Lock in CoderResult.Cache becomes performance bottleneck
...
Reviewed-by: rriggs, alanb
2018-03-01 12:31:24 -08:00
Jim Laskey
b4d4d8f66c
8197594: String#repeat
...
Reviewed-by: smarks, psandoz, plevart, rriggs, redestad
2018-03-01 15:45:51 -04:00
Alan Bateman
95b1eef0da
8198841: Thread.interrupt should set interrupt status while holding blockerLock
...
Reviewed-by: bpb
2018-03-01 18:27:39 +00:00
Phil Race
d381c82162
Merge
2018-03-01 08:52:52 -08:00
Marcus Larsson
89d8e788f5
8198887: JDK-8168722 broke the build on macosx
...
Reviewed-by: dholmes, thartmann
2018-03-01 10:56:17 +01:00
Tobias Hartmann
23c15b8f4c
8148871: Possible wrong expression stack depth at deopt point
...
Add a special case for invoke bytecodes and use the parameter size instead of the oop map in that case.
Reviewed-by: never, dlong, minqi
2018-03-01 08:58:27 +01:00
Mandy Chung
3414903aba
8198253: ThreadInfo.from(CompositeData) incorrectly accepts CompositeData with missing JDK 6 attributes
...
Reviewed-by: dfuchs, jmanson
2018-02-28 17:11:57 -08:00
Vicente Romero
dc42a2bab5
8198628: further simplifications to lambda classification at JavacParser
...
Reviewed-by: mcimadamore
2018-02-28 18:36:25 -05:00
Marcus Larsson
98c77d44de
8168722: Unified Logging configuration output needs simplifying
...
Reviewed-by: rehn, lfoltan, hseigel
2018-02-28 22:38:53 +01:00
Rahul Raghavan
1392d4b80f
8198252: Null pointer dereference in fold_compares_helper
...
Added required null check with reported usage of filtered_int_type calls
Reviewed-by: kvn, thartmann
2018-02-28 23:23:35 -08:00
Jesper Wilhelmsson
3dfe4d61b3
Merge
2018-03-01 01:47:46 +01:00
Lana Steuck
3e7c7c6cdf
Merge
2018-02-28 21:21:11 +00:00
Coleen Phillimore
a2818d9625
8191421: Deprecate PrintSafepointStatistics, PrintSafepointStatisticsTimeout and PrintSafepointStatisticsCount options
...
Reviewed-by: dholmes, hseigel
2018-02-28 14:20:24 -05:00
Erik Helin
6d207011e0
8197841: Remove unused function Universe::create_heap_ext
...
Reviewed-by: rkennke, eosterlund, hseigel
2018-02-28 16:00:20 +01:00