Stuart Marks
7cbda8ab50
8066633: Fix deprecation warnings in java.rmi module
...
Reviewed-by: darcy, lancea
2014-12-11 18:40:05 -08:00
Valerie Peng
86291780cb
8062170: java.security.ProviderException: Error parsing configuration with space
...
Updated to parse library path as a line which can contain quoted strings.
Reviewed-by: vinnie
2014-12-12 00:23:32 +00:00
Dmitry Samersoff
a36baa5d15
8067030: JDWP crash in transport_startTransport on OOM
...
Check for result of jvmtiAllocate
Reviewed-by: jbachorik, sspitsyn
2014-12-11 06:49:12 -08:00
Jaroslav Bachorik
59c9d50129
8062303: Remove com.sun.tracing API
...
Reviewed-by: sla, alanb, mchung, dholmes
2014-12-11 10:47:36 +01:00
Otavio Santana
89cec23580
8055723: Replace concat String to append in StringBuilder parameters (dev)
...
Reviewed-by: redestad, ulfzibis, weijun, prappo, igerasim, alanb
2014-12-11 15:23:02 +08:00
Otavio Santana
6e791e3f31
8067207: Replace concat String to append in StringBuilder parameters (client)
...
Reviewed-by: serb
2014-12-11 15:19:12 +08:00
Xueming Shen
b41070012b
8046219: (str spec) String(byte[], int, int, Charset) should be clearer when IndexOutOfBoundsException is thrown
...
To update the java doc to clarify the existing behavior
Reviewed-by: lancea
2014-12-10 14:11:05 -08:00
Alan Bateman
ccab6bc563
8066915: (fs) Files.newByteChannel opens directories for cases where subsequent reads may fail
...
Reviewed-by: chegar
2014-12-10 15:01:26 +00:00
Denis Fokin
eaff0bd40d
8057788: [macosx] "Pinch to zoom" does not work since jdk7
...
Reviewed-by: serb, alexsch
2014-12-10 17:10:57 +03:00
Alexander Scherbatiy
32d197a928
8065627: Animated GIFs fail to display on a HiDPI display
...
Reviewed-by: serb, azvegint
2014-12-10 15:59:21 +04:00
Vladimir Ivanov
e0eba41e1c
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
...
Reviewed-by: jrose, psandoz
2014-12-09 09:22:07 -08:00
Weijun Wang
26099e744a
8044500: Add kinit options and krb5.conf flags that allow users to obtain renewable tickets and specify ticket lifetimes
...
Reviewed-by: valeriep
2014-12-09 18:28:26 +08:00
Joe Darcy
220aa4b838
8066643: (zipfs) Suppress deprecation warnings in jdk.zipfs module
...
8066634: Suppress deprecation warnings in java.management module
8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules
Reviewed-by: alanb, lancea, sherman, sla, dfuchs
2014-12-08 09:13:08 -08:00
Yumin Qi
3dff2ab063
Merge
2014-12-08 00:25:10 -08:00
Phil Race
fe279aa4d8
Merge
2014-12-07 09:03:07 -08:00
Kirk Shoop
9eafb6c406
8064407: (fc) FileChannel transferTo should use TransmitFile on Windows
...
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-12-07 07:10:29 +00:00
Joe Darcy
c278cc80e9
8066638: Suppress deprecation warnings in jdk.crypto module
...
8066641: Suppress deprecation warnings in jdk.naming module
Reviewed-by: wetmore, xuelei, valeriep, lancea
2014-12-05 17:36:18 -08:00
Rob McKenna
9fa1d1239b
8065238: javax.naming.NamingException after upgrade to JDK 8
...
Reviewed-by: vinnie
2014-12-05 20:13:05 +00:00
Pavel Rappo
421fc583be
8066678: java.nio.channels.Channels cleanup
...
Reviewed-by: alanb, chegar
2014-12-05 15:35:15 +00:00
Daniel Fuchs
7e7e10eb42
8065991: LogManager unecessarily calls JavaAWTAccess from within a critical section
...
The call to JavaAWTAccess is moved outside of the critical section
Reviewed-by: mchung
2014-12-05 12:20:51 +01:00
Sergey Bylokhov
7d0d103b3d
8059998: Broken link in java.awt.event Interface KeyListener
...
Reviewed-by: ant, alexsch
2014-12-05 12:41:29 +03:00
Joe Darcy
61cf03f4f1
8066632: Suppress deprecation warnings in java.rmi module
...
Reviewed-by: rriggs
2014-12-04 15:04:11 -08:00
Joe Darcy
4edac8c9d2
8066617: Suppress deprecation warnings in java.base module
...
Reviewed-by: lancea
2014-12-04 12:59:43 -08:00
Chris Plummer
a47e1013c2
6762191: Setting stack size to 16K causes segmentation fault
...
Fixed by forcing the stack size to always be at least 32k.
Reviewed-by: dholmes, alanb, ksrini, sspitsyn
2014-12-04 11:26:46 -08:00
Vladimir Ivanov
ea89dad13c
8057020: LambdaForm caches should support eviction
...
Reviewed-by: psandoz, jrose, shade
2014-12-04 07:15:37 -08:00
Lance Andersen
7e500d5324
8060068: Possible Deadlock scenario with DriverManager.loadInitialDrivers
...
Reviewed-by: mchung, smarks, ulfzibis
2014-12-03 16:50:55 -05:00
Phil Race
96da55b65e
Merge
2014-12-03 11:52:40 -08:00
Chris Hegarty
43842f6349
Merge
2014-12-03 19:28:35 +00:00
Sergey Bylokhov
cc7bb29579
8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
...
Reviewed-by: azvegint, alexsch
2014-12-03 18:04:50 +03:00
Chris Hegarty
441905cdc7
8049367: Modular Run-Time Images
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Bradford Wetmore <bradford.wetmore@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: chegar, dfuchs, ihse, joehw, mullan, psandoz, wetmore
2014-12-03 14:22:58 +00:00
Alexander Scherbatiy
f3be2c51ca
8066142: Edit the value in the text field and then press the tab key, the number don't increase
...
Reviewed-by: serb, azvegint
2014-12-03 14:25:49 +03:00
Paul Sandoz
cec929efaf
8066397: Remove network-related seed initialization code in ThreadLocal/SplittableRandom
...
Reviewed-by: alanb, dl, chegar, rriggs, shade
2014-12-03 12:00:26 +01:00
Alejandro Murillo
792bc020b9
Merge
2014-12-02 14:36:23 -08:00
Yuri Gaevsky
07b4a3626e
6364329: jstat displays "invalid argument count" with usage
...
Reviewed-by: jbachorik
2014-12-02 16:21:33 +01:00
Alexander Zvegintsev
b11667b680
8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
...
Reviewed-by: alexsch, serb
2014-12-02 12:48:49 +03:00
Alexander Zvegintsev
4d25e9dfce
8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
...
Reviewed-by: alexsch, serb
2014-12-02 12:47:12 +03:00
Alexander Zvegintsev
9b17d8dec8
8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
...
Reviewed-by: alexsch, serb
2014-12-02 12:45:40 +03:00
Daniel Fuchs
3034f050f9
8065552: setAccessible(true) on fields of Class may throw a SecurityException
...
This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible.
Reviewed-by: mchung, coffeys
2014-12-01 21:02:21 +01:00
Mark Sheppard
392436eade
8066130: com.sun.net.httpserver stop() throws NullPointerException if it is not started
...
Added null check on dispatcherThread variable in stop method
Reviewed-by: chegar
2014-12-01 17:20:06 +00:00
Lance Andersen
5f72abe97e
8066261: Typo in Connection.isValid
...
Reviewed-by: dfuchs
2014-12-01 11:34:44 -05:00
Alan Bateman
14ee089287
8066196: (fs) Typo in Path::normalize, empty path only returned if path does not have a root component
...
Reviewed-by: dfuchs
2014-12-01 13:44:57 +00:00
Sergey Bylokhov
ab24ad80ee
8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
...
Reviewed-by: azvegint, alexsch
2014-11-30 15:43:08 +03:00
Lance Andersen
db7c757726
8066188: BaseRowSet default value for escape processing is not correct
...
Reviewed-by: alanb
2014-11-29 11:14:20 -05:00
Erik Gahlin
f12ce83a25
6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
...
Reviewed-by: sla
2014-11-28 16:56:45 +01:00
Alexander Scherbatiy
084ef90bcf
8031696: [macosx] TwentyThousandTest test failed with OOM
...
Reviewed-by: serb, pchelko
2014-11-28 19:17:00 +04:00
Alan Bateman
f0b198804a
8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly
...
8062949: (fs) Files.setLastModifiedTime(path, null) does not throw NPE
Reviewed-by: chegar
2014-11-28 14:58:10 +00:00
Sergey Bylokhov
4ca54eb696
8059944: [OGL] Metrics for a method choice copying of texture should be improved
...
Reviewed-by: bae, prr
2014-11-28 14:03:56 +03:00
Sergey Bylokhov
647479bd9d
8061832: J2DBench can be improved
...
Reviewed-by: prr, bae
2014-11-28 13:55:09 +03:00
Sergey Bylokhov
246a6da52e
8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
...
Reviewed-by: flar, prr
2014-11-28 10:42:03 +00:00
Alejandro Murillo
e7d19b374a
Merge
2014-11-27 07:16:54 -08:00
Alexander Scherbatiy
6c2369366c
8065098: JColorChooser no longer supports drag and drop between two JVM instances
...
Reviewed-by: serb, pchelko
2014-11-27 14:27:46 +03:00
Weijun Wang
eafad5770a
8061253: Spec cleanup for some security-related classes
...
Reviewed-by: mullan
2014-11-26 15:28:46 +08:00
Phil Race
9f11366ec6
Merge
2014-11-25 12:14:42 -08:00
Phil Race
9d88d91ecc
Merge
2014-11-25 10:41:40 -08:00
Alan Bateman
3469175a63
8065720: (ch) AbstractInterruptibleChannel.end sets interrupted to null
...
Reviewed-by: psandoz, chegar
2014-11-24 18:11:25 +00:00
Vladimir Ivanov
95ef6e0cb2
8059880: Get rid of LambdaForm interpretation
...
Reviewed-by: psandoz, kvn, shade
2014-11-24 07:19:36 -08:00
Vladimir Ivanov
b1ad8012a0
8063135: Enable full LF sharing by default
...
Reviewed-by: psandoz, shade
2014-11-24 07:16:38 -08:00
Daniel Fuchs
96da5b9ce3
8060132: Handlers configured on abstract nodes in logging.properties are not always properly closed
...
Loggers which have been configured with a handler in the configuration file will be retained by the LogManager until reset() is called. A new configuration property is added to explicitely turn the fix off.
Reviewed-by: mchung
2014-11-24 17:02:37 +01:00
Staffan Larsen
63cf080672
Merge
2014-11-24 09:57:03 +01:00
Martin Buchholz
5ffaffb47e
8065159: AttributedString has quadratic resize algorithm
...
Grow backing arrays geometrically instead of arithmetically
Reviewed-by: naoto, okutsu
2014-11-21 16:30:02 -08:00
Sean Mullan
a7bf39d7bd
Merge
2014-11-21 15:26:24 -05:00
Sean Mullan
ca85e583e9
8046949: Generify the javax.xml.crypto API
...
Reviewed-by: xuelei
2014-11-21 15:23:36 -05:00
Alejandro Murillo
67933d7f11
Merge
2014-11-21 09:54:23 -08:00
Staffan Friberg
c90bc5b316
6321472: Add CRC-32C API
...
To add CRC-32C api and implementation
Reviewed-by: sherman
2014-11-21 09:28:53 -08:00
Alejandro Murillo
2e75649af2
Merge
2014-11-21 08:00:31 -08:00
Petr Pchelko
4fda3e56f4
8058193: [macosx] Potential incomplete fix for JDK-8031485
...
Reviewed-by: alexsch, serb
2014-11-19 16:42:19 +04:00
Stuart Marks
75ffcef61d
8062807: Exporting RMI objects fails when run under restrictive SecurityManager
...
Reviewed-by: dfuchs, skoivu, igerasim, msheppar
2014-11-18 17:02:50 -08:00
Phil Race
9a4645749f
Merge
2014-11-17 12:32:27 -08:00
Aleksey Shipilev
e1f99ed979
8065096: java.net.Authenticator.theAuthenticator should be properly synchronized
...
Reviewed-by: chegar, lancea
2014-11-17 15:30:22 +03:00
Sergey Gabdurakhmanov
f30ba73e16
8048050: Agent NullPointerException when rmi.port in use
...
Reviewed-by: jbachorik, dfuchs
2014-11-17 13:11:37 +01:00
Staffan Larsen
f755ca6acc
Merge
2014-11-17 09:36:40 +01:00
Brent Christian
f4aff42708
8064288: sun.management.Flag should loadLibrary()
...
Call System.loadLibrary("management") from Flag static initializer
Reviewed-by: mchung
2014-11-14 13:46:19 -08:00
Roger Riggs
d5aaa2d8ff
8065372: Object.wait(ms, ns) timeout returns early
...
Reviewed-by: martin, dholmes
2014-11-19 21:28:26 -05:00
Roger Riggs
53906a2cb4
8064932: java/lang/ProcessBuilder/Basic.java: waitFor didn't take long enough
...
Reviewed-by: dholmes, martin
2014-11-19 21:22:22 -05:00
Claes Redestad
477b157f38
8065070: (fmt) Avoid creating substrings when building FormatSpecifier
...
Reviewed-by: martin, shade
2014-11-17 23:56:53 +01:00
Anton Nashatyrev
5b4a9bc976
8059739: Dragged and Dropped data is corrupted for two data types
...
Reviewed-by: serb, pchelko
2014-11-14 17:53:46 +03:00
Petr Pchelko
24c525eb11
8023723: Can not paste and copy the text from the text area into the editor
...
Reviewed-by: serb, alexsch
2014-11-14 16:19:40 +04:00
Alejandro Murillo
e70f855944
Merge
2014-11-13 16:11:01 -08:00
Alexander Scherbatiy
d8d026811c
8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
...
Reviewed-by: serb, pchelko
2014-11-13 12:00:39 +03:00
Staffan Larsen
47ac075518
Merge
2014-11-13 08:02:38 +01:00
Aleksey Shipilev
4a8e05977e
8059677: Thread.getName() instantiates Strings
...
Reviewed-by: chegar, dholmes, sla, rriggs
2014-11-13 01:55:21 +03:00
David Dehaven
1ce0119e15
Merge
2014-11-12 09:36:25 -08:00
David Dehaven
ba945b418e
Merge
2014-11-12 09:20:12 -08:00
Serguei Spitsyn
cc2452b769
6988950: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112)
...
Synchronize the jdwp VirtualMachine command functions with the VM_DEATH event
Reviewed-by: dcubed, dsamersoff, dholmes
2014-11-11 21:46:02 -08:00
Weijun Wang
9aae24502b
8063087: policytool reports error message with prefix of "java.lang.Exception"
...
Reviewed-by: xuelei
2014-11-12 10:47:08 +08:00
David Kocher
15d4deb44a
8046777: apple.security.KeychainStore has a problem searching for identities
...
Reviewed-by: mullan
2014-11-11 20:11:34 +00:00
Alejandro Murillo
8b0ba26865
Merge
2014-11-11 11:29:20 -08:00
Mark Sheppard
e98e33a745
8037909: JNI warnings in jdk/src/windows/native/java/nio/MappedByteBuffer.c
...
Added CHECK_NULL after JNI GetFieldID native call
Reviewed-by: alanb, chegar
2014-11-11 01:12:56 +00:00
Neil Toda
918fac5a52
8058407: Remove Multiple JRE support in the Java launcher
...
Reviewed-by: alanb, darcy, ksrini
2014-11-10 08:43:27 -08:00
Eric McCorkle
1c54a00f75
8055063: Parameter#toString() fails w/ AIOOBE for ctr of inner class w/ generic type
...
Add getAllGenericParameters, which attempts to report generic parameters with synthetic parameters to the best extent possible with current classfile information.
Reviewed-by: jfranck
2014-11-10 11:23:23 -05:00
Sergey Bylokhov
e8c7cc1187
7169583: JInternalFrame title not antialiased in Nimbus LaF
...
Reviewed-by: azvegint, alexsch
2014-11-09 22:17:45 +03:00
Alejandro Murillo
56d7a059c0
Merge
2014-11-07 06:35:24 -08:00
Martin Buchholz
8ecf707b8d
8062773: Clarifications for Class specification
...
Reviewed-by: darcy, psandoz
2014-11-06 13:29:36 -08:00
Martin Buchholz
7c51cce1ad
8064846: Lazy-init thread safety problems in core reflection
...
Make several fields in core reflection volatile
Reviewed-by: jfranck, shade, plevart
2014-11-14 11:23:07 -08:00
Martin Buchholz
84e99bc48e
8062771: Core reflection should use final fields whenever possible
...
Reviewed-by: psandoz, darcy
2014-11-06 13:18:44 -08:00
Anthony Scarpino
1924ac8a18
8063700: -Xcheck:jni changes cause many JCK failures in api/javax_crypto tests in SunPKCS11
...
Reviewed-by: mullan, valeriep
2014-11-07 13:07:09 -08:00
Claes Redestad
1584416bbc
8062180: MethodHandleImpl.makeArrays throws and swallows java.lang.NoSuchFieldError in normal flow
...
Reviewed-by: vlivanov, shade
2014-11-06 15:25:56 +01:00
Claes Redestad
678e0c1b0d
8060130: Simplify the synchronization of defining and getting java.lang.Package
...
Reviewed-by: mchung, plevart, shade
2014-11-06 00:06:26 +01:00
Shanliang Jiang
44df30d7f5
8046192: Eliminate SNMP dependencies to the internal APIs from open jdk modules
...
Reviewed-by: dfuchs, mchung, alanb
2014-11-05 11:00:22 +01:00
Weijun Wang
ed9e73bb66
8057810: New defaults for DSA keys in jarsigner and keytool
...
Reviewed-by: vinnie
2014-11-05 17:15:09 +08:00
Alexander Scherbatiy
5b517ee996
8062561: Test bug8055304 fails if file system default directory has read access
...
Reviewed-by: serb
2014-11-05 12:46:39 +04:00
Michael McMahon
df1eec112e
8062744: jdk.net.Sockets.setOption/getOption does not support IP_TOS
...
Reviewed-by: alanb, chegar
2014-11-04 15:09:01 +00:00
Markus Grönlund
bedb577ea9
8056049: getProcessCpuLoad() stops working in one process when a different process exits
...
Reviewed-by: ctornqvi
2014-11-04 14:46:25 +01:00
Phil Race
6a06509d40
Merge
2014-11-03 10:11:10 -08:00
Alan Bateman
5598ed0cf0
8062632: (fs spec) Package description could be clearer on the cases where NPE is thrown
...
8062553: (fs spec) Files.write and newBufferedWriter methods missing @throws IAE
Reviewed-by: dfuchs
2014-11-03 15:33:11 +00:00
Jaroslav Bachorik
cd4e0a44d5
8061616: HotspotDiagnosticMXBean.getVMOption() throws IllegalArgumentException for flags of type double
...
Reviewed-by: mchung, sla
2014-11-03 11:19:54 +01:00
Xue-Lei Andrew Fan
83143ef7f8
8061210: Issues in TLS
...
Reviewed-by: jnimeh, mullan, wetmore, ahgross, asmotrak
2014-11-03 08:30:18 +00:00
Sergey Bylokhov
bd4a93871b
8062164: Incorrect color conversion, when bicubic interpolation is used
...
Reviewed-by: flar, prr
2014-11-01 14:40:09 +03:00
Hendrik Schreiber
7a54433a74
8057830: Crash in Java2D Queue Flusher, OGLSD_SetScratchSurface
...
Reviewed-by: serb, denis
2014-10-31 19:45:54 +03:00
Dmitriy Ermashov
562ef36160
8062606: Fix a typo in java.awt.Robot class
...
Reviewed-by: yan, serb
2014-10-31 12:38:46 +03:00
Stuart Marks
b23c39c07b
4354680: Runtime.runFinalization() silently clears interrupted flag in the calling thread
...
Reviewed-by: dholmes, chegar
2014-10-30 17:48:10 -07:00
Phil Race
842ce4b94e
8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
...
Reviewed-by: flar, jgodinez
2014-10-30 13:36:44 -07:00
Brian Burkhalter
32ca949153
8062501: Modifications of server socket channel accept() methods for instrumentation purposes
...
Wrap accept0() native methods in Java accept().
Reviewed-by: chegar, alanb
2014-10-30 11:31:17 -07:00
Martin Buchholz
08eb67b941
8067377: My hobby: caning, then then canning, the the can-can
...
Fix ALL the stutters!
Reviewed-by: rriggs, mchung, lancea
2014-10-30 07:31:41 -07:00
Roger Riggs
b13527e322
8056238: (process) ProcessBuilder.redirectError spec has a broken link
...
Reviewed-by: lancea
2014-12-12 15:07:00 -05:00
Martin Buchholz
45770d3152
8065804: JEP 171: Clarifications/corrections for fence intrinsics
...
Reviewed-by: dholmes, shade, dl, psandoz
2014-12-10 09:23:00 -08:00
Martin Buchholz
0a3973c5a6
8065172: More core reflection final and volatile annotations
...
More fiddling with "final" and "volatile" field modifiers
Reviewed-by: jfranck, plevart, psandoz
2014-11-21 16:30:02 -08:00
Roger Riggs
d2c9b82513
8062513: doclint warnings in HijrahChronology
...
Use proper markup for < >
Reviewed-by: darcy, alanb
2014-10-30 09:13:27 -04:00
Dmitriy Ermashov
bbf16fb931
8056911: Remove internal API usage from ExtendedRobot class
...
Reviewed-by: serb
2014-10-30 15:44:37 +03:00
Alexander Scherbatiy
565125c84c
8057893: JComboBox actionListener never receives "comboBoxEdited" from getActionCommand
...
Reviewed-by: serb
2014-10-31 00:40:14 +04:00
Mikhail Cherkasov
363ac808d5
8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
...
Reviewed-by: ant, serb
2014-10-30 00:16:43 +04:00
Vladimir Ivanov
224c42ee4d
8059877: GWT branch frequencies pollution due to LF sharing
...
Reviewed-by: psandoz, jrose
2014-10-29 09:31:37 -07:00
Aleksei Efimov
426cd00f3b
8059206: (tz) Support tzdata2014i
...
Reviewed-by: okutsu
2014-10-29 19:59:53 +03:00
Richard Warburton
a065473cfc
4774077: Use covariant return types in the NIO buffer hierarchy
...
Reviewed-by: psandoz, alanb, mr, darcy
2014-10-29 14:10:34 +01:00
Florian Bruckner
9299e8a8a6
8062264: KeychainStore requires non-null password to be supplied when retrieving a private key
...
Reviewed-by: mullan
2014-10-29 11:53:37 +00:00
Phil Race
d52bcdadf7
Merge
2014-10-28 13:31:06 -07:00
Alexander Scherbatiy
49109b9d2b
8061592: wrong javadoc parameters for firePropertyChange()
...
Reviewed-by: azvegint
2014-10-29 01:48:54 +04:00
Phil Race
eca9e72c00
Merge
2014-10-28 11:38:00 -07:00
Ivan Gerasimov
b051027d6f
8023173: FileDescriptor should respect append flag
...
Reviewed-by: martin, alanb, rriggs
2014-10-28 15:36:27 +03:00
Roger Riggs
e7c880f89b
Merge
2014-10-28 17:17:05 -04:00
Roger Riggs
cc54a8a71d
Merge
2014-10-28 11:29:59 -04:00
Martin Buchholz
5e152d5fcb
8062185: Unpaired braces in javadoc
...
Reviewed-by: psandoz
2014-10-27 16:24:43 -07:00
Lance Andersen
1457a8cc93
8062198: Add RowSetMetaDataImpl Tests and add column range validation to isdefinitlyWritable
...
Reviewed-by: joehw
2014-10-27 16:57:59 -04:00
Roger Riggs
868afbd8bd
8048124: Read hijra-config-umalqura.properties as a resource
...
8061533: HijrahChronology should use Integer.parseInt
Removed use of calendar.properties to configure calendars, move UmmAlQura calendar to resource; minor cleanup using parseInt
Reviewed-by: alanb, chegar
2014-10-27 15:59:12 -04:00
Sergey Bylokhov
302bc3438c
8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
...
Reviewed-by: bae, prr
2014-10-23 19:59:27 +04:00
Weijun Wang
2d97b4eecf
8061826: Part of JDK-8060474 should be reverted
...
Reviewed-by: mullan, ahgross
2014-10-23 07:07:16 +08:00
Rohit Agrawal
d177331172
8058197: AWT fails on generic non-reparenting window managers
...
Reviewed-by: azvegint, serb
2014-10-22 13:39:33 +04:00
Sergey Bylokhov
066947c324
8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
...
Reviewed-by: bae, prr
2014-10-22 12:33:28 +04:00
Weijun Wang
3b44ba662d
8060474: Resolve more parsing ambiguity
...
Reviewed-by: mullan, ahgross
2014-10-21 22:37:17 +08:00
Phil Race
171ef0e7a3
Merge
2014-10-20 12:04:12 -07:00
Phil Race
395720bf70
8061392: PrinterJob NPE when drawing translucent image with null user clip
...
Reviewed-by: bae, jgodinez
2014-10-20 11:22:58 -07:00
Sean Mullan
4725c25095
8058547: Memory leak in ProtectionDomain cache
...
Reviewed-by: weijun
2014-10-20 12:54:36 -04:00
Alexander Scherbatiy
96909cf5f1
8059995: Broken link in Package javax.swing.border
...
Reviewed-by: serb, azvegint
2014-10-20 12:48:45 +04:00
Alexey Ivanov
13fbfe1e6c
8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized
...
Reviewed-by: serb, ant
2014-10-20 12:36:16 +04:00
Phil Race
98988ffc54
8061267: PrinterJob: Specified Page Ranges not displayed in Windows Native Print Dialog
...
Reviewed-by: bae, jgodinez
2014-10-17 15:55:02 -07:00
Kirk Shoop
d03eadea27
8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows
...
Co-authored-by: Valeriy Kopylov <v-valkop@microsoft.com>
Reviewed-by: alanb
2014-10-19 11:52:53 +01:00
Michael McMahon
80b26e5882
8042622: Check for CRL results in IllegalArgumentException "white space not allowed"
...
Reviewed-by: chegar
2014-10-17 10:59:32 +01:00
Stuart Marks
3215beb313
8055309: RMI needs better transportation considerations
...
Reviewed-by: alanb, igerasim, skoivu, msheppar
2014-10-15 15:41:50 -07:00
Jamil Nimeh
823f5f273e
8032573: CertificateFactory.getInstance("X.509").generateCertificates(InputStream) does not throw CertificateException for invalid input
...
Reviewed-by: weijun
2014-10-15 11:43:27 -07:00
Pavel Rappo
4bf024dde1
8044627: Update JNDI to work with modules
...
Reviewed-by: alanb, chegar
2014-10-16 12:34:07 +01:00
David Dehaven
bfcb15c211
Merge
2014-10-14 14:29:21 -07:00
David Dehaven
883d16c219
Merge
2014-10-14 10:47:45 -07:00
Olivier Lagneau
7f66469951
8039915: Wrong NumberFormat.format() HALF_UP rounding when last digit exactly at rounding position greater than 5
...
Fixes erroneous rounding in DigitList for corner cases uncovered previously. Adds dedicated unit tests to TieRoundingTest
Reviewed-by: bpb, darcy
2014-10-14 11:39:07 -07:00
Aleksey Shipilev
c25af2a638
8060485: (str) contentEquals checks the String contents twice on mismatch
...
Reviewed-by: martin, chegar, alanb
2014-10-14 19:35:03 +02:00
Phil Race
7d50d71fe5
8058969: Test closed/sun/java2d/cmm/StubCMMShellTest.sh fails
...
Reviewed-by: bae, serb
2014-10-14 09:34:45 -07:00
Alejandro Murillo
ab74151264
Merge
2014-10-14 06:04:11 -07:00
Phil Race
25c3ce26aa
8059848: Test java/awt/GraphicsDevice/CloneConfigsTest.java causes JVM crash in OEL 7.0
...
Reviewed-by: bae, serb
2014-10-13 09:09:41 -07:00
Alexander Zvegintsev
0b304cd9ea
8059297: Test api/javax_swing/interactive/JInternalFrameTests.html#JInternalFrame [JInternalFrameTest0007] fails with MotifLookAndFeel
...
Reviewed-by: alexsch, serb
2014-10-13 14:36:44 +04:00
Mikhail Cherkasov
9fc5a5101f
8038919: Requesting focus to a modeless dialog doesn't work on Safari
...
Reviewed-by: ant, serb
2014-10-10 20:14:42 +04:00
Abhijit Saha
357f837d89
Merge
2014-10-10 09:09:06 -07:00
Phil Race
24155c8965
8055705: Rename UnixPrintServiceLookup and Win32PrintServiceLookup as a platform neutral class name
...
Reviewed-by: jgodinez, bae
2014-10-10 09:03:28 -07:00
Masayoshi Okutsu
b7065f7ee1
8060006: No Russian time zones mapping for Windows
...
Reviewed-by: peytoia, aefimov
2014-10-14 15:20:41 +09:00
Weijun Wang
cd3c6765c2
8044215: Unable to initiate SpNego using a S4U2Proxy GSSCredential (Krb5ProxyCredential)
...
Reviewed-by: mullan
2014-10-14 10:08:32 +08:00
Weijun Wang
5468e30603
8029659: Keytool, print key algorithm of certificate or key entry
...
Reviewed-by: xuelei
2014-10-14 10:07:44 +08:00
Chris Hegarty
1a2e64b98b
8060052: FutureTask; fix underflow when timeout = Long.MIN_VALUE
...
Reviewed-by: martin
2014-10-11 14:45:27 +01:00
Sergey Bylokhov
d30a6e88b8
8059943: [macosx] Aqua LaF should use BI.TYPE_INT_ARGB_PRE for a better performance
...
Reviewed-by: alexsch, azvegint
2014-10-10 16:07:18 +04:00
Alejandro Murillo
9dc15d58dc
Merge
2014-10-10 02:24:41 -07:00
Dmitry Markov
3497cea76c
8058120: Rendering / caret errors with HTMLDocument
...
Reviewed-by: alexp, alexsch
2014-10-10 11:36:26 +04:00
Alexey Ivanov
22976b941e
7170310: ScrollBar doesn't become active when tabs are created more than frame size
...
Reviewed-by: alexp, alexsch
2014-10-10 11:26:51 +04:00
Vivi An
9a11bfa822
8033699: Incorrect radio button behavior
...
Reviewed-by: azvegint, alexsch
2014-10-09 14:51:12 -07:00
Kumar Srinivasan
0624731881
8059973: Broken link in Class Pack200
...
Reviewed-by: mchung
2014-10-09 13:28:15 -07:00
Lance Andersen
c8f13b092d
8059997: Fix broken link in WebRowSet javadoc
...
Reviewed-by: rriggs
2014-10-09 16:01:13 -04:00
Alexander Potochkin
08fb482e41
8054543: Setting a border on a JLayer causes an Exceptions
...
Reviewed-by: serb, alexsch
2014-10-09 20:51:39 +04:00
Sergey Bylokhov
9d855e2856
8029253: [macosx] Performance problems with Retina display on Mac OS X
...
Reviewed-by: bae, prr
2014-10-08 17:34:27 +04:00
Weijun Wang
64881fb307
8059485: Resolve parsing ambiguity
...
Reviewed-by: mullan, vinnie
2014-10-08 19:13:57 +08:00
Alexander Scherbatiy
067e0eee97
8058305: BadLocationException is not thrown by javax.swing.text.View.getNextVisualPositionFrom() for invalid positions
...
Reviewed-by: serb, azvegint
2014-10-07 18:03:58 +04:00
Thomas Stuefe
e74ec72482
8059868: JVM crashes on attach on Windows when compiled with /RTC1
...
Reviewed-by: alanb, sla
2014-10-07 15:14:05 +02:00
Jason Uh
6ca1b64883
8037550: Update RFC references in javadoc to RFC 5280
...
Reviewed-by: mullan
2014-10-07 22:23:19 -07:00
Daniel Fuchs
9183fba213
8028788: Logger.enterring uses String concatenation in a loop
...
Changed code to use StringBuilder instead.
Reviewed-by: chegar, lancea
2014-10-07 14:49:45 +02:00
Ivan Gerasimov
cb935d3522
8059840: (bb) Typo in javadoc for ByteBuffer.wrap()
...
Reviewed-by: dfuchs
2014-10-07 14:00:24 +04:00
Phil Race
ac20afc6be
8059219: javax.print.PrintServiceLookup allows to register null service
...
Reviewed-by: bae, jgodinez
2014-10-05 10:23:13 -07:00
Vladimir Ivanov
0ffc994611
Merge
2014-10-03 19:42:47 +00:00
Vladimir Ivanov
af1868b9ea
8058892: FILL_ARRAYS and ARRAYS are eagely initialized in MethodHandleImpl
...
Reviewed-by: kvn, shade
2014-10-03 11:45:36 -07:00
Vinnie Ryan
6069b26a31
8048512: Uninitialised memory in jdk/src/share/native/sun/security/ec/ECC_JNI.cpp
...
Reviewed-by: mullan
2014-10-03 13:07:05 +01:00
Jamil Nimeh
48ac606390
8057555: Less cryptic cipher suite management
...
Reviewed-by: xuelei, igerasim, mullan, asmotrak
2014-10-02 11:20:48 -07:00
Sean Coffey
9f89f1d4da
8031191: Warning exception when XMLSignature logging is enabled
...
Reviewed-by: mullan, chegar
2014-10-02 17:34:44 +01:00
Ivan Gerasimov
629f38682e
8059450: Not quite correct code sample in javadoc
...
Reviewed-by: chegar
2014-10-01 23:10:34 +04:00
Daniel Fuchs
7200372290
8025690: Default FileHandler constructor doesn't throw NullPointerException if pattern is empty and count > 1
...
Added additional check in default constructor in order to fix the oddity and make the implementation comply with the spec.
Reviewed-by: lancea
2014-10-01 18:16:45 +02:00
Sergey Bylokhov
7a259eeb29
8058115: Some of MidiDeviceProviders do not follow the specification
...
Reviewed-by: prr, azvegint
2014-09-30 17:39:04 +04:00
Vinnie Ryan
562f2882bd
8059462: Typo in keytool resource file
...
Reviewed-by: weijun
2014-09-30 13:25:04 +01:00
Anton Nashatyrev
4ba0786cc0
8056914: Right Click Menu for Paste not showing after upgrading to java 7
...
Reviewed-by: serb, bae
2014-09-30 14:51:33 +04:00
Weijun Wang
47ec885497
8058657: Add @jdk.Exported to com.sun.jarsigner APIs
...
Reviewed-by: alanb, mchung
2014-09-30 13:38:58 +08:00
Daniel Fuchs
9087c7536e
8059269: FileHandler may throw NPE if pattern is a simple name and the lock file already exists
...
NPE may be thrown when Path.getParentPath() returns null. The fix is to call Path.getAbsolutePath().getParentPath() when Path.getParentPath() returns null.
Reviewed-by: alanb
2014-09-29 18:56:32 +02:00
Bradford Wetmore
3bfea67a9d
8058845: Update JCE environment for build improvements
...
Reviewed-by: mullan, alanb, erikj, mchung, katleman
2014-09-26 17:05:05 -07:00
Alexander Zvegintsev
ebc6607b65
8051857: OperationTimedOut exception inside from XToolkit.syncNativeQueue call
...
Reviewed-by: alexsch, serb
2014-09-26 18:43:44 +04:00
Daniel Fuchs
0a6f6d9d89
8043306: Provide a replacement for the API that allowed to listen for LogManager configuration changes
...
Added two new methods to LogManager (addConfigurationListener/removeConfigurationListener) which provide an equivalent functionality with no ties to java.beans.
Reviewed-by: alanb, mchung, plevart, psandoz
2014-09-26 11:29:29 +02:00
Masayoshi Okutsu
77dc5d3c63
8042126: DateTimeFormatter "MMMMM" returns English value in Japanese locale
...
Reviewed-by: naoto
2014-09-26 12:52:18 +09:00
Phil Race
6a281f9f56
Merge
2014-09-25 15:31:13 -07:00
Phil Race
fee4fbec38
Merge
2014-09-25 14:18:32 -07:00
Anton Nashatyrev
f4d35341de
8058473: "Comparison method violates its general contract" when using Clipboard
...
Reviewed-by: serb, bae
2014-09-25 15:57:37 +04:00
Vinnie Ryan
aeecc19f04
8056026: Debug security logging should print Provider used for each crypto operation
...
Reviewed-by: mullan
2014-09-25 12:24:19 +01:00
Jonathan Lu
1095cd42da
8058930: GraphicsEnvironment.getHeadlessProperty() does not work for AIX platform
...
Reviewed-by: serb
2014-09-25 14:33:03 +08:00
Brent Christian
c0f7675bb7
8050142: Optimize java.util.Formatter
...
Reviewed-by: sherman, bchristi, lagergren
2014-09-24 15:02:19 -07:00
Ivan Gerasimov
5d6a7146ba
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
...
Reviewed-by: alanb
2014-09-25 00:19:11 +04:00
Aleksey Shipilev
e3bda3bd0a
8058643: (str) Re-examine hashCode implementation
...
Reviewed-by: martin, alanb, sherman, redestad
2014-09-24 09:43:10 -07:00
Anton Tarasov
c8fc432f84
8058870: Mac: JFXPanel deadlocks in jnlp mode
...
Reviewed-by: serb, alexsch
2014-09-24 15:36:11 +04:00
Sergey Bylokhov
c65f81d726
6329748: Invalid/old variable name - newModel in setModel method in JTable class
...
Reviewed-by: prr, alexsch
2014-09-24 15:23:19 +04:00
Yasumasa Suenaga
4325c3fbec
8017773
: OpenJDK7 returns incorrect TrueType font metrics
...
Reviewed-by: prr, bae
2014-09-23 15:48:16 -07:00
Sergey Bylokhov
1f7d2ae35c
8041734: JFrame in full screen mode leaves empty workspace after close
...
Reviewed-by: azvegint, alexsch
2014-09-23 07:13:34 +04:00
Alexander Zvegintsev
fa2dc11080
8058739: The test case failed as "ERROR in native method: ReleasePrimitiveArrayCritical: failed bounds check"
...
Reviewed-by: prr, serb
2014-09-23 20:17:56 +04:00
Sergey Bylokhov
af478a97f4
8058858: JRE 8u20 crashes while using Japanese IM on Windows
...
Reviewed-by: azvegint, alexsch
2014-09-23 16:05:05 +04:00
Brian Burkhalter
a5187396f5
4477961: java.lang.Math.toDegrees(double) could be optimized
...
Change toDegrees() and toRadians() to multiplication by a compile-time constant.
Reviewed-by: mduigou, shade
2014-09-22 16:59:23 -07:00
Phil Race
4f42e3fa2c
Merge
2014-09-22 12:06:36 -07:00
Andrew Brygin
ce60f8015f
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
...
Reviewed-by: alexp
2014-09-22 15:57:34 +01:00
Anisha Nagarajan
9ef4115fe7
6588417: Incorrect javadoc: no @throws or @exception tag in javax.*
...
Fix remaining missing @throws tags.
Reviewed-by: prr
2014-09-22 11:25:33 +04:00
Anisha Nagarajan
ada2c75772
8054877: javadoc issues in javax.print
...
Fixes "no @throws or @exception tag" issues in javax.print.
Reviewed-by: prr
2014-09-22 11:23:19 +04:00
Phil Race
686ab34a2e
Merge
2014-09-19 11:19:38 -07:00
Phil Race
fb0dfe332b
8056216: Remove "sun" directory layer from libawt and common
...
Reviewed-by: erikj, ihse, coffeys
2014-09-19 09:41:05 -07:00
Sandipan Razzaque
24028df237
8043740: Doubles with large exponents overflow to Infinity incorrectly
...
Modify test of exponent overflow to account for subsequent decrement.
Reviewed-by: darcy
2014-09-22 10:41:45 -07:00
Sergey Gabdurakhmanov
8a75d987d3
8057564: JVM hangs at getAgentProperties after attaching to VM with lower
...
Create custom Security Descriptor for Named Pipe.
Reviewed-by: mgronlun, dsamersoff, uta
2014-09-22 10:47:27 +02:00
Claes Redestad
579e48fd60
8055032: Improve numerical parsing in java.net and sun.net
...
Reviewed-by: alanb
2014-09-19 16:34:59 +02:00
Pavel Rappo
8be77eed11
8055326: Fix typos in client-related packages
...
Reviewed-by: prr, azvegint, alexsch
2014-09-17 16:14:12 +04:00
Jason Uh
1f56f49cd0
8047223: Add algorithm parameter to EncodedKeySpec class and its two subclasses
...
Reviewed-by: mullan
2014-09-16 13:20:51 -07:00
Martin Buchholz
865fe20405
8058550: Clarify that TimerTasks are not reusable
...
Reviewed-by: alanb, chegar
2014-09-18 16:25:50 -07:00
Phil Race
50b39c9bc6
8058248: LittleCMS: Missing checks for NULL returns from memory allocation
...
Reviewed-by: bae, jchen, mschoene
2014-09-16 09:26:06 -07:00
Martin Buchholz
f1cc7f5119
8058520: jar xf does not work on zip files with leading garbage
...
Fall back to ZipFile if ZipInputStream finds no entries
Reviewed-by: sherman
2014-09-15 18:38:16 -07:00
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