39610 Commits

Author SHA1 Message Date
Dmitry Samersoff
0cf2e90d17 8152950: BasicLauncherTest.java fails due to type error
Better handle js engine initialization error

Reviewed-by: jbachorik
2016-05-27 19:31:17 +03:00
Artem Smotrakov
68c8a74fbe 8152207: Perform array bound checks while getting a length of bytecode instructions
Reviewed-by: hseigel
2016-05-27 09:25:49 -07:00
Coleen Phillimore
8fea607c9c Merge 2016-05-27 14:57:11 +00:00
Coleen Phillimore
c36295e947 8145148: InterfaceMethod CP entry pointing to a class should cause ICCE
Pass tag in LinkInfo and check that resolved method type matches tag, fix tests.

Reviewed-by: sspitsyn, minqi
2016-05-27 10:52:39 -04:00
Vladimir Ivanov
3cda431b12 Merge 2016-05-27 14:49:05 +00:00
Vladimir Ivanov
df9373aad7 Merge 2016-05-27 16:56:23 +03:00
Ioi Lam
e5e41a2375 8145247: incorrect comment in SystemDictionary::load_shared_class
Reviewed-by: jiangli, ccheung, gtriantafill
2016-05-27 05:49:24 -07:00
Stefan Johansson
84d9673da4 8157153: TestStressRSetCoarsening fails with OOM
Reviewed-by: mgerdin, dfazunen
2016-05-27 12:57:38 +02:00
David Holmes
6253b1d251 8154589: assert(k != NULL) failed: preloaded klass not initialized
Reviewed-by: sspitsyn, hseigel
2016-05-26 20:43:13 -04:00
Alejandro Murillo
33dc2cac3c Merge 2016-05-26 14:24:50 -07:00
Hannes Wallnöfer
96e6ae9274 8156896: Script stack trace should display function names
Reviewed-by: attila, sundar
2016-05-13 14:30:54 +02:00
Mikhail Cherkasov
4f8ad61498 8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
Reviewed-by: alexp, aivanov
2016-05-13 14:30:59 +03:00
Dmitry Markov
e28bb07a3d 8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
Reviewed-by: ant, denis
2016-05-13 14:25:29 +03:00
Dmitry Markov
7a40b8d5f7 8155001: SystemTray.remove() leaks GDI Objects in Windows
Reviewed-by: serb, alexp
2016-05-13 12:44:53 +03:00
Vadim Pakhnushev
e931bc512f 8047931: Remove unused medialib code
Reviewed-by: bae
2016-05-13 11:31:05 +03:00
Erik Joelsson
0596391be9 8156837: RC resource compilation on windows generates false build failure reports
Reviewed-by: tbell, prr
2016-05-13 09:22:47 +02:00
Erik Joelsson
eeec992d7e 8156837: RC resource compilation on windows generates false build failure reports
Reviewed-by: tbell, prr
2016-05-13 09:21:20 +02:00
Tobias Hartmann
c0c3e64713 Merge 2016-05-13 06:36:52 +00:00
Tobias Hartmann
b8dd2e555f 8155608: String intrinsic range checks are not strict enough
Range checks in inflate, compress and getChars are not strict enough.

Reviewed-by: kvn, twisti, jrose
2016-05-13 08:32:20 +02:00
Tobias Hartmann
dd051e31bb 8155608: String intrinsic range checks are not strict enough
Range checks in inflate, compress and getChars are not strict enough.

Reviewed-by: kvn, twisti, jrose
2016-05-13 08:31:23 +02:00
Vaibhav Choudhary
2ab87a9fb7 8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211
Reviewed-by: okutsu, peytoia
2016-05-13 12:52:29 +09:00
Martin Buchholz
a3e3a0da68 8156584: Initialization race in sun.security.x509.AlgorithmId.get
Use safe variant of double-checked locking to initialize oidTable

Reviewed-by: xuelei
2016-05-12 18:57:24 -07:00
Roland Schatz
476ef7367c 8156552: [JVMCI] remove final and stable field handling from ConstantReflectionProvider
Reviewed-by: kvn, twisti
2016-05-13 01:06:46 +00:00
Rajan Halade
21c525f41e 8156671: Refactor sun/security/rsa/SignatureTest.java
Reviewed-by: valeriep
2016-05-12 16:40:01 -07:00
Joe Darcy
9d15bdddf6 8156897: Problem list ShortRSAKey1024.sh on windows
Reviewed-by: mullan
2016-05-12 15:44:01 -07:00
Aleksei Efimov
0c5f493370 8145974: XMLStreamWriter produces invalid XML for surrogate pairs on OutputStreamWriter
Reviewed-by: joehw
2016-05-13 01:19:41 +03:00
Tom Rodriguez
5405125902 8155047: [JVMCI] findLeafConcreteSubtype should handle arrays of leaf concrete subtype
Reviewed-by: twisti
2016-05-12 22:06:55 +00:00
Joe Darcy
c7bcfe20da 8156890: Temporarily problem list ListKeychainStore.sh on Mac
Reviewed-by: vinnie
2016-05-12 14:45:06 -07:00
Lana Steuck
a9f5c35e97 Merge 2016-05-12 18:47:23 +00:00
Lana Steuck
bc1d61bafc Merge 2016-05-12 18:47:08 +00:00
Lana Steuck
cb8de1cae1 Merge 2016-05-12 18:46:54 +00:00
Lana Steuck
25fdc88ad6 Merge 2016-05-12 18:46:40 +00:00
Lana Steuck
37d12e2b3f Merge 2016-05-12 18:46:32 +00:00
Lana Steuck
675b1e0047 Merge 2016-05-12 18:46:14 +00:00
Jonathan Gibbons
b733375f7d 8149843: StandardJavaFileManager should provide a way to get paths from strings
8150111: Need to change signature of StandardJavaFileManager.setLocationFromPaths

Reviewed-by: vromero, jlahoda
2016-05-12 11:36:08 -07:00
Mandy Chung
0f1d1d98bb 8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
Reviewed-by: acorn, alanb, chegar, dfuchs
2016-05-12 11:16:56 -07:00
Mandy Chung
2bbe02b202 8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
Reviewed-by: acorn, alanb, chegar, dfuchs
2016-05-12 11:16:16 -07:00
Roland Schatz
4c94cba880 Merge 2016-05-12 18:11:14 +00:00
Phil Race
413ba627fd Merge 2016-05-12 11:03:07 -07:00
Joseph Provino
69c05c937e Merge 2016-05-12 16:46:13 +00:00
Alexander Scherbatiy
39fe334e12 8154539: Examine the desktop module's use of sun.misc.SoftCache
Reviewed-by: prr, chegar, mchung
2016-05-12 20:43:37 +04:00
Phil Race
72bf5160ac 8154546: Retire sun.misc.GThreadHelper
Reviewed-by: serb, chegar, kcr
2016-05-12 09:16:17 -07:00
Joseph Provino
24fae49324 8156851: Compilation error compiling XpatchDupModule.java and XpatchDupJavaBase.java
Test needs @modules java.base/jdk.internal.misc

Reviewed-by: jwilhelm, drwhite
2016-05-12 11:54:03 -04:00
Christoph Langer
fa1227e9bd 8156521: Minor fixes and cleanups in NetworkInterface.c
Reviewed-by: alanb, chegar, dsamersoff, msheppar
2016-05-12 16:33:37 +01:00
Lana Steuck
3e27af83f9 Added tag jdk-9+118 for changeset 443bdc8a8b7c 2016-05-12 15:15:05 +00:00
Lana Steuck
bab51634ec Added tag jdk-9+118 for changeset 78bffb8c47c3 2016-05-12 15:15:05 +00:00
Lana Steuck
3b844ac08d Added tag jdk-9+118 for changeset 5c13564b227b 2016-05-12 15:15:04 +00:00
Lana Steuck
11010a4e26 Added tag jdk-9+118 for changeset 8a2559d6fe5b 2016-05-12 15:15:04 +00:00
Lana Steuck
1709b74a9d Added tag jdk-9+118 for changeset 2082ebf00d57 2016-05-12 15:15:03 +00:00
Lana Steuck
e52d0af874 Added tag jdk-9+118 for changeset cc643de7cb06 2016-05-12 15:15:02 +00:00