7561 Commits

Author SHA1 Message Date
Chris Hegarty
20e35aed8f 8025306: Inet[4|6]Address class and fieldID initialization in networking native code
Reviewed-by: alanb, michaelm
2014-02-04 23:40:23 +00:00
Vinnie Ryan
60f386c8bb 8028727: [parfait] warnings from b116 for jdk.src.share.native.sun.security.ec: JNI pending exceptions
Reviewed-by: alanb
2014-02-04 18:37:12 +00:00
Joe Darcy
8d903056f3 8033525: Fix raw and unchecked lint warnings in sun.swing.*
Reviewed-by: alexsch
2014-02-04 08:58:06 -08:00
Sean Coffey
5fc6cd2aa9 8029020: Check src/share/native/java/util/zip code for JNI pending exceptions
Reviewed-by: alanb, chegar
2014-02-04 15:39:40 +00:00
Alan Bateman
28e1b6ccf2 8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues
8033371: jdk/src/solaris/native/java/lang/ProcessEnvironment.c environ doesn't check for JNI pending exceptions
8030116: (process) Check Parfait warnings in src/solaris/native/java/lang/*
8028769: Check src/share/native/java/lang/*.c for cases when JNI calls are used with pending warnings

Reviewed-by: chegar
2014-02-04 12:05:13 +00:00
Michael McMahon
fbe3b00b09 8028725: [Parfait] warnings from b116 for jdk.src.solaris.native.java.net: JNI pending exceptions
Reviewed-by: alanb
2014-02-04 11:31:27 +00:00
Magnus Ihse Bursie
6c54a7ef11 8033236: Update GensrcCharsetMapping.gmk to build-infra standards
Reviewed-by: erikj, mduigou, sherman
2014-02-04 10:00:24 +01:00
Joe Darcy
a80e3ed0ee 8033527: Fix raw type lint warning in sun.nio.ch
Reviewed-by: henryjen, mchung
2014-02-03 22:26:26 -08:00
Roger Riggs
c4f2b88d81 8031737: CHECK_NULL and CHECK_EXCEPTION macros cleanup
Rename CHECK_EXCEPTION macros with JNU prefix; use the defensive do {...} while (0) macro definition

Reviewed-by: chegar, mchung, ksrini, lancea, alanb
2014-02-03 16:58:02 -05:00
Joe Darcy
6261c40dca 8033222: Fix serial lint warnings in sun.awt.*
Reviewed-by: alanb
2014-02-03 10:21:58 -08:00
Joe Darcy
b008220373 8033181: Fix doclint missing issues in java.awt.{peer, im[.spi]}
Reviewed-by: alanb
2014-02-03 10:05:56 -08:00
Joe Darcy
1c57114347 8033416: Remove sun.misc.FpUtils
Reviewed-by: alanb, bpb, psandoz
2014-02-03 09:52:36 -08:00
Alexander Zuev
034610f191 8029177: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.java.util.jar: JNI exception pending
Additional review by Chris Ries

Reviewed-by: jfranck, ksrini
2014-02-03 21:48:46 +04:00
Paul Sandoz
7a0238bfd3 8044047: Missing null pointer checks for streams
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: dfuchs
2014-07-16 14:35:48 +02:00
Sean Mullan
4d8dc762c2 Merge 2014-07-16 08:07:38 -04:00
Sean Mullan
1d3192ee04 4867890: Clarify the return value/exception for java.security.SignedObject.verify
Reviewed-by: weijun
2014-07-16 08:06:40 -04:00
Ivan Gerasimov
e03728427a 8035975: Pattern.compile(String, int) fails to throw IllegalArgumentException
Reviewed-by: sherman
2014-07-16 13:02:24 +04:00
Otavio Goncalves de Santana
1ebe2a40a9 8049892: Replace uses of 'new Integer()' with appropriate alternative across core classes
Reviewed-by: psandoz, prr
2014-07-15 11:22:14 -07:00
Alejandro Murillo
d3cca894ad Merge 2014-07-15 10:21:07 -07:00
Pavel Rappo
73f2d27bdf 8048175: Remove redundant use of reflection on core classes from JNDI
Reviewed-by: msheppar, vinnie
2014-07-15 16:46:43 +01:00
Alejandro Murillo
28d9b76938 Merge 2014-07-11 21:20:11 -07:00
Ivan Gerasimov
1203c8ea34 6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
Reviewed-by: plevart, martin
2014-07-12 04:15:56 +04:00
Alejandro Murillo
747989869c Merge 2014-07-11 13:02:40 -07:00
Joe Darcy
1aed2210e0 8049736: Fix raw and unchecked lint warnings in sun.tracing
Reviewed-by: mchung
2014-07-10 22:57:56 -07:00
Valerie Peng
efa54ce543 8043406: Change default policy for JCE providers to run with as few privileges as possible
Provide default permissions for crypto providers

Reviewed-by: mullan, vinnie
2014-07-10 22:44:58 +00:00
Jeremy Manson
26689adbd2 8042778: Getting all visible methods in ReferenceTypeImpl is slow
Reviewed-by: egahlin, dholmes
2014-07-10 16:26:38 +02:00
Vinnie Ryan
3833f75de4 8050118: Windows policy file missing semicolon
Reviewed-by: chegar
2014-07-13 15:24:03 +01:00
Coleen Phillimore
cbb6f307df 8047737: Move array component mirror to instance of java/lang/Class
Add field in java.lang.Class for componentType to simplify oop processing in JVM

Reviewed-by: fparain, twisti, mchung
2014-07-02 16:47:49 -04:00
Alejandro Murillo
104ef4e582 Merge 2014-06-26 23:11:00 -07:00
Coleen Phillimore
aa12c8fbf5 6642881: Improve performance of Class.getClassLoader()
Add classLoader to java/lang/Class instance for fast access

Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, mchung, jfranck, dholmes
2014-06-24 11:23:34 -04:00
Pavel Rappo
5079b7bbd4 8047062: Improve diagnostic output in com/sun/jndi/ldap/LdapTimeoutTest.java
Reviewed-by: duke
2014-06-17 13:57:01 +01:00
Joe Darcy
499b50c15b 8049820: Fix raw and unchecked lint warnings in sun.management
Reviewed-by: mchung
2014-07-09 21:26:11 -07:00
Weijun Wang
57d0562d7c 8044085: Access ExtendedGSSContext.inquireSecContext() result through SASL
Reviewed-by: mullan
2014-07-10 10:44:48 +08:00
Jason Uh
665f030eaf 7065233: To interpret case-insensitive string locale independently
Reviewed-by: xuelei
2014-07-09 18:34:45 -07:00
Joe Darcy
037699d88a 8049794: Fix raw and unchecked warnings in jvmstat
Reviewed-by: mchung
2014-07-09 17:02:03 -07:00
Naoto Sato
f38db6ce11 8048515: Read outside array bounds in jdk/src/solaris/native/java/lang/java_props_md.c
Reviewed-by: okutsu
2014-07-09 10:02:30 -07:00
Peter Levart
b94232fe21 8049220: URL.factory data race
Reviewed-by: alanb, psandoz
2014-07-09 12:30:17 +02:00
Weijun Wang
8167fa4c80 8047765: Generate blacklist.certs in build
Reviewed-by: dholmes, alanb
2014-07-09 16:34:31 +08:00
Weijun Wang
cdbe91ef12 7150092: NTLM authentication fail if user specified a different realm
Reviewed-by: michaelm
2014-07-09 15:10:42 +08:00
Alejandro Murillo
fb3cf81241 Merge 2014-07-08 12:38:47 -07:00
Sean Mullan
f5e233d84b 8049244: XML Signature performance issue caused by unbuffered signature data
Reviewed-by: xuelei
2014-07-08 14:35:05 -04:00
Alejandro Murillo
4cde9d8be8 Merge 2014-07-03 13:22:09 -07:00
Michael McMahon
b2af3087a4 8033425: Delay loading of net library in PortConfig initialization (workaround for for 8033367)
Reviewed-by: alanb, chegar
2014-02-03 14:40:28 +00:00
Alan Bateman
24b84458a1 8028792: (ch) Channels native code needs to be checked for methods calling JNI with pending excepitons
8032668: Check jdk/src/solaris/native/java/io for pending JNI exception issues

Reviewed-by: chegar, simonis
2014-02-03 14:00:43 +00:00
Joe Darcy
806b45a0f2 8033223: Fix serial lint warnings in sun.{font, java2d[.*]}
Reviewed-by: bae
2014-02-01 10:27:55 -08:00
Roger Riggs
930a4614e6 8032221: Typo in java.util.date
Trancate -> truncate; updated html <code> and <tt> to use {@code ...}

Reviewed-by: darcy, lancea
2014-01-31 13:42:31 -05:00
Chris Hegarty
936e416310 8011645: CopyOnWriteArrayList.COWSubList.subList does not validate range properly
Reviewed-by: martin, psandoz
2014-01-31 18:32:07 +00:00
Naoto Sato
e72d99fef1 8030696: Norwegian locales nb_NO and nn_NO should be available locales
Reviewed-by: okutsu
2014-01-31 10:04:16 -08:00
Anton Tarasov
49b52741da 8033233: [JLightweightFrame] support default JViewport BLIT_SCROLL_MODE
Reviewed-by: alexsch, pchelko
2014-01-31 18:49:58 +04:00
Petr Pchelko
0b5d951776 8030093: Generify DataTrasfer classes
Reviewed-by: anthony, serb
2014-01-31 14:20:40 +04:00