8434 Commits

Author SHA1 Message Date
Aleksey Shipilev
20abfd774a 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
Reviewed-by: vlivanov, jrose
2014-09-18 18:33:05 +04:00
Naoto Sato
9dc0d55e1c 8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata
Reviewed-by: mchung, erikj, ihse
2014-09-17 09:43:04 -07:00
Weijun Wang
0c4519a096 8056141: Move com.sun.security.jgss into a new module
Reviewed-by: alanb, chegar, mchung
2014-09-17 13:55:30 +08:00
Weijun Wang
f18f44bce3 8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
Reviewed-by: valeriep, alanb
2014-09-17 13:55:12 +08:00
Vladimir Ivanov
475c0a767a 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
Reviewed-by: jrose
2014-09-16 18:05:03 +04:00
Vladimir Ivanov
e490ad1e61 8058291: Missing some checks during parameter validation
Reviewed-by: jrose
2014-09-16 18:05:01 +04:00
Claes Redestad
2aafc0ee9f 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
Reviewed-by: lancea
2014-09-15 21:20:46 +02:00
Robert Gibson
f5de6e9460 8057793: BigDecimal is no longer effectively immutable
Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend.

Reviewed-by: darcy
2014-09-15 13:05:04 -07:00
Phil Race
563ee3119b Merge 2014-09-15 09:15:21 -07:00
Sergey Bylokhov
ca1f5068b3 8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown
Reviewed-by: azvegint, anthony
2014-09-15 17:29:43 +04:00
Lance Andersen
c8ca51ee3c 8058413: Change formatDecimalInt so it is package private
Reviewed-by: darcy
2014-09-13 13:26:18 -04:00
Ivan Gerasimov
2426fa797f 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
Reviewed-by: alanb
2014-09-13 20:06:15 +04:00
Mark Sheppard
c1aaf5dc04 8056264: Multicast support improvements
Avoid passing a null ifname string to GetStringUTFChars native fn calls within a NetworkInterface method call flows

Reviewed-by: chegar, alanb
2014-09-12 16:11:40 +01:00
Andrew Brygin
bce59468e0 8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
Reviewed-by: serb, prr
2014-09-12 13:04:18 +01:00
Dmitry Markov
ece4386179 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
Reviewed-by: alexp, alexsch
2014-09-12 10:40:07 +04:00
Phil Race
f4ba168d77 8056213: Clean up unix/native/common/sun/awt
Reviewed-by: erikj, ihse
2014-09-11 13:07:37 -07:00
Phil Race
71e08b387a 8056276: Fontmanager feature improvements
Reviewed-by: srl, bae, mschoene
2014-09-11 10:12:33 -07:00
Phil Race
6c5144c6bd 8055489: Better substitution formats
Reviewed-by: srl, bae, mschoene
2014-09-11 10:10:16 -07:00
Alexander Scherbatiy
92b2ba6392 8055304: More boxing for DirectoryComboBoxModel
Reviewed-by: serb, prr, skoivu
2014-09-11 13:04:18 +04:00
Alexander Scherbatiy
251addac33 8057940: JCK test api/java_awt/Image/renderable/ParameterBlock fails with StackOverflowError
Reviewed-by: serb, prr
2014-09-10 15:09:31 +04:00
Michael McMahon
4ed0514033 8048035: Ensure proper proxy protocols
Reviewed-by: alanb, chegar
2014-09-10 10:33:43 +01:00
Volker Simonis
138a20315d 8057934: Upgrade to LittleCMS 2.6 breaks AIX build
Reviewed-by: prr, serb
2014-09-10 11:01:59 +02:00
Sergey Bylokhov
2a90745d9d 8057819: No CCC approving removing final modifier from javax.swing.SwingUtilities.isRectangleContainingRectangle static method
Reviewed-by: azvegint, alexsch
2014-09-09 18:32:44 +04:00
Alexander Zvegintsev
26ed1b4780 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
Reviewed-by: alexsch, serb
2014-09-09 16:08:34 +04:00
Phil Race
3454cc7623 Merge 2014-09-08 10:24:45 -07:00
Phil Race
e18a2c3b29 8056209: Remove unused files for libawt
Reviewed-by: erikj, ihse, serb
2014-09-08 09:07:59 -07:00
Staffan Larsen
13a51887f7 8057776: Misc cleanups of the attach code
Reviewed-by: alanb, dfuchs, jbachorik
2014-09-08 14:46:51 +02:00
Aleksei Efimov
5e87931875 8049343: (tz) Support tzdata2014g
Reviewed-by: mfang, okutsu
2014-09-07 23:04:09 +04:00
Behdad Esfahbod
c29aa1d7b9 8057986: freetype code to get glyph outline does not handle initial control point properly
Co-authored-by: Igor Kopylov <ikopylov@google.com>
Reviewed-by: prr, dougfelt
2014-09-05 19:06:07 -07:00
Lance Andersen
acba04a5b8 8058394: Doclint clean up in java.sql.Date
Reviewed-by: darcy
2014-09-12 18:37:58 -04:00
Brent Christian
e99423e062 8044473: Allow for extended set of platform MXBeans
Add ExtendedPlatformComponent

Reviewed-by: dfuchs
2014-09-05 09:45:13 -07:00
Valerie Peng
55312612fb 8061574: 9-dev solaris-amd64 and solaris-sparcv9 build fail on 2014-10-20
Add a custom header file for native ucrypto functions

Reviewed-by: mchung
2014-10-24 22:54:16 +00:00
Vladimir Ivanov
0c95b0fb5f 8060483: NPE with explicitCastArguments unboxing null
Reviewed-by: attila, lagergren
2014-10-24 08:22:17 -07:00
Kumar Srinivasan
06ca522eff 8061830: [asm] refresh internal ASM version v5.0.3
Reviewed-by: psandoz, sundar
2014-10-24 06:18:00 -07:00
Dmitry Samersoff
a04c2ed2f5 8029465: warnings from b118 for jdk.src.share.native.sun.management: JNI exception pending
Added missed exception check

Reviewed-by: dholmes, sspitsyn, fparain
2014-10-23 04:57:00 -07:00
Daniel Fuchs
59ca72f0eb 8059767: FileHandler should allow 'long' limits and handle overflow of MeteredStream.written
FileHandler now uses 'long' for limit and MeteredStream.written. It also reads a long for limit from the configuration, and has a new constructor allowing to pass a 'long' for limit.

Reviewed-by: alanb, igerasim, mchung
2014-10-22 17:23:14 +02:00
Pavel Rappo
023d824a43 8042888: Remove extcheck tool
Reviewed-by: alanb, chegar
2014-10-22 10:41:07 +01:00
Shanliang Jiang
d64da6c76e 8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
Reviewed-by: alanb, dfuchs, erikj, mchung
2014-10-22 09:13:52 +02:00
Alejandro Murillo
f0c02512ea Merge 2014-10-21 13:56:58 -07:00
Lance Andersen
fc36466f8f 8059411: RowSetWarning does not chain warnings
Reviewed-by: darcy, smarks, mchung
2014-10-21 13:41:22 -04:00
Valerie Peng
dc60e274ff 8046002: Move Ucrypto to the open jdk repo
Move Ucrypto related sources, tests to openJDK

Reviewed-by: mullan
2014-10-20 21:18:48 +00:00
Alejandro Murillo
d89ff24e1a Merge 2014-10-17 07:58:57 -07:00
Daniel D. Daugherty
ba69f3e290 Merge 2014-10-10 08:29:38 -07:00
Frederic Parain
fee63b862f 8057777: Cleanup of old and unused VM interfaces
Reviewed-by: coleenp, hseigel, alanb, sherman
2014-10-09 04:48:12 -07:00
Alexander Scherbatiy
1d67714f2a 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
Reviewed-by: ant, azvegint
2014-09-05 12:57:24 +04:00
Phil Race
692cce9567 8056122: Upgrade JDK to use LittleCMS 2.6
Reviewed-by: bae, jgodinez
2014-09-04 09:32:08 -07:00
Phil Race
fd17be8db7 Merge 2014-09-02 12:38:17 -07:00
Phil Race
62b9ab4a81 Merge 2014-09-02 11:21:29 -07:00
Alexey Ivanov
127abcdf4d 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
Reviewed-by: pchelko, alexsch
2014-09-02 17:42:35 +04:00
Alexander Zvegintsev
1a77a29985 8055746: plenty of clipboard/dnd tests fail and break X11
Reviewed-by: alexsch, pchelko
2014-09-02 17:35:58 +04:00