Daniel D. Daugherty
|
6e84bce1b5
|
8221350: more monitor logging updates from Async Monitor Deflation project
Reviewed-by: dholmes, coleenp
|
2019-03-26 15:27:41 -04:00 |
|
Volker Simonis
|
6efb59fad7
|
8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
Reviewed-by: kvn, mdoerr
|
2019-03-26 18:42:10 +01:00 |
|
Chris Hegarty
|
1933437f12
|
8219446: Specify behaviour of timeout accepting methods of Socket and ServerSocket if timeout is negative
Reviewed-by: alanb, dfuchs
|
2019-03-26 17:02:11 +00:00 |
|
Erik Joelsson
|
75dd3985ca
|
8221414: Bump required boot jdk version to 12
Reviewed-by: mikael, tbell
|
2019-03-26 09:24:01 -07:00 |
|
Thomas Stuefe
|
af4328cd62
|
8221407: Windows 32bit build error in libsunmscapi/security.cpp
Reviewed-by: clanger
|
2019-03-26 15:52:08 +01:00 |
|
Thomas Stuefe
|
800a5cdef5
|
8221406: Windows 32bit build error in NetworkInterface_winXP.c
Reviewed-by: clanger
|
2019-03-26 15:46:15 +01:00 |
|
Claes Redestad
|
274396e105
|
8221473: Configuration::reads can use Set.copyOf
Reviewed-by: alanb, forax
|
2019-03-26 15:20:23 +01:00 |
|
Sergey Bylokhov
|
75325facdd
|
8177960: Deprecate the Swing Motif Look and Feel and document it as unsupported on macOS
Reviewed-by: psadhukhan, prr
|
2019-03-22 12:44:47 -07:00 |
|
Prasanta Sadhukhan
|
ec9a6addc7
|
Merge
|
2019-03-22 14:39:16 +05:30 |
|
Prasanta Sadhukhan
|
cc590f5765
|
Merge
|
2019-03-22 13:42:45 +05:30 |
|
Christoph Langer
|
1a48fa0fb7
|
8200286: (testbug) MOptionTest test fails with java.lang.AssertionError: Classfiles too old!
Reviewed-by: stuefe, jjg
|
2019-03-22 08:56:30 +01:00 |
|
Phil Race
|
fed190dd8b
|
8221304: Problem list java/awt/FontMetrics/MaxAdvanceIsMax.java
Reviewed-by: serb
|
2019-03-21 21:37:09 -07:00 |
|
Nick Gasson
|
1925ff3540
|
8220451: jdi/EventQueue/remove/remove004 failed due to "ERROR: thread2 is not alive"
8220456: jdi/EventQueue/remove_l/remove_l004 failed due to "TIMEOUT while waiting for event"
Reviewed-by: sspitsyn, dcubed, gadams
|
2019-03-22 03:04:09 +00:00 |
|
Gustavo Romero
|
93e77e1767
|
8221175: Fix bad function case for controlled JVM crash on PPC64 big-endian
Reviewed-by: chrisphi, stuefe, goetz
|
2019-03-20 16:43:49 -04:00 |
|
Gustavo Romero
|
db264da0fd
|
8220794: PPC64: Fix signal handler for SIGSEGV on branch to illegal address
Reviewed-by: stuefe, goetz
|
2019-03-20 16:59:35 -04:00 |
|
Robbin Ehn
|
06fa31e9bc
|
8221472: Fix HandshakeSuspendExitTest
Reviewed-by: dcubed, redestad
|
2019-03-26 14:49:54 +01:00 |
|
Weijun Wang
|
28d4630473
|
8217690: Update public suffix version
Reviewed-by: mullan
|
2019-03-26 21:33:47 +08:00 |
|
Ralf Schmelter
|
0714b75ac4
|
8220570: Additonal trace when native thread creation fails
Added additonal trace when native thread creation fails
Reviewed-by: dholmes, goetz
|
2019-03-22 04:47:02 -07:00 |
|
Gary Adams
|
c986cef7ba
|
8218128: vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003 and 004 use wrong path to test classes
Reviewed-by: cjplummer, dholmes, lmesnik
|
2019-03-26 07:24:26 -04:00 |
|
Robbin Ehn
|
ed3542d53b
|
8220774: Add HandshakeALot diag option
Reviewed-by: dcubed, dholmes
|
2019-03-26 12:08:51 +01:00 |
|
Gary Adams
|
afa3178149
|
8203026: java.rmi.NoSuchObjectException: no such object in table
Reviewed-by: rriggs, sspitsyn
|
2019-03-26 07:09:10 -04:00 |
|
Volker Simonis
|
f9c08cc6fb
|
8221083: [ppc64] Wrong oop compare in C1-generated code
Reviewed-by: mdoerr, goetz
|
2019-03-26 11:51:41 +01:00 |
|
Prasanta Sadhukhan
|
83e8947b90
|
Merge
|
2019-03-20 16:07:43 +05:30 |
|
Chris Hegarty
|
defc86bd5b
|
8221098: Run java/net/URL/HandlerLoop.java in othervm mode
Reviewed-by: alanb, martin
|
2019-03-20 09:17:48 +00:00 |
|
Dmitry Cherepanov
|
f16af8d4d5
|
8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
Reviewed-by: iveresov, thartmann
|
2019-03-20 11:51:43 +03:00 |
|
Chris Hegarty
|
42b8e78a7a
|
8153508: ContentHandler API contains link to private contentPathProp
Reviewed-by: dfuchs, vtewari
|
2019-03-20 08:33:33 +00:00 |
|
Priya Lakshmi Muthuswamy
|
1c0f35a5b4
|
8219958: Automatically load taglets from a jar file
Reviewed-by: jjg
|
2019-03-20 09:58:12 +05:30 |
|
Adam Petcher
|
95b189916f
|
8147502: Digest is incorrectly truncated for ECDSA signatures when the bit length of n is less than the field size
Truncate the digest according to the group order, not the field size
Reviewed-by: jnimeh
|
2019-03-19 15:18:35 -04:00 |
|
Coleen Phillimore
|
3ed98222a7
|
8220744: Move RedefineTests to from runtime to serviceability
Move tests out of runtime to jvmti/RedefineClasses
Reviewed-by: sspitsyn, dcubed, cjplummer, hseigel, mseledtsov
|
2019-03-19 14:22:47 -04:00 |
|
Kim Barrett
|
2946ff5ca5
|
8218975: Bug in macOSX kernel's pthread support
Use freelist of pthread_mutex/condvar pairs on macOSX.
Co-authored-by: Patricio Chilano Mateo <patricio.chilano.mateo@oracle.com>
Reviewed-by: tschatzl, dholmes, dcubed
|
2019-03-19 14:32:41 -04:00 |
|
Bob Vandette
|
646779038f
|
Merge
|
2019-03-19 14:31:52 -04:00 |
|
Kim Barrett
|
a11369d781
|
8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
Use __typeof__(x) instead of typeof(x).
Reviewed-by: shade, sgehwolf
|
2019-03-19 14:08:20 -04:00 |
|
Bob Vandette
|
30342b596b
|
8217766: Container Support doesn't work for some Join Controllers combinations
Reviewed-by: rriggs, sgehwolf
|
2019-03-19 12:29:40 -04:00 |
|
Bob Vandette
|
adc6d241ba
|
8212528: Wrong cgroup subsystem being used for some CPU Container Metrics
Reviewed-by: rriggs, sgehwolf
|
2019-03-19 12:10:00 -04:00 |
|
Bob Vandette
|
e97e09288e
|
8219562: Line of code in osContainer_linux.cpp L102 appears unreachable
Reviewed-by: rriggs, sgehwolf
|
2019-03-19 12:00:54 -04:00 |
|
Roger Riggs
|
b77b4b254c
|
8220613: java/util/Arrays/TimSortStackSize2.java times out with fastdebug build
Reviewed-by: lancea, alanb
|
2019-03-19 10:47:17 -04:00 |
|
Chris Hegarty
|
5ee0711360
|
8220663: Incorrect handling of IPv6 addresses in Socket(Proxy.HTTP)
Reviewed-by: alanb, michaelm
|
2019-03-19 14:27:50 +00:00 |
|
Mikhail Filippov
|
ad90ef79d1
|
8218914: Support fonts installed per-user on Windows 10
Reviewed-by: prr, serb
|
2019-03-18 14:55:41 -07:00 |
|
Matthias Baesken
|
3b0ae8082a
|
8220355: Improve assertion texts and exception messages in eventHandlerVMInit
Reviewed-by: alanb, sspitsyn, jcbeyler
|
2019-03-18 15:29:19 +01:00 |
|
Matthias Baesken
|
dc7b3e8df3
|
8220781: linux-s390 : os::get_summary_cpu_info gives bad output
Reviewed-by: dholmes, lucy
|
2019-03-18 16:04:23 +01:00 |
|
Chris Hegarty
|
1df787692a
|
8170705: sun/net/www/protocol/http/StackTraceTest.java fails intermittently with Invalid Http response
Reviewed-by: dfuchs
|
2019-03-19 11:15:08 +00:00 |
|
Ao Qi
|
f6e688c7c8
|
8220812: gc/shenandoah/options/TestLoopMiningArguments.java fails if default GC is serial/parallel/cms
Reviewed-by: shade
|
2019-03-19 17:03:18 +08:00 |
|
John Jiang
|
3c34b7a261
|
8220410: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed with missing expected output
Using the same timezone for jar verifying and date formatting
Reviewed-by: weijun
|
2019-03-19 10:36:24 +08:00 |
|
Jamil Nimeh
|
de75770ce9
|
8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2 implementation
Reviewed-by: apetcher
|
2019-03-18 15:26:59 -07:00 |
|
Jonathan Gibbons
|
7954db81f8
|
8220693: jdk/javadoc/doclet/MetaTag/MetaTag.java with unexpected date
Reviewed-by: hannesw
|
2019-03-18 11:50:57 -07:00 |
|
Erik Joelsson
|
f05457a1af
|
8220737: Jib based 32 bit windows builds fail
Reviewed-by: tbell, dholmes
|
2019-03-18 17:33:59 +01:00 |
|
Roman Kennke
|
1aec18881b
|
8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap ignores AS_NO_KEEPALIVE
Reviewed-by: shade
|
2019-03-18 16:33:28 +01:00 |
|
Stefan Karlsson
|
c2d4f10483
|
8220609: Cleanups in ScavengableNMethods
Reviewed-by: pliden, eosterlund
|
2019-03-18 15:21:33 +01:00 |
|
Stefan Karlsson
|
788dcfd72d
|
8220606: Move ScavengableNMethods unlinking to unregister_nmethod
Reviewed-by: pliden, eosterlund
|
2019-03-18 15:19:39 +01:00 |
|
Sergey Bylokhov
|
ecce7fb2d0
|
7106851: Test should not use System.exit
Reviewed-by: aivanov, psadhukhan, kaddepalli
|
2019-03-16 17:50:24 -07:00 |
|