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
Yuri Nesterenko
f00468aa40
8056991: Provide OSInfo functionality to regression tests
...
Reviewed-by: alexsch
2014-09-15 17:27:15 +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
Andrew Brygin
bce59468e0
8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
...
Reviewed-by: serb, prr
2014-09-12 13:04:18 +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
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
Lana Steuck
cda19943f0
Merge
2014-09-11 14:29:21 -07:00
Lance Andersen
9f2d9ff4a6
8057826: Minor clean-up to the java.sql Date/Time/Timestamp tests
...
Reviewed-by: redestad, joehw
2014-09-11 17:00:08 -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
Bradford Wetmore
6f337fabf4
8058180: .hgignore should be updated with webrev in all repos
...
Reviewed-by: jrose, katleman, jjg
2014-09-11 12:18:06 -07: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
David Katleman
41fcab1737
Added tag jdk9-b30 for changeset dfdf7c92f55e
2014-09-11 09:08:56 -07: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
Aleksei Efimov
828afa439d
8057747: Several test failing after update to tzdata2014g
...
Reviewed-by: alanb
2014-09-11 15:13:37 +04: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
Lana Steuck
62947b5514
Merge
2014-09-10 19:37:23 -07: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
Sean Coffey
3ce732d637
8057813: Alterations to jdk_security3 test target
...
Reviewed-by: mullan, wetmore, xuelei
2014-09-10 16:14:14 +01:00
Claes Redestad
1dc4b5e2f8
8055251: Re-examine Integer.parseInt and Long.parseLong methods
...
Reviewed-by: alanb
2014-09-10 13:51:17 +01: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
Volker Simonis
138a20315d
8057934: Upgrade to LittleCMS 2.6 breaks AIX build
...
Reviewed-by: prr, serb
2014-09-10 11:01:59 +02:00
Staffan Larsen
d04d69fea6
8057937: javax/management/monitor/GaugeMonitorDeadlockTest.java should be quarantined
...
Reviewed-by: sla, allwin
2014-09-10 10:37:12 +02: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
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