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
Priya Lakshmi Muthuswamy
c37f670092
8202627: javadoc generates broken links to deprecated items when -nodeprecated is used
...
Reviewed-by: ksrini
2018-06-03 19:21:18 +05:30
Priya Lakshmi Muthuswamy
9af06cae23
8199268: docs/api/jdk.javadoc/com/sun/javadoc/package-summary.html contain low contrast text
...
Reviewed-by: jjg
2018-06-03 12:04:52 +05:30
Martin Balao
62c97f695f
8203182: Release session if initialization of SunPKCS11 Signature fails
...
Ensure session is properly released in P11Signature class
Reviewed-by: valeriep
2018-06-01 19:46:31 +00:00
Phil Race
f03c183e28
Merge
2018-06-01 09:38:08 -07:00
Michal Vala
a30144440e
8190417: javadoc updates to java.util.regex.Matcher
...
Reviewed-by: lancea, alanb, dholmes
2018-06-01 12:28:19 -04:00
Phil Race
e3fc1db59c
Merge
2018-06-01 09:18:22 -07:00
Adam Farley
1a3da59297
8200052: libjavajpeg: Fix compile warning in jchuff.c
...
Co-authored-by: Thomas Stuefe <thomas.stuefe@sap.com>
Reviewed-by: prr
2018-06-01 09:16:36 -07:00
Matthias Baesken
60eb10cace
8204085: avoid printing uninitialized pointer in java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp
...
Reviewed-by: clanger, prr, serb, stuefe
2018-05-30 15:01:36 +02:00
Phil Race
f3f7c9878c
Merge
2018-05-31 13:04:30 -07:00
Kim Barrett
dd3d24341b
8204179: [BACKOUT] OopStorage should use GlobalCounter
...
Backout JDK-8202945
Reviewed-by: eosterlund, pliden
2018-05-31 15:37:18 -04:00
Dean Long
e9161fc443
8202670: Update Graal
...
Reviewed-by: kvn, aph
2018-05-31 10:38:05 -07:00
Alex Menkov
4265f02657
8203031: segfaults from jvmti_AddToBootstrapClassLoaderSearch
...
Reviewed-by: sspitsyn, iklam, jiangli
2018-05-31 10:14:41 -07:00
Sergey Bylokhov
b7dbfb2e28
8199150: Accessibility issues in java.desktop
...
8150156: Update bugs.sun.com references to bugs.java.com
Reviewed-by: prr
2018-05-31 09:52:32 -07:00
Sergey Bylokhov
414dd381fc
8202051: Address compilation warnings in libawt with VS2017
...
Reviewed-by: prr
2018-05-31 09:24:27 -07:00
Sergey Bylokhov
bff7725b4d
8195624: Desktop API cannot be used without permission to read "os.version"
...
Reviewed-by: prr
2018-05-30 22:03:12 -07:00
Phil Race
2accb9f792
8204122: Update harfbuzz.md
...
Reviewed-by: srl
2018-05-30 15:19:55 -07:00
Phil Race
9a1d560f7f
8199530: Upgrade to harfbuzz 1.7.6
...
Reviewed-by: srl, serb
2018-05-30 12:20:00 -07:00
Sergey Bylokhov
f13ea2ea31
8196373: Introspector does not see overridden generic setter method
...
Reviewed-by: malenkov
2018-05-30 08:10:41 -07:00
Rene Schuenemann
673a629875
8204477: Count linkage errors and print in Exceptions::print_exception_counts_on_error
...
Reviewed-by: stuefe, coleenp
2018-05-30 14:46:17 +02:00
Rene Schuenemann
83ece1407f
8204476: Add additional statistics to CodeCache::print_summary
...
Reviewed-by: kvn, stuefe
2018-05-30 14:46:17 +02:00
Srinivas Dama
e5f04d4a5e
8196993: Resolve disabled warnings for libunpack
...
Captured return values and labelled as fall through to avoid unused-result and implicit-fallthrough gcc warnings
Reviewed-by: mchung
2018-06-12 14:16:41 +05:30
Kim Barrett
d3e96fdd91
8204097: Simplify OopStorage::AllocateList block entry access
...
Removed obsolete support for blocks being in multiple lists.
Reviewed-by: coleenp, tschatzl
2018-06-11 22:35:07 -04:00
Valerie Peng
c3a97b27e2
8178374: Problematic ByteBuffer handling in CipherSpi.bufferCrypt method
...
Updated the impl and added reg test to cover all 4 combinations of ByteBuffers
Reviewed-by: ascarpino
2018-06-11 21:56:58 +00:00
Jan Kalina
4e86e3720b
8194073: Invalid SunNativeProvider.INSTANCE initialization
...
Changed to always construct INSTANCE after MECH_MAP
Reviewed-by: valeriep
2018-06-11 19:39:05 +00:00
Calvin Cheung
999185f769
8204563: UseAppCDS obsolete message confusing
...
Reviewed-by: jiangli, mseledtsov, dholmes
2018-06-11 09:40:20 -07:00