Srinivas Dama
080269eb20
8202178: type.getKind() for var is None instead of Error
...
Make sure var kind != None for instance variables without initialization
Reviewed-by: mcimadamore
2018-05-27 12:00:16 +05:30
Kim Barrett
6c20824cda
8203028: Simplify reference processing in light of JDK-8175797
...
Removed special handling of Reference.next
Reviewed-by: tschatzl, sjohanss, mchung
2018-05-26 03:11:50 -04:00
Vivek Theeyarath
5103e3b4a3
8177276: MethodHandles.insertArguments doesn't specify IllegalArgumentException on index mismatch
...
Correct MethodHandles.insertArguments spec
Reviewed-by: psandoz, mchung, ntv
2018-05-25 22:56:00 -07:00
Harold Seigel
d892ac8d4c
8202913: loader constraint message for fields specifies incorrect referring class
...
Improve the message to display the right referring class.
Reviewed-by: acorn, goetz, dholmes
2018-05-31 10:38:06 -04:00
Jamil Nimeh
fcb805f9a6
8153029: ChaCha20 Cipher Implementation
...
Add the ChaCha20 and ChaCha20-Poly1305 Cipher implementations
Reviewed-by: mullan
2018-05-31 07:05:10 -07:00
Coleen Phillimore
89251ae9a3
8204087: C++ Interpreter code left over in MethodData
...
Remove unused code
Reviewed-by: kvn, lfoltan, thartmann
2018-05-31 09:19:54 -04:00
Markus Grönlund
04482293bf
8203321: assert(current_query_index < process_query_set->size) failed: invariant
...
Reviewed-by: rehn
2018-05-31 13:25:40 +02:00
Rachna Goel
f001238086
8203474: Update description of "Cyrillic Supplementary" block name in Character.UnicodeBlock class
...
Updated description of cyrillic supplementary block.
Reviewed-by: naoto
2018-05-31 15:11:57 +05:30
Jim Laskey
e18f24a98e
8050818: Predicate::not - provide an easier way to negate a predicate
...
Reviewed-by: chegar, dl, psandoz, forax, smarks, redestad
2018-05-30 12:40:04 -03:00
Thomas Stuefe
0084eebd36
8203219: VM.metaspace jcmd should optionally show loaded classes for loaders
...
Reviewed-by: zgu, coleenp
2018-05-30 17:30:06 +02:00
Rajan Halade
5712e9e18b
8189949: Remove Baltimore Cybertrust Code Signing CA
...
Reviewed-by: mullan
2018-05-30 07:42:48 -07:00
Weijun Wang
154849b1c5
8072996: Deprecate stream-based GSSContext methods
...
Reviewed-by: mullan
2018-05-30 22:24:20 +08:00
Patric Hedlin
60b28c75c8
8200288: [SPARC] "assert(!(is_cti(prev) && is_cti(insn))) failed: CTI-CTI not allowed"
...
Reviewed-by: neliasso, kvn
2018-05-30 16:10:21 +02:00
Claes Redestad
b67da0de17
8203886: Invoke LambdaMetafactory::altMetafactory exactly from the BootstrapMethodInvoker
...
Reviewed-by: mchung
2018-05-30 14:46:28 +02:00
Goetz Lindenmaier
ff2c3d4dbe
8203881: Print erroneous size in NegativeArraySizeException
...
Reviewed-by: dholmes, stuefe
2018-05-30 11:39:26 +02:00
Vyom Tewari
6a48db9cf6
8194298: Add support for per Socket configuration of TCP keepalive
...
Reviewed-by: chegar, clanger, igerasim, alanb
2018-05-30 16:36:35 +05:30
Thomas Stuefe
611c72e5bc
8203455: jcmd: VM.metaspace: print loader name for anonymous CLDs
...
Reviewed-by: lfoltan, goetz
2018-05-30 08:52:59 +02:00
Martin Buchholz
e85e0f5daf
8203327: Small cleanups in java.lang.ref
...
Reviewed-by: mr
2018-05-29 19:15:49 -07:00
Kim Barrett
d2dd37cf1f
8202945: OopStorage should use GlobalCounter
...
Use GlobalCounter rather than private mechanism.
Reviewed-by: eosterlund, tschatzl, rehn
2018-05-29 18:10:09 -04:00
David Holmes
1225e17c54
8189766: whitebox failure with -Xcheck:jni
...
Reviewed-by: lfoltan, kbarrett
2018-05-29 17:21:31 -04:00
Kim Barrett
ce8c6887bb
8203843: BasicParState::default_estimated_thread_count(false) can return 0 in gtest
...
Ensure minimum estimated thread count is 1.
Reviewed-by: tschatzl, stuefe, rehn
2018-05-29 16:02:23 -04:00
Coleen Phillimore
e3a3941c9a
8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
...
SystemDictionary has all strong roots. The weak oop_storage is processed by the WeakProcessor so it can be scanned and cleared concurrently and/or by parallel threads.
Reviewed-by: kbarrett, sjohanss
2018-05-29 15:50:27 -04:00
Dean Long
92b31787a2
8203370: [JVMCI] UseJVMCICompiler should imply EnableJVMCI
...
Reviewed-by: kvn
2018-05-29 12:06:05 -07:00
Thomas Stuefe
df16209bc5
8203014: jcmd should output command list if no command is given
...
Reviewed-by: sspitsyn, simonis
2018-05-29 20:57:42 +02:00
Jonathan Gibbons
8589446792
8196202: Javadoc should not generate frames by default
...
Reviewed-by: ksrini
2018-05-29 11:20:04 -07:00
Gerard Ziemski
b721c804c5
8203938: Fix build failures from JDK-8133564
...
Added missing static keyword
Reviewed-by: kbarrett, tschatzl
2018-05-29 12:57:39 -05:00
Vicente Romero
539b18eba0
8203892: Target interface added as marker interface in calls to altMetafactory
...
Reviewed-by: mcimadamore
2018-05-29 09:12:39 -07:00
Gerard Ziemski
90cc14cd60
8133564: Runtime - 2nd followup to Validate JVM Command-Line Flag Arguments
...
Moved print function into JVMFlag, cleaned up include headers.
Reviewed-by: coleenp, hseigel
2018-05-29 11:04:56 -05:00
Stefan Karlsson
11813888b8
8204540: Automatic oop closure devirtualization
...
Reviewed-by: kbarrett, eosterlund
2018-05-26 06:59:49 +02:00
Phil Race
9a9dad8b63
8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
...
Reviewed-by: serb, erikj
2018-05-25 16:23:17 -07:00
Ivan Gerasimov
33b7f68964
8203369: Check for both EAGAIN and EWOULDBLOCK error codes
...
Reviewed-by: alanb
2018-05-25 12:44:34 -07:00
Phil Race
5ff01c4163
Merge
2018-05-25 12:12:24 -07:00
Roger Riggs
474a1253bb
8203368: ObjectInputStream filterCheck method throws NullPointerException
...
Reviewed-by: bpb, smarks
2018-05-25 13:29:25 -04:00
Andrew Brygin
db67279f08
8203485: [freetype] text rotated on 180 degrees is too narrow
...
Reviewed-by: prr, serb
2018-05-25 11:35:31 +03:00
Sergey Bylokhov
b202eb276a
8203498: The specification for java.applet package should be updated
...
Reviewed-by: prr
2018-05-23 23:02:02 -07:00
Andrew Dinn
5634c779d5
8203699: java/lang/invoke/SpecialInterfaceCall fails with SIGILL on aarch64
...
Fastdebug build fails with SIGILL
Reviewed-by: shade, drwhite, aph
2018-05-23 15:57:51 +00:00
Sharath Ballal
b9a55926f3
8203689: Add failure code to threaddb exception messages`
...
Reviewed-by: sspitsyn, cjplummer
2018-05-25 15:34:45 +05:30
Magnus Ihse Bursie
0e24d79bf9
8203221: Makefile fixes after Flight Recorder
...
Reviewed-by: erikj
2018-05-25 10:14:27 +02:00
Tobias Hartmann
2d00538d92
8202949: C2: assert(false) failed: Bad graph detected in build_loop_late
...
Fixed trip count computation for counted loop with negative stride to prevent over-unrolling.
Reviewed-by: roland
2018-05-25 09:05:42 +02:00
Jamsheed Mohammed C M
313a255558
8184030: TestUseRTMLockingOptionOnUnsupportedVM - RTM locking optimization not supported is missing
...
Corrected the rtm unsupported error message for emulated client.
Reviewed-by: thartmann, gromero
2018-05-24 22:21:00 -07:00
Rajan Halade
207e005711
8191844: Remove SECOM root (secomevrootca1)
...
Reviewed-by: mullan
2018-05-24 13:26:22 -07:00
Calvin Cheung
55b6a9b02b
8203354: assert in ClassLoader::update_module_path_entry_list() could have incorrect message
...
Converting the assert in ClassLoader::update_module_path_entry_list() to a meaningful error message before aborting the CDS dump.
Reviewed-by: stuefe, iklam
2018-05-24 09:15:09 -07:00
Priya Lakshmi Muthuswamy
b83864b498
8196913: javadoc does not (over)write stylesheet.css
...
Reviewed-by: jjg
2018-05-24 20:34:17 +05:30
Maurizio Cimadamore
d10e29af44
8203488: Remove error generation from TransTypes
...
Bridge clash errors should noty be reported in TransTypes (as they are already reported in the frontend); cleanup polysig call code.
Reviewed-by: vromero, cushon, forax
2018-05-24 11:13:42 +01:00
Priya Lakshmi Muthuswamy
a7ac132ac4
8199307: NPE in jdk.javadoc.internal.doclets.toolkit.util.Utils.getLineNumber
...
Reviewed-by: ksrini, jjg
2018-05-24 14:35:32 +05:30
Roland Westrelin
76bb390810
8202950: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: neliasso, kvn
2018-05-24 09:59:57 +02:00
Priya Lakshmi Muthuswamy
dd889cff52
8188248: NullPointerException on generic methods
...
Reviewed-by: ksrini, jjg
2018-05-24 13:34:31 +05:30
Jan Kalina
9d1ada26aa
8194630: Uninitialized initiator_address in native GSS
...
Zeroized the initiator/acceptor_address in gss_channel_bindings_t
Reviewed-by: valeriep
2018-05-24 00:37:29 +00:00
Joshua Zhu
24d75d940a
8203041: AArch64: fix overflow in immediate cmp/cmn instruction
...
Fix overflow in immediate cmp/cmn instruction for AArch64
Reviewed-by: aph, dpochepk, drwhite
2018-05-24 07:20:10 +08:00
Jonathan Gibbons
d27d4d8df4
8202947: Fix minor issues with taglets
...
Reviewed-by: ksrini
2018-05-23 11:49:57 -07:00