Chris Plummer
|
e2f49705aa
|
8196909: gcc 7.2.1 compiler warning in libdt_socket
Fixed warning
Reviewed-by: sspitsyn, clanger
|
2018-02-15 09:22:25 -08:00 |
|
Jesper Wilhelmsson
|
dc06e6553a
|
Merge
|
2018-02-15 16:16:17 +01:00 |
|
Xueming Shen
|
739c973204
|
8197988: T2 test javax/net/ssl/interop/ClientHelloChromeInterOp.java failed after JDK-8164278
Reviewed-by: alanb
|
2018-02-15 00:25:01 -08:00 |
|
Tobias Hartmann
|
01353e7787
|
8197828: Null pointer dereference in MultiNode::proj_out_or_null
Added a null check for the return value of AllocateNode::initialization().
Reviewed-by: kvn, shade, dlong
|
2018-02-15 09:17:56 +01:00 |
|
Martin Buchholz
|
48b9835669
|
8197893: Mistaken type check in CheckedEntrySet.toArray
Reviewed-by: psandoz
|
2018-02-14 16:37:20 -08:00 |
|
Zhengyu Gu
|
f47021e2ab
|
8193373: Cleanup ElfFile and family
Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
|
2018-02-14 17:20:59 -05:00 |
|
Xueming Shen
|
f6ca24c05f
|
8164278: java.util.Base64.EncOutputStream/DecInputStream is slower than corresponding version in javax.mail package
Reviewed-by: rriggs
|
2018-02-14 14:13:42 -08:00 |
|
Claes Redestad
|
abb7e3a52a
|
8197849: Misc improvements to jar resource handling
Reviewed-by: rriggs, dfuchs
|
2018-02-14 19:03:12 +01:00 |
|
Brian Burkhalter
|
f74677e37e
|
8144672: (ch) PipeImpl should use localhost instead of loopback address
Reviewed-by: alanb, clanger
|
2018-02-14 08:15:07 -08:00 |
|
Ioi Lam
|
128f91288c
|
8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
Reviewed-by: coleenp
|
2018-02-14 06:57:28 -08:00 |
|
Claes Redestad
|
fa933f3971
|
8195850: Improve startup of code to pull arguments from BootstrapMethodInvoker
Reviewed-by: psandoz, jrose
|
2018-02-14 15:27:29 +01:00 |
|
Coleen Phillimore
|
2a4d4b43b4
|
8197772: metaspace uses global operator new/delete for gtest testing
Inherit ChunkManagerReturnTestImpl from CHeapObj
Reviewed-by: kbarrett, zgu
|
2018-02-14 09:09:37 -05:00 |
|
Coleen Phillimore
|
d41cbf61a1
|
8197789: os::SuspendedThreadTask causes references to global operator delete
Make destructor non-virtual and protected
Reviewed-by: kbarrett
|
2018-02-14 09:03:31 -05:00 |
|
Claes Redestad
|
50f6694f00
|
8197829: Optimize CLDRCalendarDataProviderImpl::retrieveInteger
Reviewed-by: naoto
|
2018-02-14 14:45:38 +01:00 |
|
Jesper Wilhelmsson
|
b8689741ec
|
Merge
|
2018-02-14 13:29:45 +01:00 |
|
Weijun Wang
|
06a9e1a72f
|
8191438: jarsigner should print when a timestamp will expire
Reviewed-by: mullan
|
2018-02-14 16:58:49 +08:00 |
|
Tobias Hartmann
|
2c5a0835a9
|
8197608: MacroAssembler::unimplemented calls global operator new[]
Removed C heap allocation of string buffers.
Reviewed-by: kvn, shade
|
2018-02-14 08:23:53 +01:00 |
|
Jesper Wilhelmsson
|
51ab999e0e
|
Merge
|
2018-02-13 23:38:34 +01:00 |
|
Kim Barrett
|
023fc4b866
|
8197454: Need Access decorator for storing oop into uninitialized location
Repurpose ARRAYCOPY_DEST_NOT_INITIALIZED to AS_DEST_NOT_INITIALIZED.
Reviewed-by: eosterlund, coleenp
|
2018-02-13 17:36:22 -05:00 |
|
Martin Doerr
|
eb3ec99500
|
8196786: [PPC64+s390] ConstantDynamic support
Reviewed-by: psandoz, dsamersoff
|
2018-02-13 17:38:03 +01:00 |
|
Roland Westrelin
|
4f8c5b6949
|
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
Don't move store out of the loop if head is not a LoopNode.
Reviewed-by: kvn, thartmann
|
2018-02-13 16:57:01 +01:00 |
|
Thomas Schatzl
|
347c253452
|
7127700: G1: Replace G1PLAB with PLAB
Reviewed-by: sjohanss, kbarrett
|
2018-02-13 16:13:20 +01:00 |
|
Marcus Larsson
|
6ef9800875
|
8194994: Remove redundant string streams used for logging
Reviewed-by: rehn, iklam, coleenp
|
2018-02-13 14:10:56 +01:00 |
|
Jesper Wilhelmsson
|
9beff15bed
|
Merge
|
2018-02-10 09:25:35 +01:00 |
|
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 |
|
Ivan Gerasimov
|
7d7c653abf
|
8197462: Inconsistent exception messages for invalid capturing group names
8179608: Error in comment in Pattern.java
Reviewed-by: sherman
|
2018-02-12 21:06:06 -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 |
|
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 |
|
Brian Burkhalter
|
7c3b34ae81
|
8197498: (se) kevent polling should ignore signal interrupt (EINTR)
8179307: Java_sun_nio_ch_KQueue_keventPoll throws an exception with "kqueue failed" instead of "kevent poll failed"
Reviewed-by: alanb
|
2018-02-12 08:19:33 -08:00 |
|
Brian Burkhalter
|
a7b3a19ec4
|
8191416: (bf) DirectByteBuffer extends MappedByteBuffer, confuses instanceof tests
Change force(), load(), and isLoaded() not to throw UOE if there is no file mapping
Reviewed-by: alanb, rriggs, forax
|
2018-02-12 08:19:23 -08:00 |
|
Attila Szegedi
|
b1c09c22bb
|
8193295: Remove no longer used COMMALEFT
Reviewed-by: hannesw, mhaupt
|
2018-02-11 12:41:56 +01:00 |
|
Doug Lea
|
f9b19eb874
|
8195590: Miscellaneous changes imported from jsr166 CVS 2018-02
Reviewed-by: martin, psandoz, dholmes
|
2018-02-10 09:23:41 -08:00 |
|
Doug Lea
|
b6c2b234ef
|
8190324: ThreadPoolExecutor should not specify a dependency on finalization
Reviewed-by: martin, psandoz, alanb, rriggs, dholmes
|
2018-02-10 09:17:53 -08:00 |
|
Lance Andersen
|
987c3a2d87
|
8190378: Removal of CORBA and Java EE modules
Reviewed-by: rriggs, alanb, mchung, erikj, goetz
|
2018-02-10 07:06:16 -05: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 |
|
Aleksei Efimov
|
9d59a4c2cc
|
6857903: SAXException.initCause() does not correctly set Exception
Reviewed-by: rriggs
|
2018-02-09 14:49:38 +00: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 |
|
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 |
|