8434 Commits

Author SHA1 Message Date
Chris Hegarty
3bc69d393d 8054834: Modular Source Code
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@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>
Reviewed-by: alanb, chegar, ihse, mduigou
2014-08-17 15:54:13 +01:00
Joe Darcy
646c399fa2 8054360: Refine generification of javax.swing
Reviewed-by: anthony, alexsch, dlsmith
2014-08-15 11:33:13 -07:00
Pushan Hinduja
03c06e7441 8054878: javadoc issues in javax.imageio
Fix javadoc missing @exception issues in javax.imageio

Reviewed-by: prr
2014-08-15 13:02:46 +04:00
Jiangli Zhou
21f7f36b9e 8044269: Analysis of archive files
Add checksum verification.

Reviewed-by: iklam, dholmes, mschoene
2014-08-14 21:46:27 -04:00
Claes Redestad
ed76407154 8055004: Reduce allocation overhead in java.time.Period/Duration parse methods
To use the offset based new parse methods.

Reviewed-by: sherman
2014-08-14 15:54:04 -07:00
Sergey Bylokhov
531fc2cff0 8042199: The build of J2DBench via makefile is broken after the JDK-8005402
Reviewed-by: flar, bae
2014-08-14 18:43:45 +04:00
Sergey Bylokhov
110fc8e47f 8046887: JNI exception pending in jdk/src/solaris/native/sun/awt: awt_DrawingSurface.c, awt_GraphicsEnv.c, awt_InputMethod.c, sun_awt_X11_GtkFileDialogPeer.c
Reviewed-by: azvegint, prr
2014-08-14 14:19:58 +01:00
Sergey Bylokhov
94d91b1382 8054800: JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsDevice.cpp
Reviewed-by: azvegint, prr
2014-08-13 21:45:53 +04:00
Claes Redestad
85cc6b9fde 8055055: Improve numeric parsing in java.sql
Reviewed-by: lancea
2014-08-13 18:40:16 +02:00
Chris Hegarty
2daf96018c 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
Reviewed-by: michaelm
2014-09-12 15:51:22 +01:00
Shanliang Jiang
04ec3bf1d4 8049303: Transient network problems cause JMX thread to fail silenty
Reviewed-by: dfuchs, jbachorik
2014-09-12 12:19:27 +02:00
Valerie Peng
0cade9c5f1 8039898: sunpkcs11-solaris.cfg should be in solaris specific directory
Move from src/java.base/share/conf/security/ to src/jdk.crypto.pkcs11/solaris/conf/security

Reviewed-by: erikj, ihse
2014-09-11 17:06:35 +00:00
Yasumasa Suenaga
397655357a 8057746: Cannot handle JdpException in JMX agent initialization
Add special handling for JdpException

Reviewed-by: jbachorik
2014-09-11 08:01:33 -07:00
Claes Redestad
bf02343a72 8057936: java.net.URLClassLoader.findClass uses exceptions in control flow
Reviewed-by: alanb, chegar, dholmes, mr
2014-09-11 15:51:46 +01:00
Yasumasa Suenaga
b38881c3e6 8057556: JDP should better handle non-active interfaces
Skip interface if it's not up or doesn't have IP address

Reviewed-by: jbachorik
2014-09-11 06:21:10 -07:00
Jaroslav Bachorik
2967241e3e 8058089: api/javax_management/loading/MLetArgsSupport.html\#MLetArgsSupportTest0001 fails because of java.lang.IllegalArgumentException (argument type mismatch)
Reviewed-by: dfuchs
2014-09-11 12:54:02 +02:00
John Rose
dbbce7862e 8057922: Improve LambdaForm sharing by using LambdaFormEditor more extensively
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:52 +04:00
John Rose
30f687e214 8057042: LambdaFormEditor: derive new LFs from a base LF
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:52 +04:00
John Rose
f74266a5a4 8056926: Improve caching of GuardWithTest combinator
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:52 +04:00
John Rose
afe2dd89e4 8057657: Annotate LambdaForm parameters with types
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:51 +04:00
John Rose
563b1c73a4 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:51 +04:00
John Rose
67504740bd 8057654: Extract checks performed during MethodHandle construction into separate methods
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:51 +04:00
John Rose
70c6eaee97 8050887: Intrinsify constants for default values
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
9c80853676 8050884: Intrinsify ValueConversions.identity() functions
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
f365de576b 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
d565c3701f 8050200: Make LambdaForm intrinsics detection more robust
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:50 +04:00
John Rose
8940954741 8050057: Improve caching of MethodHandle reinvokers
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:49 +04:00
John Rose
fb7b2acc12 8050174: Support overriding of isInvokeSpecial flag in WrappedMember
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:49 +04:00
John Rose
71bae4addc 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:49 +04:00
John Rose
2f4b5e8534 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:48 +04:00
John Rose
6a177f43fb 8050053: Improve caching of different invokers
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:48 +04:00
John Rose
da56d3f6d1 8050052: Small cleanups in java.lang.invoke code
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:47 +04:00
Vladimir Ivanov
0898161932 8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
Reviewed-by: psandoz, iignatyev
2014-09-10 19:19:47 +04:00
John Rose
693c89e3b9 8038261: JSR292: cache and reuse typed array accessors
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:47 +04:00
John Rose
0b424b49d8 8037209: Improvements and cleanups to bytecode assembly for lambda forms
Reviewed-by: vlivanov, psandoz
2014-09-10 19:19:46 +04:00
Claes Redestad
1dc4b5e2f8 8055251: Re-examine Integer.parseInt and Long.parseLong methods
Reviewed-by: alanb
2014-09-10 13:51:17 +01:00
Staffan Larsen
657c4c6290 8057558: VirtualMachineImpl.execute on windows should close PipedInputStream before throwing exceptions
Reviewed-by: alanb, sspitsyn, dsamersoff
2014-09-10 11:32:31 +02:00
Ivan Gerasimov
63af0e6c0d 7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
Reviewed-by: chegar
2014-09-09 19:02:36 +04:00
Alexander Zuev
4ee0119566 8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp
Reviewed-by: ksrini
2014-09-09 17:20:26 +04:00
Andrej Golovnin
fe519e6845 5043030: (reflect) unnecessary object creation in reflection
Use valueOf() instead of new for primitive wrappers.

Reviewed-by: jfranck
2014-09-09 12:04:31 +02:00
Joel Borggrén-Franck
febacf5319 8054987: (reflect) Add sharing of annotations between instances of Executable
Reviewed-by: darcy, plevart
2014-09-09 10:48:01 +02:00
Staffan Larsen
6f23532a1e 8057778: Misc cleanups of the attach code (aix)
Reviewed-by: simonis
2014-09-08 20:29:15 +02:00
Alexey Ivanov
86d51435a0 8046007: Java app receives javax.print.PrintException: Printer is not accepting job
Reviewed-by: prr, bae
2014-08-13 13:27:43 +04:00
Ioi Lam
6c6dbcb128 8046070: Class Data Sharing clean up and refactoring
Cleaned up CDS to be more configurable, maintainable and extensible

Reviewed-by: dholmes, coleenp, acorn, mchung
2014-08-12 17:29:01 -07:00
Artem Malinko
505881480c 8042835: Remove mnemonic character from open, save and open directory JFileChooser's buttons
Reviewed-by: alexp, alexsch
2014-08-12 19:02:51 +04:00
Sergey Bylokhov
149fb94d76 8046894: JNI exception pending in jdk/src/solaris/native/sun/awt/X11Color.c
Reviewed-by: azvegint, prr
2014-08-12 14:38:38 +04:00
Anthony Petrov
2d67061cd9 8049065: [JLightweightFrame] Support DnD for SwingNode
Delegate DnD operations to LightweightContent when appropriate

Reviewed-by: ant, pchelko
2014-08-12 14:22:05 +04:00
Pushan Hinduja
a3cf5e1850 6708093: Redundant unused native method declaration in LCMS.java
Reviewed-by: bae, prr
2014-08-11 10:42:51 +04:00
Anisha Nagarajan
29ec29b142 6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
Fix typos in javax.print.attribute.standard.DialogTypeSelection

Reviewed-by: prr
2014-08-11 10:39:17 +04:00
Pushan Hinduja
90f1fde6b4 8043693: A typo in the javadoc for javax.imageio.ImageReader
Correct a typo in the javadoc for javax.imageio.ImageReader

Reviewed-by: prr
2014-08-11 10:32:21 +04:00