Phil Race
|
d4b2e45898
|
Merge
|
2016-05-18 12:04:26 -07:00 |
|
Jan Lahoda
|
a865c6ef6b
|
8133549: Generalize jshell's EditingHistory
Adding a generic EditingHistory to jdk.internal.le, for use by both jjs and jshell
Reviewed-by: sundar
|
2016-05-18 21:00:33 +02:00 |
|
Kumar Srinivasan
|
ca98819c49
|
8156807: Pack200 must support v53.0 class files
Reviewed-by: mchung, shade
|
2016-05-18 11:31:23 -07:00 |
|
Rajan Halade
|
4dcf9fd923
|
8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
Reviewed-by: mullan
|
2016-05-18 16:36:52 -07:00 |
|
Xue-Lei Andrew Fan
|
918a949448
|
8151856: Note that disabledAlgorithms override the same algorithms of legacyAlgorithms
Reviewed-by: mullan, weijun
|
2016-05-18 22:55:35 +00:00 |
|
Sergey Bylokhov
|
da73758e61
|
8156169: Some sound tests rarely hangs because of incorrect synchronization
Reviewed-by: prr, amenkov
|
2016-05-18 20:40:17 +03:00 |
|
Phil Race
|
3546becf91
|
Merge
|
2016-05-18 09:57:35 -07:00 |
|
Paul Sandoz
|
0bad445941
|
8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
Reviewed-by: fyuan, shade, vlivanov
|
2016-05-18 18:46:14 +02:00 |
|
Artem Smotrakov
|
5cf7ba5687
|
8157107: HTTP/2 client may fail with NPE if additional logging enabled
Reviewed-by: michaelm
|
2016-05-18 16:39:08 +01:00 |
|
Xue-Lei Andrew Fan
|
f3c9c10b7e
|
8157035: Use stronger algorithms and keys for JSSE testing
Reviewed-by: weijun, jnimeh
|
2016-05-18 14:47:28 +00:00 |
|
Sergey Bylokhov
|
65713ca08e
|
8156581: Cleanup of ProblemList.txt
Reviewed-by: prr, alexsch
|
2016-05-18 16:58:10 +03:00 |
|
Alexandre Iline
|
b67da697df
|
8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler
Reviewed-by: alanb
|
2016-05-18 11:56:24 +01:00 |
|
Athijegannathan Sundararajan
|
ea55d0b71b
|
8154192: Deprivilege java.scripting module
Reviewed-by: jlaskey, alanb
|
2016-05-18 15:03:39 +05:30 |
|
Michael Haupt
|
c4976196f5
|
8156915: introduce MethodHandle factory for array length
Reviewed-by: sundar
|
2016-05-18 10:42:29 +02:00 |
|
Daniil Titov
|
3179e6a792
|
8155785: Add @Deprecated annotations to the Applet API classes
Reviewed-by: smarks, serb
|
2016-05-16 22:57:40 -07:00 |
|
Sergey Bylokhov
|
cc44b47d18
|
8156894: Cleanup of sun.java2d.pipe.Region
Reviewed-by: flar
|
2016-05-18 19:23:39 +03:00 |
|
Mikhail Cherkasov
|
49f26d74b4
|
6882559: new JEditorPane("text/plain","") fails for null context class loader
Reviewed-by: serb, aivanov
|
2016-05-18 18:35:54 +03:00 |
|
Alexey Ivanov
|
2de846fa45
|
8136998: JComboBox prevents wheel mouse scrolling of JScrollPane
Reviewed-by: serb, alexp
|
2016-05-18 15:51:19 +03:00 |
|
Prasanta Sadhukhan
|
c0fd256a5e
|
6529030: Java Printing: Print range > Selection gets enabled
Reviewed-by: prr, jgodinez
|
2016-05-18 11:33:04 +05:30 |
|
Vadim Pakhnushev
|
6986e9dcad
|
6477756: GraphicsDevice.getConfigurations() is slow taking 3 or more seconds
Reviewed-by: prr, serb
|
2016-05-17 21:50:13 +03:00 |
|
Semyon Sadetsky
|
3379663376
|
8046031: UI of Java Web Start app isn't updated when changing Windows theme
Reviewed-by: alexsch, serb
|
2016-05-17 14:31:12 +03:00 |
|
Martin Buchholz
|
2bb441c404
|
8157069: Assorted ZipFile improvements
Reviewed-by: sherman
|
2016-05-16 11:42:31 -07:00 |
|
Hamlin Li
|
1244c2f423
|
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
Reviewed-by: darcy
|
2016-05-17 19:20:05 -07:00 |
|
Brian Burkhalter
|
9cdeece6b6
|
8130679: Writer/StringWriter.write methods do not specify index out bounds
Add throws tag indicating IndexOutOfBoundsExcepion to write() methods which have an index parameter.
Reviewed-by: chegar, prappo, rriggs
|
2016-05-17 16:04:53 -07:00 |
|
Aleksey Shipilev
|
33bb9220fc
|
8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
Reviewed-by: psandoz, redestad
|
2016-05-17 22:28:00 +03:00 |
|
Anton Litvinov
|
b71deff4e2
|
8041694: JFileChooser removes trailing spaces in the selected directory name
Reviewed-by: serb, ssadetsky
|
2016-05-16 18:12:53 +03:00 |
|
Pavel Rappo
|
976b541ac5
|
8156931: java.nio.Buffer tests cleanup
Reviewed-by: alanb
|
2016-05-16 09:54:01 +01:00 |
|
Paul Sandoz
|
00883c0dc9
|
8154049: DualPivot sorting calculates incorrect runs for nearly sorted arrays
Reviewed-by: shade
|
2016-05-16 07:01:26 +02:00 |
|
Xue-Lei Andrew Fan
|
c139d55758
|
8156991: Problem list UnsupportedDHKeys.java on windows
Reviewed-by: igerasim
|
2016-05-16 01:05:57 +00:00 |
|
Alejandro Murillo
|
7a3decd3a2
|
Merge
|
2016-05-14 09:11:07 -07:00 |
|
Valerie Peng
|
dff68b8e33
|
Merge
|
2016-05-14 03:45:59 +00:00 |
|
Valerie Peng
|
b40b6a2e8e
|
8000415: Add support for SHA-3
Add SHA-3 support to SUN and OracleUcrypto provider
Reviewed-by: ascarpino, jnimeh
|
2016-05-14 03:44:30 +00:00 |
|
Nadeesh TV
|
6c51be077a
|
8155823: Add date-time patterns 'v' and 'vvvv'
Addded necessary methodss
Reviewed-by: rriggs, scolebourne
|
2016-05-13 18:58:32 +00:00 |
|
Artem Smotrakov
|
e7dc48db5b
|
8156710: HttpTimeoutException should be thrown if server doesn't respond
Reviewed-by: michaelm
|
2016-05-13 11:32:41 -07:00 |
|
Sergey Bylokhov
|
5f037c972f
|
8156583: Typo in the spec of javax.sound.sampled.AudioFormat.Encoding.toString()
Reviewed-by: prr
|
2016-05-13 18:08:54 +03:00 |
|
Mikhail Cherkasov
|
4f8ad61498
|
8078268: javax.swing.text.html.parser.Parser parseScript incorrectly optimized
Reviewed-by: alexp, aivanov
|
2016-05-13 14:30:59 +03:00 |
|
Dmitry Markov
|
e28bb07a3d
|
8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
Reviewed-by: ant, denis
|
2016-05-13 14:25:29 +03:00 |
|
Dmitry Markov
|
7a40b8d5f7
|
8155001: SystemTray.remove() leaks GDI Objects in Windows
Reviewed-by: serb, alexp
|
2016-05-13 12:44:53 +03:00 |
|
Vadim Pakhnushev
|
e931bc512f
|
8047931: Remove unused medialib code
Reviewed-by: bae
|
2016-05-13 11:31:05 +03:00 |
|
Erik Joelsson
|
0596391be9
|
8156837: RC resource compilation on windows generates false build failure reports
Reviewed-by: tbell, prr
|
2016-05-13 09:22:47 +02:00 |
|
Tobias Hartmann
|
dd051e31bb
|
8155608: String intrinsic range checks are not strict enough
Range checks in inflate, compress and getChars are not strict enough.
Reviewed-by: kvn, twisti, jrose
|
2016-05-13 08:31:23 +02:00 |
|
Vaibhav Choudhary
|
2ab87a9fb7
|
8150702: change in javadoc for parseObject for MessageFormat - JDK-8073211
Reviewed-by: okutsu, peytoia
|
2016-05-13 12:52:29 +09:00 |
|
Martin Buchholz
|
a3e3a0da68
|
8156584: Initialization race in sun.security.x509.AlgorithmId.get
Use safe variant of double-checked locking to initialize oidTable
Reviewed-by: xuelei
|
2016-05-12 18:57:24 -07:00 |
|
Rajan Halade
|
21c525f41e
|
8156671: Refactor sun/security/rsa/SignatureTest.java
Reviewed-by: valeriep
|
2016-05-12 16:40:01 -07:00 |
|
Joe Darcy
|
9d15bdddf6
|
8156897: Problem list ShortRSAKey1024.sh on windows
Reviewed-by: mullan
|
2016-05-12 15:44:01 -07:00 |
|
Joe Darcy
|
c7bcfe20da
|
8156890: Temporarily problem list ListKeychainStore.sh on Mac
Reviewed-by: vinnie
|
2016-05-12 14:45:06 -07:00 |
|
Lana Steuck
|
bc1d61bafc
|
Merge
|
2016-05-12 18:47:08 +00:00 |
|
Mandy Chung
|
0f1d1d98bb
|
8155977: ObjectInputStream::resolveClass & resolveProxyClass for platform loader
Reviewed-by: acorn, alanb, chegar, dfuchs
|
2016-05-12 11:16:56 -07:00 |
|
Phil Race
|
413ba627fd
|
Merge
|
2016-05-12 11:03:07 -07:00 |
|
Alexander Scherbatiy
|
39fe334e12
|
8154539: Examine the desktop module's use of sun.misc.SoftCache
Reviewed-by: prr, chegar, mchung
|
2016-05-12 20:43:37 +04:00 |
|