Paul Sandoz
e55a05957d
8186209: Tool support for ConstantDynamic
...
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: acorn, coleenp, kvn
2017-09-08 10:46:46 -07:00
Gerard Ziemski
2cb1917bac
8181503: Can't compile hotspot with c++11
...
Fixed 5 unique c++14 compiler issues
Reviewed-by: coleenp, dholmes, kbarrett
2018-01-31 11:12:12 -06:00
Coleen Phillimore
7660d97e2e
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
...
Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable
Reviewed-by: dholmes, hseigel
2018-01-31 11:07:55 -05:00
Christoph Langer
0a10af4b06
8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
...
Reviewed-by: goetz, stuefe
2018-01-31 16:48:41 +01:00
Martin Doerr
255a2fb119
8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC
...
Reviewed-by: stuefe, goetz
2018-01-31 15:10:04 +01:00
Yasumasa Suenaga
9ab8cd5bc2
8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion
...
Fix conversion of addresses to HeapRegions.
Reviewed-by: jgeorge, tschatzl
2018-01-31 11:35:42 +01:00
Jesper Wilhelmsson
d679703c0b
Merge
2018-01-30 16:41:40 +01:00
Jesper Wilhelmsson
39c3127dc1
8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
...
Reviewed-by: stefank
2018-01-30 16:26:40 +01:00
Kim Barrett
72b9968396
8194898: Move OopStorage inline definitions to an .inline.hpp
...
Reviewed-by: coleenp, hseigel
2018-01-29 16:51:21 -05:00
Stefan Karlsson
4f190cacf6
8196217: NMT: add_committed_regions doesn't merge succeeding regions
...
Reviewed-by: zgu, pliden, coleenp
2018-01-29 15:11:33 +01:00
Coleen Phillimore
5672dfedd4
8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class
...
Use unsigned short to save method_id in stack trace.
Reviewed-by: mchung, hseigel
2018-01-29 11:55:40 -05:00
Matthias Baesken
b2609808df
8195857: Remove os::is_headless_jre
...
Reviewed-by: goetz, dholmes
2018-01-28 19:49:06 -05:00
Liam Miller-Cushon
81a51d8c45
8179373: javac -verbose logs the class path multiple times
...
Reviewed-by: martin
2018-01-25 15:18:13 -08:00
Ivan Gerasimov
b9ecb2e95b
8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
...
Reviewed-by: scolebourne, rriggs
2018-01-29 10:48:13 -08:00
Daniel Fuchs
e6c7f041f9
8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
...
Make sure that loadLoggerHandler for ".handler" is called only from within addLogger
Reviewed-by: mchung
2018-01-26 14:15:09 +00:00
Andrew Dinn
cf8d43353f
8195859: AArch64: vtableStubs gtest fails after 8174962
...
Gtest vtableStubs introduced by 8174962 fails on AArch64 with an invalid insn encoding
Reviewed-by: duke
2018-01-25 14:47:27 +00:00
Weijun Wang
15ac25be9d
8177398: Exclude dot files ending with .conf from krb5.conf's includedir
...
Reviewed-by: mullan
2018-01-26 09:37:10 +08:00
Mandy Chung
6de0123fd7
8191170: Clarify if java.class.path can be undefined
...
Reviewed-by: alanb, psandoz
2018-01-25 13:40:36 -08:00
Mandy Chung
f7a44a7d8a
8196127: Dead code in VersionProps.java.template
...
Reviewed-by: lancea, psandoz
2018-01-25 13:39:28 -08:00
Andrew Dinn
7568db027d
8196136: AArch64: Correct register use in patch for JDK-8195685
...
Itable stubs must not use java argument registers as scratch registers
Reviewed-by: aph
2018-01-25 11:56:32 +00:00
Vyom Tewari
78de84bc1e
8194676: NullPointerException is thrown if ipaddress is not set
...
Reviewed-by: chegar, rriggs
2018-01-25 16:22:52 +05:30
Kim Barrett
48e6e1e6c4
8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used
...
Reduce JNI oopstorage lock ranks to be more special than "special".
Reviewed-by: coleenp, acorn, eosterlund
2018-01-24 18:00:36 -05:00
Coleen Phillimore
e9b04293e3
8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify
...
Protection domain package access cache needs to be walked in unloading
Reviewed-by: dholmes, jiangli, zgu, kbarrett
2018-01-24 11:33:18 -05:00
Michihiro Horie
463f07b41a
8194861: PPC64 : Need support for VSR spills in ppc.ad
...
Reviewed-by: mdoerr, goetz
2018-01-24 11:22:50 +01:00
Gary Adams
49b87d7f72
8167253: com.sun.jdi invokeMethod has duplicated @throws for InvalidTypeException
...
Reviewed-by: rriggs, sspitsyn, dholmes
2018-01-23 06:52:05 -05:00
Bernard Blaser
cd31cb85e9
8196074: Remove uses of loose type equality tests
...
Drop loose type equality check and replace usages to go throuhg the strict version
Reviewed-by: vromero
2018-01-24 17:24:32 +00:00
Rachna Goel
551a0d104f
8146656: Wrong Months Array for DateFormatSymbols
...
Updated API doc of DateFormatSymbols class.
Reviewed-by: rriggs, naoto
2018-01-24 14:07:11 +05:30
Henry Jen
52841d639a
8195989: JDK-8186080 merge add back @LastModified removed by JDK-8193586
...
Reviewed-by: joehw
2018-01-22 23:37:23 -08:00
Jonathan Gibbons
c0cb471231
8195805: Doclet incorrectly updates all attributes in <a> tags when relocating links
...
Reviewed-by: ksrini
2018-01-22 11:28:32 -08:00
Jonathan Gibbons
8550a5c92d
8195796: Reduce the size of relative URLs in generated docs
...
Reviewed-by: ksrini
2018-01-22 11:15:51 -08:00
Athijegannathan Sundararajan
005ff62989
8195829: Parsing a nameless ES6 class results in a thrown NullPointerException
...
Reviewed-by: jlaskey, hannesw
2018-01-22 20:31:19 +05:30
Andrew Haley
3ee098f301
8195685: AArch64: AArch64 cannot build with JDK-8174962
...
Reviewed-by: adinn, njian
2018-01-19 16:57:56 +00:00
Weijun Wang
724d1916fe
8014628: Support AES Encryption with HMAC-SHA2 for Kerberos 5
...
Reviewed-by: mullan
2018-01-22 12:00:41 +08:00
Phil Race
eb5804b42e
Merge
2018-01-19 09:32:10 -08:00
Rickard Bäckman
6f1c27a2c9
8191915: JCK tests produce incorrect results with C2
...
Reviewed-by: thartmann, vlivanov, goetz
2018-01-18 19:21:11 +01:00
Kim Barrett
2d847b1eb6
8195690: JNI GetObjectRefType doesn't handle NULL
...
Properly handle NULL, add some non-NULL preconditions.
Reviewed-by: dholmes, mdoerr
2018-01-23 14:27:10 -05:00
Goetz Lindenmaier
490d2ce747
8195776: [x86,sparc] A row of minor fixes and enhancements
...
Reviewed-by: kvn
2018-01-19 17:01:34 +01:00
Martin Doerr
0ddc8c6900
8195691: AIX build broken after 8194312
...
Reviewed-by: kbarrett, goetz
2018-01-22 12:04:12 +01:00
Igor Veresov
c139d774ba
8194669: jaotc truncates the invalid filename provided to --output
...
Do not skip the first character of the linker output
Reviewed-by: kvn
2018-01-23 08:18:36 -08:00
Egor Ushakov
25515e11c8
8194143: remove unneeded casts in LocationImpl and MirrorImpl classes
...
Remove unneeded casts in LocationImpl and MirrorImpl classes
Reviewed-by: sspitsyn, dholmes
2018-01-22 14:14:26 -08:00
Bob Vandette
23d7131895
Merge
2018-01-22 15:29:59 -05:00
Bob Vandette
0b97a1bcbe
8193710: jcmd -l and jps commands do not list Java processes running in Docker containers
...
Reviewed-by: mchung, dholmes, cjplummer
2018-01-22 15:05:03 -05:00
Harold Seigel
97d777c85f
Merge
2018-01-22 14:08:20 -05:00
Harold Seigel
e52d643ff5
8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap
...
Remove the option and the code that checks for it.
Reviewed-by: dholmes, lfoltan
2018-01-22 14:04:07 -05:00
Andrew Haley
a738a4c053
8195685: AArch64: AArch64 cannot build with JDK-8174962
...
Reviewed-by: adinn, njian
2018-01-19 16:57:56 +00:00
Jayathirth D V
ef6b063751
8176795: Wrong color drawn when painting translucent colors on volatile images using XRender
...
Reviewed-by: prr, ceisserer, pnarayanan
2018-01-18 11:22:28 +05:30
Erik Helin
73388668cd
8195158: Concurrent System.gc() is "upgraded" to stop-the-world System.gc()
...
Reviewed-by: sjohanss, eosterlund
2018-01-17 19:05:58 +01:00
Phil Race
73afc1dc4b
Merge
2018-01-17 09:08:44 -08:00
Jayathirth D V
a559c8b653
8191174: PngReader throws IllegalArgumentException because ScanlineStride calculation logic is not proper
...
Reviewed-by: serb, bpb, pnarayanan
2018-01-17 10:58:22 +05:30
Ningsheng Jian
1a25bbdf0f
8195588: AArch64: Codegen fix after JDK-8194256
...
Update shift constant usage to align with the assembler change.
Reviewed-by: aph
2018-01-17 13:21:38 +08:00