Phil Race
7845dac7cf
8204187: Remove proprietary JPEG code from javax.imageio
...
Reviewed-by: bpb, serb, kaddepalli
2018-06-06 13:04:25 -07:00
Phil Race
3d93888690
8203796: Define API to support specifying ownership of print dialogs
...
Reviewed-by: serb, kcr
2018-06-06 12:51:44 -07:00
Phil Race
f6245c499f
8204496: backout fix for 8203796 which was pushed under another ID
...
Reviewed-by: serb
2018-06-06 12:35:44 -07:00
Phil Race
24dd5debd4
8203499: Uninitialised memory in WinAccessBridge.cpp
...
Reviewed-by: serb
2018-06-06 10:44:27 -07:00
Phil Race
39f36c179d
Merge
2018-06-06 09:41:16 -07:00
Dean Long
1116541254
8204199: Test fails after 8202670 Graal update
...
Reviewed-by: thartmann, kvn
2018-06-06 09:37:44 -07:00
Vicente Romero
afe3bef2d8
8204322: "+=" applied to String operands can provoke side effects
...
Reviewed-by: mcimadamore, jlahoda, shade
2018-06-06 08:32:08 -07:00
Coleen Phillimore
892a2af03f
8204301: Make OrderAccess functions available to hpp rather than inline.hpp files
...
Move orderAccess.inline.hpp into orderAccess.hpp and remove os.hpp inclusion and conditional os::is_MP() for fence on x86 platforms
Reviewed-by: dholmes, hseigel
2018-06-06 10:45:40 -04:00
Jan Lahoda
b766bdef51
8203891: Upgrade JOpt Simple to 5.0.4
...
Reviewed-by: alanb, chegar, mchung
2018-06-06 15:36:29 +02:00
Andrew Haley
ff93cf18a7
Merge
2018-06-06 13:06:21 +01:00
Alan Bateman
79ed34634b
8203937: Not possible to read data from socket after write detects connection reset
...
Reviewed-by: chegar
2018-06-06 12:17:01 +01:00
Martin Doerr
aa3e013cea
8204345: [s390]: no precompiled headers build broken
...
Reviewed-by: simonis, shade, coleenp
2018-06-06 10:11:23 +02:00
Li Jiang
069e4f8095
8193552: ISO 4217 amendment 165
...
8202026: ISO 4217 amendment 166
8204269: ISO 4217 amendment 167
Reviewed-by: naoto
2018-06-05 23:06:32 -07:00
Priya Lakshmi Muthuswamy
e62ea558be
8190875: modules not listed in overview/index page
...
Reviewed-by: jjg, sundar
2018-06-06 09:07:38 +05:30
Priya Lakshmi Muthuswamy
19c13c2026
8199893: the javadoc tool generates pages with a low constrast
...
Reviewed-by: jjg
2018-06-06 08:37:19 +05:30
David Holmes
ab275c586e
8199882: compiler/uncommontrap/TestDeoptOOM.java failed w/ fatal error: ExceptionMark constructor expects no pending exceptions
...
Pre-load AbstractOwnableSynchronizer class instead of lazy loading it.
Reviewed-by: sspitsyn, cjplummer, coleenp
2018-06-05 19:58:20 -04:00
Roman Kennke
6aa9e85a5e
8200623: Primitive heap access for interpreter BarrierSetAssembler/x86
...
Reviewed-by: eosterlund, adinn
2018-06-05 21:38:38 +02:00
Andrew Haley
7974360b3f
8204348: AArch64: Remove C2 address reshaping code
...
Reviewed-by: kvn
2018-06-05 17:50:31 +01:00
Andrew Haley
8b4b130011
Merge
2018-06-05 17:14:49 +01:00
Naoto Sato
8220e4135a
8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120
...
Reviewed-by: rriggs
2018-06-05 08:33:40 -07:00
Andrew Haley
74dd5acae0
8204341: AArch64: AOT runtime does not need a workaround for far calls
...
Reviewed-by: kvn
2018-06-05 16:12:57 +01:00
Coleen Phillimore
1abfb6d4b4
8204237: Clean up incorrectly included .inline.hpp files from jvmciJavaClasses.hpp
...
Reexpand macro to provide non-inline functions.
Reviewed-by: kvn, dnsimon
2018-06-05 11:11:33 -04:00
Kim Barrett
056f7b3bd8
8203319: JDK-8201487 disabled too much queue balancing
...
Sometimes ignore ParallelRefProcBalancingEnabled.
Reviewed-by: tschatzl, sjohanss
2018-06-05 09:15:03 -04:00
Jan Lahoda
8afe86a2fe
8200166: Repeating annotations refering to to-be-generated classes don't work
...
Reviewed-by: jjg
2018-06-05 14:55:13 +02:00
John Paul Adrian Glaubitz
45abb6791e
8203787: Hotspot build broken on linux-sparc after 8202377
...
Reviewed-by: dholmes, eosterlund
2018-06-05 13:02:01 +02:00
Michihiro Horie
1213297257
8154736: enhancement of cmpxchg and copy_to_survivor for ppc64
...
Reviewed-by: eosterlund, mdoerr, kbarrett
2018-06-05 09:29:15 +02:00
Martin Doerr
e4fc10b3c0
8204292: PPC64: Fix missing includes after 8204195
...
Reviewed-by: coleenp
2018-06-05 09:23:30 +02:00
Sangheon Kim
4fb9d6717d
8204094: assert(worker_i < _length) failed: Worker 15 is greater than max: 11 at ReferenceProcessorPhaseTimes
...
Reviewed-by: kbarrett, tschatzl
2018-06-04 21:20:16 -07:00
Athijegannathan Sundararajan
9ef67a3d83
8203780: javadoc should be updated to use jquery 1.12.4, jquery-ui 1.12.1 and jszip v3.1.5
...
Reviewed-by: jjg
2018-06-05 08:10:08 +05:30
Kim Barrett
2a1a55cc26
8203948: Expand JVMTI callback notion of "internal threads"
...
Allow any NamedThreads in some contexts.
Reviewed-by: coleenp, dholmes
2018-06-04 20:14:13 -04:00
Roman Kennke
482e40cc8c
8198285: More consistent Access API for arraycopy
...
Reviewed-by: eosterlund, shade
2018-06-04 23:01:48 +02:00
Erik Gahlin
9017043b57
8203919: Remove "-add-modules" hint from error message
...
Reviewed-by: mgronlun
2018-06-04 22:03:10 +02:00
Gerard Ziemski
8c00745dbd
8204295: [BACKOUT] - JVMFlag::printError missing ATTRIBUTE_PRINTF
...
Backed out the original fix.
Reviewed-by: kbarrett, lfoltan
2018-06-04 13:53:51 -05:00
Alex Menkov
7cd6695e02
Merge
2018-06-04 10:27:48 -07:00
Alex Menkov
dbb9eb5b9c
8187289: NotifyFramePop request is not cleared if JVMTI_EVENT_FRAME_POP is disabled
...
Reviewed-by: sspitsyn, cjplummer
2018-06-04 10:25:44 -07:00
Bernard Blaser
8d24eeb394
8189335: javac exception when referencing private inner class with same name as normal class with dollar_1
...
Reviewed-by: vromero
2018-06-04 10:12:40 -07:00
Gerard Ziemski
48e6db9ca8
8203939: JVMFlag::printError missing ATTRIBUTE_PRINTF
...
Added missing ATTRIBUTE_PRINTF
Reviewed-by: kbarrett, hseigel
2018-06-04 12:14:22 -05:00
Coleen Phillimore
caaf07e291
Merge
2018-06-04 11:49:12 -04:00
Lois Foltan
d623fc1bba
8202758: SIGSEGV calling Class.forName(String,Boolean,ClassLoader) with mocked loader
...
Check that the unnamed module for a given ClassLoader is an instance of java.lang.Module.
Reviewed-by: alanb, acorn, coleenp, dholmes, hseigel
2018-06-04 11:07:04 -04:00
Coleen Phillimore
03702fb256
8204195: Clean up macroAssembler.inline.hpp and other inline.hpp files included in .hpp files
...
Moved macroAssembler.inline.hpp out of header file and distributed to .cpp files that included them: ie. c1_MacroAssembler.hpp and interp_masm.hpp. Also freeList.inline.hpp and allocation.inline.hpp.
Reviewed-by: jiangli, kvn
2018-06-04 10:18:43 -04:00
Matthias Baesken
be8554b697
8204211: windows : handle potential C++ exception in GDIRenderer
...
Reviewed-by: clanger, prr, serb
2018-06-04 16:11:21 +02:00
Phil Race
49445ed295
8203499: Uninitialised memory in WinAccessBridge.cpp
...
Reviewed-by: serb
2018-06-05 14:42:21 -07:00
Sergey Bylokhov
014033a098
8196030: AWT Robot mouseMove fails on Windows 10 1709 with HiDPI
...
8190326: Robot.mouseMove uses scaling factor of main display on unscaled second display
Reviewed-by: prr, kcr
2018-06-04 20:32:19 -07:00
Sergey Bylokhov
4ac10c32b9
8204118: [macos] Nonsensical self == [super init] in CFileDialog.m
...
Reviewed-by: kaddepalli, sveerabhadra
2018-06-04 19:36:28 -07:00
Sergey Bylokhov
580fc39512
8203308: Remove the appletviewer classes
...
Reviewed-by: prr, erikj
2018-06-04 19:01:16 -07:00
Phil Race
518c6c5dd0
8203367: Upgrade to freetype 2.9.1
...
Reviewed-by: serb
2018-06-04 10:54:20 -07:00
Erik Österlund
6e9153ef8b
8202547: Move G1 runtime calls used by generated code to G1BarrierSetRuntime
...
Reviewed-by: rkennke, tschatzl
2018-06-04 12:59:51 +02:00
Jan Lahoda
4dec1a457f
8198378: javac crash when checking imports and a broken class is present
...
Properly handling bad classfile while processing imports.
Reviewed-by: vromero
2018-06-04 12:54:13 +02:00
Markus Grönlund
dd539c07ca
8203921: JFR thread sampling is missing fixes from JDK-8194552
...
Reviewed-by: egahlin
2018-06-04 12:51:24 +02:00
Thomas Stuefe
60c218229e
8204164: OOM-only logging in Metaspace
...
Reviewed-by: gziemski, coleenp
2018-06-04 07:12:26 +02:00