Coleen Phillimore
8e5a71de44
8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table
...
Make consistent with StringTable and ResolvedMethodTable
Reviewed-by: dholmes
2019-04-03 20:39:19 -04:00
Xue-Lei Andrew Fan
661b5f1534
8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
...
Reviewed-by: valeriep
2019-04-03 16:23:22 -07:00
David Holmes
2f20909d10
8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
...
Reviewed-by: dcubed, stuefe
2019-04-03 22:03:39 +00:00
Roman Kennke
004b3ee748
8220664: Simplify ShenandoahUpdateHeapRefsClosure
...
Reviewed-by: shade
2019-03-27 22:25:03 +01:00
Claes Redestad
5c06e0a912
8221701: Archive constant BaseLocales
...
Reviewed-by: naoto
2019-04-03 17:06:35 +02:00
Lutz Schmidt
8cdf747187
8221482: Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
...
Reviewed-by: kvn
2019-04-03 16:55:41 +02:00
Thomas Stuefe
dbe0da648a
8220786: Create new switch to redirect error reporting output to stdout or stderr
...
Reviewed-by: dholmes, goetz
2019-03-25 09:35:40 +01:00
Jan Lahoda
4969d23b89
8221413: javac does not recognize variable assigned in switch expression as DA
...
Fixing definite assignment in presence of implicit throws clause in switch expressions over enums.
Reviewed-by: vromero
2019-03-28 10:32:05 +01:00
Daniil Titov
caa5387a57
8221532: Incorrect copyright header in FileSystemSupport_md.c
...
Reviewed-by: cjplummer, gadams
2019-03-28 04:30:52 +00:00
Joe Wang
007b06bcff
8221533: Incorrect copyright header in DurationDayTimeImpl.java, DurationYearMonthImpl.java and XMLStreamException.java
...
Reviewed-by: bpb, lancea
2019-03-27 14:40:36 -07:00
Brian Burkhalter
b5e3a8220b
8221531: Incorrect copyright header in src/java.base/windows/native/libnio/ch/FileChannelImpl.c
...
Reviewed-by: lancea, bchristi
2019-03-27 13:00:57 -07:00
Volker Simonis
4049bcaffe
8220528: [AIX] Fix basic Xinerama and Xrender functionality
...
Reviewed-by: clanger, stuefe, serb
2019-03-27 19:47:47 +01:00
Per Lidén
9f2ac63e67
8221456: nmethod::make_unloaded() clears _method member too early
...
Reviewed-by: eosterlund, thartmann
2019-03-27 18:30:45 +01:00
Martin Buchholz
df4f28c041
8219196: DataOutputStream.writeUTF may throw unexpected exceptions
...
Reviewed-by: martin, darcy, rriggs
2019-03-27 07:21:18 -07:00
Harold Seigel
b1c5ab81c0
8059357: ClassVerifier redundantly checks constant pool entries multiple times
...
Store translated signature verificationTypes in a hashtable where they can be fetched, instead of having to re-translating the signatures
Reviewed-by: iklam, coleenp
2019-03-27 09:29:34 -04:00
Aleksey Shipilev
af6cddfa78
8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
...
Reviewed-by: kvn, thartmann
2019-03-27 11:35:28 +01:00
Per Lidén
c8725ae469
8221537: ZGC: Fix incorrect comment in zNMethod table entry layout
...
Reviewed-by: stefank
2019-03-27 10:38:49 +01:00
Per Lidén
8e258756bb
8221392: Reduce ConcurrentGCThreads spinning during start up
...
Reviewed-by: eosterlund, kbarrett
2019-03-27 10:38:49 +01:00
Gunter Haug
5f9ec8e710
8221479: Fix JFR profiling on s390
...
Reviewed-by: mdoerr, clanger
2019-03-26 16:00:20 +01:00
Liam Miller-Cushon
31f64932c3
8220687: Add StandardJavaFileManager.getJavaFileObjectsFromPaths overload
...
Reviewed-by: jjg
2019-03-26 15:00:02 -07:00
Liam Miller-Cushon
657a0e4d86
8220633: Optimize CacheFSInfo
...
Reviewed-by: jjg
2019-03-26 15:36:19 -07:00
Adam Farley
be132fcc65
8216558: Lookup.unreflectSetter(Field) fails to throw IllegalAccessException for final fields
...
Reviewed-by: mchung
2019-03-26 15:53:36 -07:00
Zhengyu Gu
201cdc50f9
8204552: NMT: Separate thread stack tracking from virtual memory tracking
...
Reviewed-by: stuefe, minqi
2019-03-26 15:50:34 -04:00
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
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
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
cc590f5765
Merge
2019-03-22 13:42:45 +05:30
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
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
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
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
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
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