Commit Graph

10505 Commits

Author SHA1 Message Date
Chris Hegarty
7d146ee898 Merge 2014-08-18 10:59:36 +01:00
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
Katja Kantserova
107a5ada42 8054278: Refactor jps utility tests
Reviewed-by: jbachorik
2014-08-15 12:28:58 +02: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
Daniel Fuchs
15a875a7a5 8054480: Test java/util/logging/TestLoggerBundleSync.java fails: Unexpected bundle name: null
This is due to a race condition in the test where one GetRB thread can receive a stale LogRecord comming from another GetRB thread.

Reviewed-by: dholmes
2014-08-14 15:18:11 +02:00
Staffan Larsen
84a2ad0372 8054824: Clean up ProblemList.txt
Reviewed-by: jbachorik
2014-08-14 13:43:02 +02: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
Lana Steuck
d1c0417898 Added tag jdk9-b26 for changeset 2c05592cf0f2 2014-08-10 19:39:01 -07:00
Phil Race
f8ddfbb0fa Merge 2014-08-08 12:54:39 -07:00
Felix Yang
d1ee28b070 8043836: Need new tests for AES cipher
Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider

Reviewed-by: valeriep
2014-08-08 17:47:50 +00:00
Sergey Bylokhov
c3e5433814 6302052: Reference to nonexistant Class in javadoc
Reviewed-by: azvegint, alexsch
2014-08-08 21:46:29 +04:00
Sergey Bylokhov
90f4ae0676 8054431: Some of the input validation in the javasound is too strict
Reviewed-by: azvegint, alexsch
2014-08-08 21:40:46 +04:00
Alexander Scherbatiy
bd7970ecb9 8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
Reviewed-by: serb, pchelko
2014-08-08 16:19:36 +04:00
Alexander Scherbatiy
2d07a3650d 8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
Reviewed-by: serb, pchelko
2014-08-08 16:13:15 +04:00
Alexander Scherbatiy
62bbf50825 8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
Reviewed-by: serb, pchelko
2014-08-08 16:05:52 +04:00
Brent Christian
f3df8c7f97 8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
Reviewed-by: chegar
2014-08-07 14:20:53 -07:00
Erik Gahlin
c231764323 8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
Reviewed-by: jbachorik
2014-08-07 15:16:35 +02:00
Sergey Bylokhov
fad5841384 8054372: Cleanup of com.sun.media.sound packages
Reviewed-by: azvegint, prr
2014-08-07 17:02:48 +04:00
Ivan Gerasimov
e3b86ec908 8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
Reviewed-by: mullan, valeriep
2014-08-07 15:32:23 +04:00
Ivan Gerasimov
b79daf9354 8054221: StringJoiner imlementation optimization
Reviewed-by: martin
2014-08-07 15:07:33 +04:00
Masayoshi Okutsu
d84a697aad 8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
Reviewed-by: naoto, alanb
2014-08-07 13:04:26 +09:00
Alexander Potochkin
f7855341e8 8041982: Use of animated icon in JLayer causes CPU spin
Reviewed-by: alexsch
2014-08-06 21:46:17 +04:00
Sergey Bylokhov
e9a294c5aa 6521706: A switch operator in JFrame.processWindowEvent() should be rewritten
Reviewed-by: azvegint, alexsch
2014-08-06 14:34:16 +04:00
Neil Toda
c14ca481dd 8042469: Launcher changes for native memory tracking scalability enhancement
Reviewed-by: darcy, ksrini, zgu
2014-08-05 19:29:00 -07:00
Ivan Gerasimov
6b6a37ee50 8051382: Optimize java.lang.reflect.Modifier.toString()
Reviewed-by: martin
2014-08-06 02:11:17 +04:00
Phil Race
0c7b59878e 8054371: Need to suppress newly added unchecked cast and conversion in Swing code
Reviewed-by: jgodinez
2014-08-05 14:18:46 -07:00
Phil Race
87529a143b Merge 2014-08-05 12:14:11 -07:00
Sean Mullan
24475b6d8c Merge 2014-08-05 10:01:38 -04:00
Sean Mullan
5b89cb1b70 7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
Reviewed-by: xuelei
2014-08-05 10:00:27 -04:00
Vinnie Ryan
73dee84b56 8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
Reviewed-by: valeriep
2014-08-05 14:29:47 +01:00
Vinnie Ryan
b572fc9aad 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
Reviewed-by: mullan
2014-08-05 13:59:15 +01:00
Alexander Stepanov
ef8a60296e 8052012: move awt automated tests from AWT_Modality to OpenJDK repository - part 5
Reviewed-by: serb
2014-08-05 15:39:05 +04:00
Sergey Bylokhov
36bdb06884 6521727: DefaultTreeCellEditor doesn't implement Serializable
Reviewed-by: azvegint, alexsch
2014-08-05 13:59:50 +04:00
Lana Steuck
25970190d1 Merge 2014-08-04 15:34:12 -07:00
Amy Lu
108bef819d 8054095: No space allowed in platforms string in ProblemList.txt
Reviewed-by: weijun
2014-08-03 20:09:08 +08:00
Pavel Rappo
5731d09e61 8054158: Fix typos in JNDI-related packages
Reviewed-by: rriggs, vinnie
2014-08-01 22:32:51 +01:00
Tim Bell
65ce4d424f Added tag jdk9-b25 for changeset 48b43b7b9e0c 2014-08-01 14:09:19 -07:00
Rob McKenna
c4304d447a 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
Reviewed-by: wetmore, xuelei
2014-08-01 19:44:52 +01:00
Sergey Bylokhov
e75aa4182b 8026497: Font2DTest demo: unused resource files
Reviewed-by: azvegint, bae
2014-08-01 16:26:17 +01:00
Martin Doerr
269f961b6d 8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win]
Reviewed-by: alanb
2014-08-01 15:50:01 +01:00
Rob McKenna
96c0091bde 8031435: Ftp download does not work properly for ftp user without password
Reviewed-by: chegar
2014-08-01 15:36:23 +01:00
Rob McKenna
063b7f5dc9 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
Reviewed-by: rriggs
2014-08-01 15:34:55 +01:00
Pavel Rappo
12b137c7c0 8051991: Flatten VersionHelper hierarchies
Reviewed-by: vinnie
2014-08-01 14:57:15 +01:00
Dmeetry Degrave
140ff9735f 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
Reviewed-by: okutsu
2014-08-01 16:29:46 +04:00
Xue-Lei Andrew Fan
ef6f1e0e2e 8052406: SSLv2Hello protocol may be filter out unexpectedly
Reviewed-by: weijun
2014-08-01 12:05:05 +00:00
Joe Darcy
8bfd74fd09 8039102: Add raw and unchecked lint warnings to build of jdk repository
Reviewed-by: tbell
2014-07-31 17:20:40 -07:00
Neil Toda
8c6d88b327 8044867: Fix raw and unchecked lint warnings in sun.tools.*
Reviewed-by: darcy
2014-07-31 17:01:24 -07:00
Sergey Bylokhov
80e6924c78 7058700: Unexpected exceptions and timeouts in SF2 parser code
Reviewed-by: prr, pchelko
2014-07-31 21:09:52 +01:00
Sergey Bylokhov
11c5292dfc 8033141: Cleanup of sun.awt.X11 package
Reviewed-by: azvegint, pchelko
2014-07-31 23:00:24 +04:00
Joe Darcy
e03cc0d3c2 8054050: Fix stay raw and unchecked lint warnings in core libs
Reviewed-by: lancea, alanb
2014-07-31 11:48:39 -07:00
Phil Race
c8ecef89bb 8052396: Catch exceptions resulting from missing font cmap
Reviewed-by: bae, serb
2014-07-31 11:33:36 -07:00
Alexander Scherbatiy
60a32b2687 8051838: [Findbugs]sun.awt.image.MultiResolutionCachedImage expose internal representation
Reviewed-by: serb, pchelko
2014-07-31 14:28:10 +04:00
Aleksei Efimov
5be9b5e8ec 8032908: getTextContent doesn't return string in JAXP
Reviewed-by: joehw
2014-07-31 11:31:57 +04:00
Lana Steuck
0d6421b218 Merge 2014-07-30 11:49:59 -07:00
Chris Hegarty
343fd87ea8 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
Reviewed-by: rriggs, mduigou
2014-07-30 17:42:18 +01:00
Sergey Bylokhov
984d53cb40 7058697: Unexpected exceptions in MID parser code
Reviewed-by: prr, pchelko
2014-07-30 16:11:47 +04:00
Dmitriy Ermashov
602ce6a6d1 8052408: Move AWT_BAT functional tests to OpenJDK (3 of 3)
Reviewed-by: alexsch
2014-07-30 14:29:36 +04:00
Weijun Wang
c5d6fb2678 8052999: ProblemList update for Unreachable.java
Reviewed-by: xuelei
2014-07-30 15:28:09 +08:00
David Dehaven
2faea92bcf Merge 2014-07-29 13:53:21 -07:00
Anton Melnikov
7e86fa8cbe 8048524: Memory leak in jdk/src/share/native/sun/awt/image/BufImgSurfaceData.c
Reviewed-by: prr, serb
2014-07-30 00:00:22 +04:00
David Dehaven
39082eb3c0 Merge 2014-07-29 09:09:55 -07:00
Dmitry Samersoff
465d2abf4d 8053902: Fix for 8030115 breaks build on Windows and Solaris
Move variable definition to top of function

Reviewed-by: prr
2014-07-29 13:08:27 -07:00
Jaroslav Bachorik
dea2dc0312 8052961: Test "com/sun/tools/attach/StartManagementAgent.java" failing intermittently
Reviewed-by: sla
2014-07-29 15:37:54 +02:00
Joel Borggrén-Franck
27bdc99451 8044629: (reflect) Constructor.getAnnotatedReceiverType() returns wrong value
Update javadoc and align implementation with new spec

Reviewed-by: psandoz
2014-08-12 10:16:58 +02:00
Claes Redestad
ea2632f91d 8054828: TEST_BUG: Typos in java/lang/Long/ParsingTest
Reviewed-by: alanb
2014-08-12 14:57:36 +01:00
Ivan Gerasimov
e11665c8f2 8054841: (process) ProcessBuilder leaks native memory
Reviewed-by: rriggs, alanb
2014-08-12 00:13:57 +04:00
Pavel Rappo
7075a99ae9 8054857: Fix typos in java.lang.** packages
Reviewed-by: alanb
2014-08-11 21:03:59 +01:00
Lana Steuck
cee705c197 Merge 2014-08-11 11:27:24 -07:00
Lance Andersen
75c0916977 8054555: javadoc cleanup for java.sql and javax.sql
Reviewed-by: darcy, igerasim
2014-08-11 14:22:22 -04:00
Lana Steuck
5d86ee1e4e Merge 2014-08-11 11:00:20 -07:00
Mark Sheppard
1db8e112f7 8054118: java/net/ipv6tests/UdpTest.java failed intermittently
Ignore the Teredo interface on windows test machines

Reviewed-by: chegar
2014-08-11 15:34:24 +01:00
Weijun Wang
bbaf4bdb09 6997010: Consolidate java.security files into one file with modifications
Reviewed-by: mullan, erikj
2014-08-11 11:11:55 +08:00
Lana Steuck
5f5c882323 Added tag jdk9-b26 for changeset dca4e4c83da4 2014-08-09 21:27:33 -07:00
Jamil Nimeh
8c2cdfb147 8054366: Broken link in SecureRandom.html
Reviewed-by: xuelei, mullan, wetmore
2014-08-08 14:17:14 -07:00
Alexander Stepanov
035f6b8d1b 8050885: move awt automated tests from AWT_Modality to OpenJDK repository - part 4
Reviewed-by: pchelko
2014-07-29 15:03:05 +04:00
Steve Sides
fe144b6f90 8042284: Add block tags for @return and @param to swing plaf classes
Reviewed-by: prr
2014-07-29 12:55:08 +04:00
Pushan Hinduja
eff10fb399 8050924: Fix doclint missing tag warnings in javax.swing.plaf.basic parts 5b,6b of 7
Fix doclint missing tag warnings

Co-authored-by: Anisha Nagarajan <anisha.nagarajan1@gmail.com>
Reviewed-by: prr
2014-07-29 12:45:24 +04:00
Jaroslav Bachorik
5c80bd2210 8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
Reviewed-by: dholmes, dsamersoff, sspitsyn
2014-07-29 10:06:02 +02:00
Joe Darcy
764a2d8fd8 8030942: Explicitly state floating-point summation requirements on non-finite inputs
Reviewed-by: psandoz
2014-07-28 23:46:03 -07:00
Pavel Rappo
5a7fabe3e0 8051422: Remove JNDI dependency on java.applet.Applet
Reviewed-by: alanb, chegar
2014-07-28 16:24:38 +01:00
Petr Pchelko
0b40742fe1 8051588: DataTransferer.getInstance throws ClassCastException in headless mode
Reviewed-by: serb, alexsch
2014-07-28 19:11:52 +04:00
Petr Pchelko
0fecd77694 8037485: Refactor java.awt.datatransfer to eliminate dependency on AWT
Reviewed-by: alanb, mchung, plevart, serb
2014-07-28 19:02:56 +04:00
Petr Pchelko
97d17a4ea2 8051449: Incorrect parsing of the default flavor mapping
Reviewed-by: serb, alexsch
2014-07-28 18:43:09 +04:00
Artem Malinko
62e5aae84f 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
Reviewed-by: ant, pchelko
2014-07-28 16:09:26 +04:00
Sergey Bylokhov
94f1aff5ba 8035165: Expose internal representation in sun.awt.X11
Reviewed-by: pchelko, prr
2014-07-26 04:02:56 +04:00
Sergey Bylokhov
c18253fc9a 8049057: JNI exception pending in jdk/src/windows/native/sun/windows/
Reviewed-by: pchelko, prr
2014-07-26 03:18:05 +04:00
Tim Bell
7664fa0572 Added tag jdk9-b24 for changeset 83960d9537f6 2014-07-25 15:38:10 -07:00
Jaroslav Bachorik
924b9f9fde 8049194: com/sun/tools/attach/StartManagementAgent.java start failing after JDK-8048193
Reviewed-by: dfuchs, egahlin, olagneau
2014-07-25 15:07:49 +02:00
Weijun Wang
7f8815e010 8051953: Add Unreachable.java test to ProblemList on Windows
Reviewed-by: chegar
2014-07-25 17:11:03 +08:00
Bradford Wetmore
6a2504398e 8044659: Java SecureRandom on SPARC T4 much slower than on x86/Linux
Reviewed-by: mullan
2014-07-24 22:22:43 +01:00
Mike Duigou
ab68202313 8048209: Collections.synchronizedNavigableSet().tailSet(Object,boolean) synchronizes on wrong object
Reviewed-by: psandoz, chegar
2014-07-24 09:01:00 -07:00
Anton Nashatyrev
03e7d91de6 8046495: KeyEvent can not be accepted in quick mouse clicking
Reviewed-by: art, pchelko
2014-07-24 16:06:49 +01:00
Sergey Bylokhov
7dfb61d5ef 6521783: Unnecessary final modifier for a method in a final class
Reviewed-by: pchelko, prr
2014-07-24 17:36:56 +04:00
Valerie Peng
3d60beae0d 8035166: Remove dependency on EC classes from pkcs11 provider
Move the sun.security.ec.ECParameters and its related classes to sun.security.util package.

Reviewed-by: mullan, vinnie
2014-07-23 21:50:21 +00:00
Sergey Bylokhov
9547753bd6 8050852: Javadoc cleanup of javax.sound.midi package
Reviewed-by: pchelko, azvegint
2014-07-23 16:19:26 +04:00
Dmitry Markov
c1b9fd1053 8044614: [macosx] Focus issue with 2 applets in firefox
Reviewed-by: alexsch, pchelko
2014-07-23 15:44:44 +04:00
Alexander Scherbatiy
b1798855c0 8038937: Validate fields on Swing classes deserialization
Reviewed-by: serb, pchelko
2014-07-22 17:17:05 +04:00
Petr Pchelko
a5e2b3c3fb 8032864: [macosx] sigsegv (0Xb) Being Generated When Starting JDev With Voiceover Running
Reviewed-by: anthony, serb
2014-07-22 17:10:50 +04:00
Alexander Scherbatiy
f148110b41 8030051: Check class loaders usage in Swing classes
Reviewed-by: serb, pchelko
2014-07-22 13:23:01 +04:00
Alexander Scherbatiy
8c54642a81 8048720: KSS sun.swing.SwingUtilities2#makeIcon
Reviewed-by: serb, pchelko
2014-07-22 13:14:59 +04:00