Andrew Brygin
78a555f9e0
7124245: [lcms] ColorConvertOp to color space CS_GRAY apparently converts orange to 244,244,0
...
Reviewed-by: prr
2012-12-24 14:03:04 +04:00
Yong Jeffrey Huang
2185318b56
Merge
2012-12-23 19:11:15 -08:00
Alejandro Murillo
11425ca9ff
Merge
2012-12-21 10:27:22 -08:00
Jaroslav Bachorik
ad4080a20a
7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently
...
ClientCommunicatorAdmin should call gotIOException((IOException)e) instead of restart((IOException)e) when detecting a communication error, because the method gotIOException will send a failure notification if necessary.
Reviewed-by: emcmanus, sjiang
2012-12-21 09:27:37 +01:00
Yong Jeffrey Huang
06be28ce8d
7195759: ISO 4217 Amendment 154
...
Reviewed-by: naoto
2012-12-20 18:53:46 -08:00
David Katleman
306cab1006
8004982: JDK8 source with GPL header errors
...
Reviewed-by: ohair
2012-12-20 16:24:50 -08:00
Jennifer Godinez
9008a63fde
7180359: Assertion in awt_Win32GraphicsDevice.cpp when running specjbb in jprt
...
Reviewed-by: bae, prr
2012-12-20 14:43:35 -08:00
Alan Bateman
50185a4371
8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
...
Reviewed-by: mchung
2012-12-20 20:40:04 +00:00
Alan Bateman
27f7bfd9f0
8001048: JSR-160: Allow IIOP transport to be optional
...
Reviewed-by: dsamersoff, dfuchs, mchung
2012-12-20 20:29:59 +00:00
Doug Lea
f2c8fd3d1a
8004330: Add missing Unsafe entry points for addAndGet() family
...
Add Unsafe addAndGet() methods which have intrinsics in Hotspot (7023898)
Reviewed-by: alanb, kvn
2012-12-20 12:24:52 -08:00
Christian Thalinger
d8b54b1219
8005345: JSR 292: JDK performance tweaks
...
Reviewed-by: kvn, jrose
2012-12-20 11:16:14 -08:00
Chris Hegarty
6d67de55fa
8005306: Redundant cast warning in KeepAliveStream.java
...
Reviewed-by: alanb
2012-12-20 15:04:53 +00:00
Doug Lea
a3f6c5ebeb
8002356: Add ForkJoin common pool and CountedCompleter
...
Reviewed-by: chegar, mduigou
2012-12-20 13:44:06 +00:00
Chris Hegarty
3b34f3b493
8003335: Better handling of Finalizer thread
...
Reviewed-by: alanb, ahgross
2012-12-20 13:40:27 +00:00
Darryl Mocek
1bb9122f69
8001329: Augment RMI logging
...
Reviewed-by: smarks, hawtin, alanb
2013-02-05 16:38:25 -08:00
Daniel Fuchs
e064f7ea78
8001322: Refactor deserialization
...
Reviewed-by: mchung, skoivu, smarks
2013-03-14 13:10:32 +01:00
Stuart Marks
d4eb039764
8001040: Rework RMI model
...
Reviewed-by: alanb, ahgross, coffeys, dmocek
2013-02-27 14:17:05 -08:00
Valerie Peng
009c674511
8000897: VM crash in CompileBroker
...
Fixed to use the corresponding digest length when generating output.
Reviewed-by: mullan
2013-02-26 11:12:40 -08:00
Michael McMahon
724cfc1897
8000724: Improve networking serialization
...
Delegate InetAddress fields to a holder object
Reviewed-by: alanb, chegar
2013-02-13 10:40:31 +00:00
Sergey Malenkov
9f917b11d6
7200507: Refactor Introspector internals
...
Reviewed-by: ahgross, art
2013-02-08 17:32:25 +04:00
Andrew Brygin
65172138ad
8007014: Improve image handling
...
Reviewed-by: prr, mschoene, jgodinez
2013-02-07 19:15:59 +04:00
Jaroslav Bachorik
199a9c32b2
7009998: JMX synchronization during connection restart is faulty
...
Add a return statement after the re-connecting has finished and the state is CONNECTED
Reviewed-by: sjiang
2012-12-20 17:24:56 +04:00
Jaroslav Bachorik
bba9907d2a
6937053: RMI unmarshalling errors in ClientNotifForwarder cause silent failure
...
The catch block in the fetchNotifs() method is extended to expect UnmarshalException
Reviewed-by: emcmanus
2012-12-20 16:56:33 +04:00
Jaroslav Bachorik
28979bd7a2
6783290: MBeanInfo/MBeanFeatureInfo has inconsistent readObject/writeObject
...
Call readObject in all cases
Reviewed-by: emcmanus
2012-12-20 16:02:42 +04:00
Joe Darcy
059b2b67b3
8005097: Tie isSynthetic javadoc to the JLS
...
Reviewed-by: mduigou
2012-12-19 11:53:52 -08:00
Alan Bateman
4ce906db2b
8005248: (props) Integrate small footprint parser into Properties
...
Reviewed-by: joehw, mchung, psandoz, erikj
2012-12-19 14:53:33 +00:00
Joe Wang
122ca6521e
8004371: (props) Properties.loadFromXML needs small footprint XML parser as fallback when JAXP is not present
...
Reviewed-by: alanb, mchung, psandoz
2012-12-19 12:09:10 +00:00
Lana Steuck
a0e241952c
Merge
2012-12-18 18:14:50 -08:00
Aleksey Shipilev
f39122797e
8004318: JEP-171: Support Unsafe fences intrinsics
...
Add three memory-ordering intrinsics to the sun.misc.Unsafe class.
Reviewed-by: twisti, kvn
2012-12-18 17:47:50 -08:00
Lana Steuck
5c4f1d7778
Merge
2012-12-18 16:14:59 -08:00
Joel Borggren-Franck
6fec53905c
8004699: Add type annotation storage to Constructor, Field and Method
...
Reviewed-by: darcy, dholmes
2012-12-18 14:49:39 -08:00
Joe Darcy
407aefdc02
8005042: Add Method.isDefault to core reflection
...
Reviewed-by: alanb, forax, mduigou, jgish, mchung
2012-12-18 14:44:13 -08:00
Sean Mullan
be64e9b087
8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
...
Reviewed-by: vinnie, skoivu, mgrebac, ohair, tbell
2012-12-18 13:48:48 -05:00
Martin Buchholz
e046c9d3f5
8004863: Infinite Loop in KeepAliveStream
...
Reviewed-by: chegar
2012-12-17 18:39:59 -08:00
Mario Torre
d398aa77d7
8005018: X11: focus problems with openjdk 1.7.0 under gnome3 when selected keyboard is not the first in keyboard list
...
Don't consider extraenous bits when checking button mask, so that grabWindowRef on the window is not confused and released correctly
Reviewed-by: art, anthony
2012-12-17 17:43:21 +01:00
Sean Mullan
627cd88eba
Merge
2012-12-17 08:30:06 -05:00
Sean Mullan
f458bb3861
8004234: Downgrade normative references to ${java.home}/lib/security/krb5.conf
...
Reviewed-by: alanb, weijun
2012-12-17 08:28:27 -05:00
Sergey Malenkov
aed660dc95
8005065: [findbugs] reference to mutable array in JavaBeans
...
Reviewed-by: alexsch
2012-12-17 16:58:56 +04:00
Lana Steuck
166cf4fbc1
Merge
2012-12-16 22:09:28 -08:00
Weijun Wang
5ded9d47a1
7197159: accept different kvno if there no match
...
Reviewed-by: xuelei
2012-12-17 12:18:46 +08:00
Alan Bateman
29698e6212
8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties
...
Reviewed-by: chegar
2012-12-15 15:07:35 +00:00
Lana Steuck
0118983407
Merge
2012-12-14 13:14:33 -08:00
Lana Steuck
39ddaf8a4b
Merge
2012-12-14 11:22:16 -08:00
Lana Steuck
abe9bf1b53
Merge
2012-12-14 11:21:09 -08:00
David Holmes
516f5d5da2
8003632: HPROF class file version java.lang.RuntimeException errors
...
Reviewed-by: mchung, lancea
2012-12-13 21:18:27 -05:00
Rob McKenna
7524cd99c1
8000525: Java.net.httpcookie api does not support 2-digit year format
...
Reviewed-by: chegar
2012-12-13 15:28:40 +00:00
Chris Hegarty
453bef09b0
8004675: Inet6Address.getHostAddress should use string scope identifier where available
...
...and some minor stylistic cleanup
Reviewed-by: khazra, dsamersoff, michaelm
2012-12-13 14:33:32 +00:00
Lance Andersen
e57799bc0e
8004357: Implement various methods in SerialBlob/Clob/Array and specify Thread Safety
...
Reviewed-by: naoto
2012-12-12 20:57:45 -05:00
Weijun Wang
85db8f9602
8004235: Disable native JGSS provider on Mac
...
Reviewed-by: erikj, valeriep
2012-12-13 08:11:38 +08:00
Denis Fokin
3780f56b0f
8004341: Two JCK tests fails with 7u11 b06
...
Reviewed-by: serb, skoivu
2012-12-12 21:08:19 +04:00