Matthias Baesken
|
9465174f72
|
8197412: Enable docker container related tests for linux s390x
Reviewed-by: goetz, dsamersoff
|
2018-02-09 10:18:19 +01:00 |
|
Martin Doerr
|
7ca917e9bd
|
8197572: s390 build broken after 8165929
Reviewed-by: coleenp
|
2018-02-12 15:29:35 +01:00 |
|
Kim Barrett
|
7f0f329daf
|
8194691: Cleanup unnecessary casts in Atomic/OrderAccess uses
Removed unnecessary casts.
Reviewed-by: coleenp, tschatzl
|
2018-02-11 03:12:15 -05:00 |
|
Jesper Wilhelmsson
|
f4c6bc0030
|
Merge
|
2018-02-10 09:25:35 +01:00 |
|
Dmitry Samersoff
|
ac524f2837
|
8190428: Minimal Dynamic Constant support for AArch64
AArch64 specific code for 8186046
Reviewed-by: aph, psandoz
|
2018-02-10 09:48:51 +00:00 |
|
Kumar Srinivasan
|
7c4ed0b15b
|
8194651: javadoc: mark the com.sun.javadoc API for removal
Reviewed-by: jjg
|
2018-02-09 13:58:17 -08:00 |
|
Erik Joelsson
|
02dce3adac
|
8196998: Create devkit for Linux with gcc 7.3
Reviewed-by: tbell, ihse
|
2018-02-09 13:58:40 -08:00 |
|
Erik Joelsson
|
0e2519d28f
|
8187676: Disable uninitialized warnings for two files until proper fix available
Reviewed-by: tbell, kvn, ihse
|
2018-02-09 13:56:50 -08:00 |
|
Parvathi Somashekar
|
cf61647c30
|
8193150: Create a jtreg version of the test from JDK-8187143
Create a new jtreg test based on the test attached to the bug and add it to the ProblemsList.
Reviewed-by: sspitsyn, cjplummer
|
2018-02-09 09:56:05 -08:00 |
|
Aleksei Efimov
|
9d59a4c2cc
|
6857903: SAXException.initCause() does not correctly set Exception
Reviewed-by: rriggs
|
2018-02-09 14:49:38 +00:00 |
|
Coleen Phillimore
|
74ff5c6807
|
8165929: Constify arguments of Copy methods
Reviewed-by: hseigel, kbarrett
|
2018-02-09 08:23:42 -05:00 |
|
Thomas Schatzl
|
80fa8a7208
|
8196602: Change HeapRegionClosure to comply to naming conventions
Reviewed-by: kbarrett, sjohanss
|
2018-02-09 13:09:55 +01:00 |
|
Jini George
|
41a54f3f49
|
8175384: SA: clhsdb 'printall' throws ClassCastException while printing out the bytecodes
While resolving the method invoked by invokevirtual, use java.lang.Object for arrays
Reviewed-by: dholmes, sspitsyn
|
2018-02-09 12:09:21 +05:30 |
|
Leonid Mesnik
|
45f751f518
|
8197455: There is some runthese related unused code in bytecodeInterpreter.cpp
Reviewed-by: iignatyev, dholmes
|
2018-02-08 21:53:06 -05:00 |
|
Kim Barrett
|
a25a95120e
|
8196083: Avoid locking in OopStorage::release
Defer release list updates to later allocate/delete operations.
Reviewed-by: coleenp, eosterlund
|
2018-02-08 17:23:43 -05:00 |
|
Coleen Phillimore
|
789e827f1a
|
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
Reviewed-by: dholmes, hseigel
|
2018-02-08 15:21:59 -05:00 |
|
Zhengyu Gu
|
934390b571
|
8196923: [REDO] NMT: Report array class count in NMT summary
Added instance and array class counters in NMT summary report
Reviewed-by: minqi, stuefe, coleenp
|
2018-02-08 13:21:22 -05:00 |
|
Igor Ignatyev
|
8d72dcd040
|
8197113: combine multiple @key tags in jtreg tests
Reviewed-by: hseigel, goetz
|
2018-02-08 08:38:42 -08:00 |
|
Poonam Bajaj
|
4779c85b46
|
8187577: JVM crash during gc doing concurrent marking
Inform G1's SATB that a klass has been resurrected and it should not be unloaded
Reviewed-by: coleenp, tschatzl, kbarrett
|
2018-02-07 21:53:38 +00:00 |
|
Mikhailo Seledtsov
|
eeaf00be4f
|
Merge
|
2018-02-07 13:31:13 -08:00 |
|
Alex Menkov
|
d26069837f
|
8196977: add test for JDK-8161605
Reviewed-by: sspitsyn, mseledtsov
|
2018-02-07 12:55:47 -08:00 |
|
Paul Sandoz
|
c9757ad448
|
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
Reviewed-by: lfoltan
|
2018-02-07 12:37:30 -08:00 |
|
Alex Menkov
|
8abc2c38f7
|
8161605: The '!UseSharedSpaces' check is not need in JvmtiManageCapabilities::recompute_always_capabilities
Reviewed-by: sspitsyn, mseledtsov
|
2018-02-07 10:25:10 -08:00 |
|
Matthias Baesken
|
b68ed88ffb
|
8196062: Enable docker container related tests for linux ppc64le
Also fix cgroup subsystem recognition
Reviewed-by: goetz, dsamersoff, bobv
|
2018-02-07 16:16:50 +01:00 |
|
Christoph Langer
|
60f417575e
|
8196565: AIX: Clean up os::javaTimeNanos according to AIX/PASE specification
Reviewed-by: stuefe, dholmes
|
2018-02-07 16:03:12 +01:00 |
|
Lois Foltan
|
7f25db6e5f
|
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
Do not perform access check when returning a reflection field or method or performing internal signature processing.
Reviewed-by: acorn, psandoz
|
2018-02-06 10:28:22 -05:00 |
|
Robin Westberg
|
69c57791a4
|
8193308: Disallow installing user signal handlers for SIGBUS on OSX
Reviewed-by: stuefe, dholmes
|
2018-02-06 15:48:50 +01:00 |
|
Jesper Wilhelmsson
|
dd416bbf33
|
8196924: [BACKOUT] NMT: Report array class count in NMT summary
Reviewed-by: dholmes
|
2018-02-07 03:43:29 +01:00 |
|
Zhengyu Gu
|
41ace19206
|
8193184: NMT: Report array class count in NMT summary
Report array class and instance class count in NMT summary report
Reviewed-by: coleenp, minqi
|
2018-02-06 08:24:36 -05:00 |
|
Coleen Phillimore
|
48f208f193
|
8196907: Fix minimal vm
Reviewed-by: zgu, dholmes
|
2018-02-06 18:10:30 -05:00 |
|
Harold Seigel
|
34480e526e
|
8190235: Clarify ClassLoaderData::is_*_class_loader_data() method implementations
Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, lfoltan, gtriantafill
|
2018-02-06 13:41:49 -05:00 |
|
Vladimir Kozlov
|
ba9f9457dd
|
8196726: compiler/inlining/InlineAccessors.java test failed
Reviewed-by: thartmann
|
2018-02-06 09:35:05 -08:00 |
|
Lois Foltan
|
2f74993973
|
8196601: IllegalAccessError: cannot access class jdk.jfr.internal.handlers.EventHandler
Do not perform access check when returning a reflection field or method or performing internal signature processing.
Reviewed-by: acorn, psandoz
|
2018-02-06 10:28:22 -05:00 |
|
Jesper Wilhelmsson
|
d7dd9d1027
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Lana Steuck
|
845f7823de
|
Merge
|
2018-02-09 02:23:34 +00:00 |
|
Lana Steuck
|
5c19524622
|
Added tag jdk-10+43 for changeset 107413b070b9
|
2018-02-08 20:19:02 +00:00 |
|
Thomas Schatzl
|
75ab2501f7
|
8196883: G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
Remove code related to collection set checking in that method.
Reviewed-by: kbarrett, ehelin
|
2018-02-08 10:15:57 +01:00 |
|
Yue Liu
|
751fa92e41
|
8196383: JDK 10 L10n resource file update - msgdrop 20
Reviewed-by: naoto
|
2018-02-06 22:26:13 -08:00 |
|
Jan Lahoda
|
d5ec9dbfb5
|
8194764: javac incorrectly flags deprecated for removal imports
Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT
Reviewed-by: mcimadamore
|
2018-02-07 16:49:24 +01:00 |
|
Arno Zeller
|
b0cb59ac31
|
8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
Reviewed-by: dholmes, goetz, clanger
|
2018-02-07 09:18:13 +01:00 |
|
Martin Buchholz
|
b3597efef7
|
8196768: RootLoggerHandlers fails when source tree is read-only
Reviewed-by: dfuchs
|
2018-02-05 20:20:35 -08:00 |
|
Alexandre Iline
|
0279b2d49a
|
Merge
|
2018-02-08 06:19:24 -08:00 |
|
Gary Adams
|
40f004ad8c
|
8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW()
Reviewed-by: erikj, clanger, chegar
|
2018-02-08 09:24:44 -05:00 |
|
Erik Joelsson
|
2f8f0b23cd
|
8196985: Disable new warnings from GCC 7.3 in jdk libraries
Reviewed-by: tbell, ihse
|
2018-02-08 12:01:32 -08:00 |
|
Brian Burkhalter
|
b44023eb8d
|
8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris
Reviewed-by: rriggs
|
2018-02-08 10:54:01 -08:00 |
|
Erik Joelsson
|
167d81a718
|
8196356: Changes to m4 files don't trigger autoconf execution at build time
Reviewed-by: tbell
|
2018-02-08 10:28:50 -08:00 |
|
Claes Redestad
|
9f0da6d94f
|
8196869: Optimize Locale creation
Reviewed-by: psandoz, plevart, naoto
|
2018-02-08 18:45:30 +01:00 |
|
Adam Petcher
|
8dcabfdf5f
|
8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale
Fixing a minor bug in a test related to policy parser message formatting
Reviewed-by: mullan, xuelei
|
2018-02-08 10:06:57 -05:00 |
|
Alexandre Iline
|
ca8a2aceed
|
8178342: Missing @modules in jdk/jdk/nio/zipfs
Reviewed-by: mchung
|
2018-02-08 06:16:49 -08:00 |
|
Alan Bateman
|
e3b7698786
|
8196956: (ch) More channels cleanup
Reviewed-by: rriggs, prappo, bpb
|
2018-02-08 10:55:21 +00:00 |
|