Weijun Wang
a4c7971bdb
8024046: Test sun/security/krb5/runNameEquals.sh failed on 7u45 Embedded linux-ppc*
...
Reviewed-by: xuelei
2013-09-09 11:08:20 +08:00
Xue-Lei Andrew Fan
8b9c8247a8
7188657: There should be a way to reorder the JSSE ciphers
...
Reviewed-by: weijun, wetmore
2013-09-07 17:05:22 -07:00
Joel Borggrén-Franck
8007590d3b
5047859: (reflect) Class.getField can't find String[].length
...
Reviewed-by: darcy, mchung
2013-09-06 14:20:12 +02:00
Jaroslav Bachorik
61000f0c4b
6815130: Intermittent ThreadMXBean/Locks.java test failure
...
Preventing stale reads from ThreadExecutionSynchronizer.waiting flag
Reviewed-by: dholmes, mchung, dfuchs
2013-09-06 10:03:16 +02:00
John Rose
37709e3191
8024260: 10 closed/java/lang/invoke/* tests failing after overhaul to MethodHandleInfo
...
Reviewed-by: vlivanov, briangoetz
2013-09-06 00:43:00 -07:00
Vlaidmir Ivanov
a277d40ead
8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError
...
Fix pre-existing 292 bug tickled by combo of nashorn code and MethodHandleInfo changes
Reviewed-by: jrose
2013-09-05 14:58:49 -07:00
Naoto Sato
b1127783de
8023943: Method description fix for String.toLower/UpperCase() methods
...
Reviewed-by: okutsu
2013-09-05 10:14:53 -07:00
Jaroslav Bachorik
ea3200b784
8004179: Few of test/java/lang/management/ThreadMXBean/* tests don't clean up the created threads
...
Just run those tests in "othervm" mode.
Reviewed-by: alanb, dfuchs, sjiang
2013-09-05 14:34:22 +02:00
Jaroslav Bachorik
02d81bbc68
8023464: test/closed/sun/tracing/ProviderProxyTest.java failing
...
Don't rely on assertions when an Exception suits better
Reviewed-by: alanb, dfuchs, sjiang
2013-09-05 13:04:17 +02:00
Robert Field
b5cd24ccc9
8020816: Metafactory crashes on code with method reference
...
8021050: MethodHandleInfo throws exception when method handle is to a method with @CallerSensitive
Fixed by 8008688 - this is a test to confirm the above fixed
Reviewed-by: vlivanov
2013-09-04 19:47:26 -07:00
Xueming Shen
db444fae3e
7186632: NLS t13y issue on jar.properties file
...
To remove the redundant backslash
Reviewed-by: naoto
2013-09-04 12:37:41 -07:00
Xueming Shen
e447689d41
6341345: (spec) Console.reader() should make it clear that the reader requires line termination
...
To clarify the spec
Reviewed-by: alanb
2013-09-04 12:35:22 -07:00
Daniel Fuchs
a0c3d88fba
8019853: Break logging and AWT circular dependency
...
Break logging and AWT circular dependency, which was at the root cause for 8023258 - Logger.getLogger() after ImageIO.read() returns different logger instance
Reviewed-by: mchung, art
2013-09-04 16:22:22 +02:00
Daniel Fuchs
ac101a9d99
6823527: java.util.logging.Handler has thread safety issues
...
Reviewed-by: dholmes, mchung
2013-09-04 15:32:59 +02:00
Alan Bateman
cc84e69bec
8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess
...
Reviewed-by: anthony, art, mchung
2013-09-04 11:40:23 +01:00
Paul Sandoz
0fb014c2b3
8023463: Improvements to HashMap/LinkedHashMap use of bins/buckets and trees (red/black)
...
8012913: LinkedHashMap key/value/entry spliterators should report ORDERED
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou, forax, bchristi, alanb
2013-09-04 09:34:25 +02:00
Clemens Eisserer
24f306c761
7189452: XRender pipeline does ignore source-surface offset for text rendering
...
Reviewed-by: prr, bae
2013-09-01 09:38:03 -07:00
Phil Race
d5c4be9c65
4673406: RFE: Java Printing: Provide a way to display win32 printer driver's dialog
...
Reviewed-by: jgodinez, bae
2013-08-30 10:25:55 -07:00
Jennifer Godinez
9811410a00
8017469: [macosx] Printing problem using ja and zh_CN locales
...
Reviewed-by: prr, jchen
2013-08-30 09:10:30 -07:00
Alexander Scherbatiy
f8b0bf1b23
8022401: [macosx] javax/swing/text/JTextComponent/5074573/bug5074573.java fails
...
Reviewed-by: anthony
2013-08-30 13:28:15 +04:00
Chris Hegarty
369c079b32
Merge
2013-08-30 09:37:29 +01:00
Petr Pchelko
2e5604d06b
8023966: JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame
...
Reviewed-by: anthony, ant
2013-08-30 11:11:53 +04:00
Lana Steuck
98d46c08be
Merge
2013-08-29 16:26:29 -07:00
Dan Xu
ae3b889b67
4792059: test/java/io/pathNames/GeneralSolaris.java fails on symbolic links
...
Exclude the possible usage of linked files or directories in the test
Reviewed-by: alanb
2013-08-29 10:43:46 -07:00
Christine Lu
752e743397
Added tag jdk8-b105 for changeset e92c5abf8936
2013-08-29 09:42:03 -07:00
Staffan Larsen
932c79bc4c
8023786: (jdk) setjmp/longjmp changes the process signal mask on OS X
...
Reviewed-by: dholmes
2013-08-29 11:22:44 +02:00
Erik Helin
ef64db06e2
8014659: NPG: performance counters for compressed klass space
...
Reviewed-by: jmasa, sla
2013-08-29 11:08:42 +02:00
Lana Steuck
e1e880abee
Merge
2013-09-22 20:21:11 -07:00
Ivan Gerasimov
06571ae862
8023130: (process) ProcessBuilder#inheritIO does not work on Windows
...
Reviewed-by: alanb, martin
2013-09-23 04:05:42 +01:00
Lana Steuck
170f727b62
Merge
2013-09-20 19:15:59 -07:00
Paul Sandoz
57f84d8637
8024341: j.u.regex.Pattern.splitAsStream() doesn't correspond to split() method if using an example from the spec
...
Reviewed-by: alanb
2013-09-20 17:11:32 -07:00
Brian Burkhalter
ca9e74c63d
8024331: j.u.Map.computeIfPresent() default/nondefault implementations don't throw NPE if the remappingFunction is null and the key is absent
...
Explicitly check for null remappingFunction parameter.
Reviewed-by: mduigou, forax, psandoz
2013-09-20 15:12:05 -07:00
Doug Lea
851fd0447e
8024253: ThreadLocal random can use SecureRandom for the initial seed
...
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Reviewed-by: psandoz, chegar, alanb
2013-09-20 11:07:06 -07:00
Staffan Larsen
fdef74ade2
7200277: [parfait] potential buffer overflow in npt/utf.c
...
Reviewed-by: dsamersoff, dcubed
2013-09-20 16:40:32 +02:00
Alexander Zuev
e5fa00ffb5
8025076: Fix for JDK-8017248 breaks jprt submission for non-unicode locales
...
Reviewed-by: naoto, ksrini
2013-09-20 17:56:54 +04:00
Staffan Larsen
a066da5d4d
8024416: TESTBUG: com/sun/jdi/MethodEntryExitEvents.java: method entry count mismatch
...
Reviewed-by: dcubed
2013-09-20 10:15:02 +02:00
Staffan Larsen
6de8695342
8024985: com/sun/jdi/StepTest.java failed since jdk8b107
...
Reviewed-by: dcubed
2013-09-20 10:14:35 +02:00
Paul Sandoz
0f59d418d8
8024405: Spliterators.spliterator should support CONCURRENT characteristic
...
Reviewed-by: martin
2013-09-19 20:41:54 -07:00
Paul Sandoz
3a559a7ea0
8025002: "".codePoints().sorted().iterator().hasNext() causes NegativeArraySizeException
...
Reviewed-by: henryjen, alanb
2013-09-18 10:49:34 -07:00
Xueming Shen
6ea068de3a
8023113: tools/jar/ChangeDir.java fails if /tmp/a exists
...
Updated the test case
Reviewed-by: alanb
2013-09-19 10:06:30 -07:00
Peter Levart
c7759dc643
8011940: java.lang.Class.getAnnotations() always enters synchronized method
...
Reviewed-by: jfranck, chegar, psandoz, shade
2013-09-19 16:14:13 +02:00
Alexander Zuev
100b98aafa
8017248: Compiler Diacritics Issue
...
Reviewed-by: naoto
2013-09-19 17:04:45 +04:00
Eric Wang
8290ada96c
8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
...
Reviewed-by: chegar, alanb
2013-09-18 15:13:10 +01:00
Weijun Wang
ac8db73a7c
8011402: Move blacklisting certificate logic from hard code to data
...
Reviewed-by: erikj, mullan
2013-09-18 21:37:45 +08:00
Alan Bateman
2785e7d00a
8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
...
Co-authored-by: Norman Maurer <nmaurer@redhat.com>
Reviewed-by: alanb, coffeys
2013-09-18 14:10:24 +01:00
Weijun Wang
5ae304e238
8012615: Realm.getRealmsList returns realms list in wrong
...
Reviewed-by: valeriep, xuelei
2013-09-18 18:22:49 +08:00
Shanliang Jiang
81cd0a8738
8023954: MBean*Info.equals: throw NPE
...
Reviewed-by: dfuchs, dholmes
2013-09-18 08:51:23 +02:00
Paul Sandoz
6c97499183
8023155: Ensure functional consistency across Random, ThreadLocalRandom, SplittableRandom
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: mduigou
2013-08-28 22:11:14 +02:00
Xueming Shen
54b7d41e69
8023713: ZipFileSystem crashes on old zip file
...
To handle extra data field copy correctly even the extra data does not follow the spec
Reviewed-by: alanb, martin, chegar
2013-08-28 09:46:55 -07:00
Lana Steuck
b069788f24
Merge
2013-08-28 08:59:50 -07:00
Alan Bateman
188f6e49f5
8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
...
Reviewed-by: chegar
2013-08-28 15:50:03 +01:00
Sergey Malenkov
0628977a7a
6968363: ClassCastException while entering HINDI characters with CustomDocument
...
Reviewed-by: alexsch
2013-08-28 17:32:25 +04:00
Pete Brunet
25d12a300b
8011955: Lunar screen reader crashes intermittently in WindowsAccessBridge-32.DLL
...
6995891: JAWS will occasionally stop speaking focused objects as user TABs -> problem with message queue
8014738: Combobox menu items are not announced with JAWS
8011938: Java Ferret example corrupts JCombobox of the running application
8012011: JAB 2.0.2 incompletely shows kbd accelerator in menus
8022966: Java Access Bridge no longer usable with screen magnifiers
Reviewed-by: raginip, tbell, erikj, art
2013-08-28 17:25:35 +04:00
Martin Buchholz
ce3943d27d
8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException
...
Reviewed-by: wetmore, alanb
2013-08-28 14:07:30 +01:00
Lana Steuck
a9582521c6
Merge
2013-08-27 21:46:00 -07:00
Sergey Malenkov
e304fd35a0
8022398: javax/swing/JFileChooser/8013442/Test8013442.java fails
...
Reviewed-by: alexsch
2013-08-27 13:37:38 +04:00
Sergey Malenkov
6dd078f94a
8021379: JFileChooser Create New Folder button enabled in write proteced directory
...
Reviewed-by: alexsch
2013-08-27 13:13:32 +04:00
Sergey Malenkov
6018c4e07f
7195179: ClassCastException for null values in JComboBox
...
Reviewed-by: alexsch
2013-08-27 12:53:46 +04:00
David Katleman
4635118ccb
Merge
2013-08-26 17:36:10 -07:00
Dmitry Markov
670c332996
8023474: First mousepress doesn't start editing in JTree
...
Reviewed-by: alexp, anthony
2013-08-26 17:21:48 +04:00
Lana Steuck
03e8d7b04d
Merge
2013-08-23 14:14:05 -07:00
Sergey Malenkov
a7e60f4913
7080613: java.beans.DefaultPersistenceDelegate.instantiate(..) doesn't throw NPE
...
Reviewed-by: alexsch
2013-08-23 19:29:39 +04:00
Chris Hegarty
8a04810f35
Merge
2013-08-23 12:32:18 +01:00
Vadim Pakhnushev
9e84a85d64
8023052: JVM crash in native layout
...
Reviewed-by: bae, prr
2013-08-23 14:13:38 +04:00
Omair Majid
4a2acff75d
8023480: Create a jvm.cfg for zero on 32 bit architectures
...
Reviewed-by: dholmes, erikj
2013-08-22 16:00:13 -04:00
Sergey Malenkov
df7849845e
7057769: JScrollBar spec should specify that unit increment & decrement functionality may not be present
...
Reviewed-by: alexsch
2013-08-22 21:05:11 +04:00
Christine Lu
4bbc8e3230
Added tag jdk8-b104 for changeset 805046a40f61
2013-08-22 09:10:13 -07:00
Sergey Malenkov
eaece57c8d
8023536: Some regression tests have a wrong header
...
Reviewed-by: alexsch
2013-08-22 17:17:25 +04:00
Henry Jen
1d19a4f5df
8023528: Rename Comparator combinators to disambiguate overloading methods
...
Reviewed-by: mduigou, smarks
2013-08-21 20:41:35 -07:00
Xueming Shen
d912aa501e
8023647: "abc1c".matches("(\\w)+1\\1")) returns false
...
To correct the wrong GroupCurly group index backoff code
Reviewed-by: alanb
2013-08-27 12:54:44 -07:00
Henry Jen
b87db568f0
8023275: Wrapping collections should override default methods
...
Reviewed-by: mduigou, psandoz
2013-08-26 22:32:50 -07:00
Joe Darcy
ab9f31ab53
8023827: Fix doclint issues in javax.net.ssl
...
Reviewed-by: wetmore, xuelei
2013-08-27 11:46:25 -07:00
Sean Mullan
cff35761aa
Merge
2013-08-27 12:27:31 -04:00
Sean Mullan
4520fbf983
8019830: Add com.sun.media.sound to the list of restricted package
...
Reviewed-by: vinnie
2013-08-27 12:04:32 -04:00
Sean Mullan
05f2952a67
8023769: JDK-8016850 broke the old build
...
Remove files that were moved/removed from com/sun/security/auth/FILES_java.gmk
Reviewed-by: chegar, xuelei
2013-08-27 10:46:03 -04:00
Weijun Wang
c5fd247e16
8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file
...
Reviewed-by: sherman
2013-08-27 17:50:55 +08:00
Weijun Wang
849788a425
8015669: KerberosPrincipal::equals should ignore name-type
...
Reviewed-by: mullan
2013-08-27 17:50:52 +08:00
Lana Steuck
00055f4ba9
Merge
2013-08-26 22:18:48 -07:00
Lana Steuck
ff0005f62f
Merge
2013-08-26 14:53:15 -07:00
Paul Sandoz
231a351a47
8020292: j.u.SplittableRandom
...
Co-authored-by: Guy Steele <guy.steele@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: mduigou
2013-08-26 22:55:03 +02:00
Bill Pittore
5c937b723c
8014135: The JVMTI specification does not conform to recent changes in JNI specification
...
Added support for statically linked agents
Reviewed-by: alanb, sspitsyn, bobv, coleenp
2013-08-26 11:27:48 -04:00
Ivan Gerasimov
86af118ec0
8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
...
Reviewed-by: alanb, chegar
2013-08-26 18:26:35 +04:00
Roger Riggs
e0b682f2d8
8011944: Sort fails with ArrayIndexOutOfBoundsException
...
Increase the size of pending stack and add test cases
Reviewed-by: alanb
2013-08-26 11:46:05 -04:00
Doug Lea
56dbd896c3
8023234: StampedLock serializes readers on writer unlock
...
Sync-up the fix from jsr166 CVS, signal more readers on writer unlock
Reviewed-by: martin, shade
2013-08-26 17:50:34 +04:00
Joel Borggrén-Franck
d4b28471ff
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
...
Reviewed-by: darcy, vromero, psandoz
2013-08-26 13:38:14 +02:00
Ivan Gerasimov
910d9b815c
7129312: BufferedInputStream calculates negative array size with large streams and mark
...
Reviewed-by: alanb
2013-08-25 23:20:59 +04:00
Yiming Wang
423284cd20
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
...
Reviewed-by: alanb
2013-08-26 10:01:27 +01:00
Brian Burkhalter
6c5c2d745a
6378503: In java.math.BigDecimal, division by one returns zero
...
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result
Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero()
Reviewed-by: darcy, martin
2013-08-23 14:15:54 -07:00
Daniel Fuchs
6d2de008d7
8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
...
Reviewed-by: mchung, lancea
2013-08-23 20:59:34 +02:00
Brian Burkhalter
ff7c51cd18
6470700: Math.random() / Math.initRNG() uses "double checked locking"
...
Replace class Random variable with a static final holder class
Reviewed-by: alanb, mduigou, chegar
2013-08-22 13:32:22 -07:00
Erik Gahlin
3cd2e9e099
6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
...
Reviewed-by: alanb, jbachorik
2013-08-21 17:17:45 +02:00
Erik Gahlin
422a4d5bc7
6417649: -interval=0 is accepted and jconsole doesn't update window content at all
...
Reviewed-by: alanb, jbachorik
2013-08-21 17:15:44 +02:00
Stuart Marks
edd19c0f39
8022445: fix RMISocketFactory example to avoid using localhost
...
Reviewed-by: chegar, alanb
2013-08-22 15:54:50 -07:00
Lana Steuck
403562720b
Merge
2013-08-20 17:44:18 -07:00
Lana Steuck
317c27e0d6
Merge
2013-08-20 17:38:56 -07:00
Lana Steuck
aa8a574989
Merge
2013-08-20 17:35:15 -07:00
Peter Levart
75a8f58cd1
8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
...
Reviewed-by: alanb, jfranck
2013-08-20 14:13:59 +02:00
Dan Xu
31584b6b19
8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
...
Reviewed-by: alanb
2013-08-22 11:43:18 -07:00
Joe Darcy
b3961cb6be
8023587: Fix lone remaining doclint issue in java.util.regex
...
Reviewed-by: jjg
2013-08-22 09:40:36 -07:00
Staffan Larsen
138561d596
8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
...
Reviewed-by: ysr
2013-08-22 08:28:53 +02:00
Xue-Lei Andrew Fan
cac8b88f48
8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
...
Reviewed-by: weijun
2013-08-21 19:44:35 -07:00
Ben Evans
c9443a8346
8016846: Pattern.splitAsStream tests required
...
Reviewed-by: alanb, psandoz
2013-08-20 14:23:32 -07:00
Mike Duigou
629de57fe8
8023395: Remove sun.misc.Sort and sun.misc.Compare
...
Reviewed-by: alanb, smarks, darcy, mr
2013-08-21 12:03:28 -07:00
Mike Duigou
8a3c65febe
8023306: Add replace() implementations to TreeMap
...
Reviewed-by: psandoz, alanb, chegar, bpb
2013-08-21 12:03:19 -07:00
Staffan Larsen
01ba926ba1
8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
...
Reviewed-by: chegar, mgronlun
2013-08-21 17:19:46 +02:00
David Holmes
7568ce7481
8023460: OPENJDK build fails due to missing jfr.jar
...
Reviewed-by: alanb
2013-08-21 05:56:46 -04:00
Attila Szegedi
ab53c30753
8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
...
Reviewed-by: sundar, sla
2013-08-20 11:15:08 +02:00
Paul Sandoz
906bb894db
8023367: Collections.emptyList().sort((Comparator)null) throws NPE
...
Reviewed-by: alanb, mduigou
2013-08-20 17:36:15 +02:00
Staffan Larsen
e838e31768
8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
...
Reviewed-by: alanb
2013-08-20 16:53:27 +02:00
David Holmes
0c815d1360
8023311: Clean up profile-includes.txt
...
Reviewed-by: alanb
2013-08-20 03:18:56 -04:00
Staffan Larsen
073cd1d632
8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine
...
Reviewed-by: erikj, sspitsyn
2013-08-20 08:59:15 +02:00
Xue-Lei Andrew Fan
92f9b54cd3
8023230: The impl of KerberosClientKeyExchange maybe not exist
...
Reviewed-by: weijun
2013-08-19 18:49:36 -07:00
Xue-Lei Andrew Fan
2e2313ef87
8020842: IDN do not throw IAE when hostname ends with a trailing dot
...
Reviewed-by: weijun, michaelm
2013-08-19 17:42:39 -07:00
Sean Mullan
d2f2e6fd41
8016850: JCK javax.security.auth.Policy tests fail when run in Profiles mode
...
Move default javax.security.auth.Policy implementation to compact1 profile
Reviewed-by: vinnie
2013-08-19 17:17:17 -04:00
Dan Xu
aa90f3b312
8023203: Wrap RandomAccessFile.seek native method into a Java helper method
...
Reviewed-by: alanb, chegar
2013-08-19 12:38:56 -07:00
Jennifer Godinez
c2aba135c2
8022241: [macosx] [PIT] lookupPrintServices() returns one too long array
...
Reviewed-by: prr, jchen
2013-08-19 11:21:19 -07:00
Erik Joelsson
c130ed3660
8023231: Remove comma from jtreg bug line
...
Reviewed-by: alanb, chegar
2013-08-19 14:48:08 +02:00
Erik Gahlin
910c4e1d34
7042707: Un-needed mnemonic in JConsole resource file
...
Reviewed-by: mfang, jbachorik
2013-08-19 13:11:03 +02:00
Erik Gahlin
1d3c8aa708
6800801: NPE in JConsole when using Nimbus L&F
...
Reviewed-by: alanb, sjiang
2013-08-19 16:41:21 +02:00
Erik Gahlin
99f960f2ef
6417721: Thread list should not allow multiple selection
...
Reviewed-by: alanb, jbachorik, sjiang
2013-08-19 16:21:49 +02:00
Phil Race
1dd31aff63
8017580: Crash in font loading code on Linux (due to use of reflection)
...
Reviewed-by: bae, vadim
2013-08-19 03:58:47 -07:00
Erik Gahlin
bf1e11707b
6358357: Division by zero in Threads tab when shrinking jconsole window
...
Reviewed-by: mchung, leifs, jbachorik
2013-08-19 12:57:17 +02:00
Alan Bateman
0e8b101643
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
...
Reviewed-by: lancea, mduigou
2013-08-21 09:59:12 +01:00
Erik Joelsson
73ddb82395
8022719: tools/launcher/RunpathTest.java fails after 8012146
...
Reviewed-by: chegar
2013-08-19 12:30:48 +02:00
Anthony Scarpino
a29db3a5b8
8022896: test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java fails
...
Reviewed-by: mullan
2013-08-16 12:31:57 -07:00
Sergey Bylokhov
88cb86076a
8005980: [findbugs] More com.sun.media.sound.* warnings
...
Reviewed-by: art, prr
2013-08-16 21:18:21 +04:00
Sergey Bylokhov
0b736d6f91
8006085: [findbugs] a warning on javax.sound.sampled.DataLine$Info constructor
...
Reviewed-by: art, prr
2013-08-16 20:56:46 +04:00
Sergey Bylokhov
79a458c3d4
8020051: [TEST_BUG] Testcase for 8004859 has a typo
...
Reviewed-by: anthony
2013-08-16 16:52:53 +04:00
Vadim Pakhnushev
f09520a064
8013446: [parfait] Memory leak in jdk/src/windows/native/sun/java2d/opengl/WGLSurfaceData.c
...
Reviewed-by: bae, prr
2013-08-16 15:57:28 +04:00
Jennifer Godinez
bce847b2be
8023045: [MacOSX] PrinterIOException when printing a JComponent
...
Reviewed-by: bae, jchen
2013-08-15 11:56:33 -07:00
Christine Lu
b6b9364384
Added tag jdk8-b103 for changeset 49d8688ac040
2013-08-15 09:25:49 -07:00
Anton Litvinov
78ee0b6ff2
7191018: Manual test closed/java/awt/JAWT causes JVM to crash starting from JDK 5
...
Reviewed-by: anthony, serb
2013-08-15 14:20:09 +04:00
Leonid Romanov
1aa32ce1d0
8022997: [macosx] Remaining duplicated key events
...
Reviewed-by: anthony, serb
2013-08-15 01:17:30 +04:00
Anthony Scarpino
6b3b53caa1
8022669: OAEPParameterSpec does not work if MGF1ParameterSpec is set to SHA2 algorithms
...
Reviewed-by: mullan
2013-08-14 10:50:52 -07:00
Petr Pchelko
f996af2115
7173464: Clipboard.getAvailableDataFlavors: Comparison method violates contract
...
Reviewed-by: anthony, art, serb
2013-08-14 17:20:09 +04:00
Petr Pchelko
6a28f9e6fb
8013454: [parfait] Memory leak in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
...
8012079: [parfait] possible null pointer dereference in jdk/src/windows/native/sun/windows/awt_Font.cpp
Reviewed-by: art, serb
2013-08-14 16:17:28 +04:00
Weijun Wang
9b8991f944
8022931: Enhance Kerberos exceptions
...
Reviewed-by: xuelei, ahgross
2013-08-14 15:25:16 +08:00
Chris Hegarty
60e31c0960
Merge
2013-08-15 21:44:35 +01:00
Kumar Srinivasan
73aa07b6c5
8021355: REGRESSION: Five closed/java/awt/SplashScreen tests fail since 7u45 b01 on Linux, Solaris
...
Reviewed-by: dholmes, anthony, ahgross, erikj
2013-08-14 10:17:57 -07:00
Lana Steuck
d2e96c4350
Merge
2013-08-13 15:49:37 -07:00
Lana Steuck
ffc0068a0c
Merge
2013-08-13 10:42:37 -07:00
Konstantin Perikov
36197b96c2
7027045: (doc) java/awt/Window.java has several typos in javadoc
...
Reviewed-by: art, serb
2013-08-13 15:41:55 +04:00
Paul Sandoz
e77f64d8dd
8022797: Clarify spliterator characteristics for collections containing no elements
...
Reviewed-by: alanb, mduigou
2013-08-13 11:16:37 +02:00
Paul Sandoz
ea67b80891
8022898: java/util/Spliterator/SpliteratorCollisions.java fails in HashableIntSpliteratorWithNull data provider
...
Reviewed-by: henryjen, alanb, rriggs
2013-08-16 12:46:39 +02:00
Paul Sandoz
772a828f73
8012940: More than 50 tests failed in Serialization/DeSerialization testing (test-mangled)
...
Reviewed-by: ksrini
2013-08-16 12:46:30 +02:00
Paul Sandoz
3c90e54214
8023150: java/util/stream tests no longer compiling following JDK-8019401
...
Reviewed-by: alanb
2013-08-16 12:29:58 +02:00
Christian Thalinger
53b5f75095
8022066: Evaluation of method reference to signature polymorphic method crashes VM
...
Reviewed-by: jrose
2013-08-12 13:47:21 -07:00
Brian Goetz
4030ed819b
8019401: Collectors.collectingAndThen
...
Reviewed-by: mduigou
2013-08-12 12:06:50 -04:00
Dan Xu
d2956c2e8d
8017109: Cleanup overrides warning in src/solaris/classes/sun/print/AttributeClass.java
...
Reviewed-by: jgodinez
2013-08-15 14:11:16 -07:00
Dan Xu
bcc5da3b77
4858457: File.getCanonicalPath() throws IOException when invoked with "nul" (win)
...
Reviewed-by: alanb
2013-08-15 12:36:50 -07:00
Vinnie Ryan
05ecc7021a
Merge
2013-08-15 19:56:53 +01:00
Vinnie Ryan
f8f33c852c
8023108: Remove ShortRSAKey1024.sh from ProblemList.txt
...
Reviewed-by: mullan
2013-08-15 19:49:08 +01:00
Xueming Shen
bb69156c80
7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException
...
To add the throws clause
Reviewed-by: alanb, chegar
2013-08-15 10:41:59 -07:00
Chris Hegarty
126c55f2cb
8022126: Remove throws SocketException from DatagramPacket constructors accepting SocketAddress
...
Reviewed-by: smarks, alanb, michaelm, darcy
2013-08-15 15:16:31 +01:00
Doug Lea
fc8b2309b8
8023104: ConcurrentHashMap typo
...
Reviewed-by: chegar, mduigou
2013-08-15 15:04:59 +01:00
Doug Lea
ad2505a669
8023103: FJ parallelism zero
...
8020537: java/util/concurrent/forkjoin/ThrowingRunnable.java
Reviewed-by: chegar, mduigou, alanb
2013-08-15 15:01:37 +01:00
Ivan Gerasimov
d72491e426
8022584: Memory leak in some NetworkInterface methods
...
Reviewed-by: alanb, dholmes, chegar, michaelm
2013-08-13 13:04:21 +04:00
Yiming Wang
ab37de55bf
8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently
...
Reviewed-by: chegar, dholmes, alanb
2013-08-15 13:42:45 +01:00
Alan Bateman
9aceb41d6d
8022921: Remove experimental Profile attribute
...
Reviewed-by: mchung, chegar
2013-08-15 11:54:05 +01:00
Yong Jeffrey Huang
e87a2bddaf
8021121: ISO 4217 Amendment Number 156
...
Reviewed-by: naoto
2013-08-14 22:49:54 -07:00
Bradford Wetmore
0ffa9efb22
8023075: JDK-5049299 has broken old make in jdk8
...
Reviewed-by: katleman
2013-08-14 19:19:43 -07:00
Brian Burkhalter
10673cfe8c
8022109: Evaluate adding incrementExact, decrementExact, negateExact to java.lang.Math
...
Add the methods for parameter types int and long.
Reviewed-by: mduigou
2013-08-12 10:35:44 -07:00
Xueming Shen
bc17f4b068
8022178: System.console() throws IOE on some Windows
...
To remove the IOE throwing code
Reviewed-by: alanb
2013-08-14 11:42:59 -07:00
Joe Darcy
57b04c9183
8022990: Fix dep_ann lint warnings in swing code
...
Reviewed-by: alexsch
2013-08-14 11:26:32 -07:00
Kumar Srinivasan
ec7c598299
8022547: [verifier] move DefaultMethodRegressionTests.java to jdk
...
Reviewed-by: acorn
2013-08-14 08:12:36 -07:00
Coleen Phillimore
8609d34dbe
Merge
2013-08-14 10:14:06 -04:00
Lana Steuck
d4db347ba0
Merge
2013-08-13 18:33:25 -07:00
Rob McKenna
c6247493d0
5049299: (process) Use posix_spawn, not fork, on S10 to avoid swap exhaustion
...
Reviewed-by: alanb, dholmes, martin, erikj, coffeys
2013-08-13 19:10:54 +01:00
Joe Darcy
42953c89cf
8022959: Fix new doclint issues in java.util.zip
...
Reviewed-by: chegar
2013-08-13 10:12:03 -07:00
Harold Seigel
1130c56f81
8022259: MakeClasslist is buggy and its README is out of date
...
Fixed bug in FOR loop and updated comments and README
Reviewed-by: dholmes, alanb
2013-08-13 10:56:13 -04:00
Sean Mullan
24bf261e1c
Merge
2013-08-13 10:07:56 -04:00
Sean Mullan
58783bd353
8022897: Add test/com/sun/crypto/provider/Cipher/RSA/TestOAEPPadding.java to ProblemList
...
Reviewed-by: vinnie, chegar
2013-08-13 10:06:48 -04:00
Daniel Fuchs
91e6f28796
8019948: java/util/logging/bundlesearch/ResourceBundleSearchTest.java is failing intermittently
...
Reviewed-by: mchung, dholmes
2013-08-13 16:00:44 +02:00
Amy Lu
10ba495eaf
8022779: ProblemList.txt updates (8/2013)
...
Update ProblemList and remove AggressiveOpts MOAT test run
Reviewed-by: chegar, alanb
2013-08-13 14:57:12 +01:00
Timothy Buktu
e3b61c033b
8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero
...
Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend.
Reviewed-by: alanb, bpb
2013-08-12 16:21:10 -07:00
Vinnie Ryan
f0836f6924
Merge
2013-08-13 14:18:57 +01:00
Vinnie Ryan
f537c82bab
8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null
...
Reviewed-by: mullan
2013-08-13 14:15:03 +01:00
Lance Andersen
d12a32baab
8022753: SQLXML javadoc example typo
...
Reviewed-by: alanb, mchung
2013-08-12 16:09:24 -04:00
Mani Sarkar
4f76f09719
8022749: Convert junit tests to testng in test/java/lang/invoke
...
Reviewed-by: mduigou, alanb
2013-08-12 12:11:04 -07:00
Anthony Scarpino
7adae55d1d
8020081: Cipher with OAEPPadding and OAEPParameterSpec can't be created
...
Reviewed-by: mullan
2013-08-12 11:25:42 -07:00
Vicente Romero
d0479145f3
8015780: java/lang/reflect/Method/GenericStringTest.java failing
...
Reviewed-by: darcy, jfranck
2013-08-12 17:40:14 +01:00
Sergey Bylokhov
ac42104fef
8021275: Better screening for ScreenMenu
...
Reviewed-by: art
2013-08-12 19:57:21 +04:00
Sean Mullan
4478af167f
Merge
2013-08-12 09:29:06 -04:00
Sean Mullan
bb0b967894
8016848: javax_security/auth/login tests fail in compact 1 and 2 profiles
...
Change the default value of the "login.configuration.provider" security property to sun.security.provider.ConfigFile
Reviewed-by: xuelei
2013-08-12 09:03:51 -04:00
Paul Sandoz
1f2ba9f228
8024182: test/java/util/Arrays/SetAllTest.java fails to compile due to recent compiler changes
...
Use explicit lambda due to javac simplfying rules for overload resolution with implicit lambdas
Reviewed-by: alanb, mduigou
2013-08-12 12:22:10 +02:00
John Rose
59440ee0be
8008688: Make MethodHandleInfo public
...
A major overhaul to MethodHandleInfo and method handles in general.
Reviewed-by: vlivanov, twisti
2013-09-03 21:42:56 -07:00
David Holmes
7fc1c28757
8024140: [TESTBUG] Profile based regression test groups for jdk repo
...
Reviewed-by: alanb, chegar
2013-09-03 23:47:27 -04:00
Henry Jen
25af2121aa
8023997: j.l.String.join(java.lang.CharSequence, java.lang.Iterable) sample doesn't compile and is incorrect
...
Reviewed-by: alanb
2013-09-03 16:05:45 -07:00
Sean Coffey
e1619bcf81
8017195: Introduce option to setKeepAlive parameter on CORBA sockets
...
Reviewed-by: chegar, msheppar
2013-09-03 22:37:07 +01:00
Brian Goetz
7bc062de1d
8017513: Support for closeable streams
...
8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification
8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed
BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream
Reviewed-by: alanb, mduigou, psandoz
2013-09-03 12:16:01 -07:00
Henry Jen
45d26c9571
8024178: Difference in Stream.collect(Collector) methods located in jdk8 and jdk8-lambda repos
...
Reviewed-by: mduigou
2013-09-03 11:44:34 -07:00
Brian Goetz
f7b61b93f1
8022176: Weaken contract of java.lang.AutoCloseable
...
Reviewed-by: alanb, martin, mduigou, psandoz
2013-08-28 14:13:03 -07:00
Mike Duigou
9b5513a8e8
8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
...
Reviewed-by: alanb, mchung
2013-09-03 11:29:12 -07:00
Erik Gahlin
f4dda09731
7172176: java/jconsole test/sun/tools/jconsole/ImmutableResourceTest.sh failing
...
Reviewed-by: mchung, mfang
2013-09-02 16:03:34 +02:00
Daniel Fuchs
b81e7785d1
8016127: NLS: logging.properties translatability recommendation
...
8024131: Issues with cached localizedLevelName in java.util.logging.Level
This fix updates logging.properties resource bundles to follow internationalization guidelines. It also fixes a caching issue with localizedLevelName. The regression test that was added needs both fixes to pass.
Reviewed-by: mchung, alanb
2013-09-02 18:28:50 +02:00
Chris Hegarty
ff0317b098
8024103: AtomicLongArray getAndAccumulate/accumulateAndGet have int type for new value arg
...
Reviewed-by: alanb, psandoz
2013-09-02 14:02:35 +01:00
Xue-Lei Andrew Fan
1cff90b335
8024068: sun/security/ssl/javax/net/ssl/ServerName/IllegalSNIName.java fails
...
Reviewed-by: weijun
2013-09-01 20:00:03 -07:00
Dan Xu
d6854baa4e
8023765: Improve MaxPathLength.java testcase and reduce its test load
...
7160013: java/io/File/MaxPathLength.java fails
Reviewed-by: alanb
2013-08-30 16:45:45 -07:00
Shanliang Jiang
dbca0a2b85
6566891: RMIConnector: map value referencing map key in WeakHashMap prevents map entry to be removed
...
Reviewed-by: egahlin, jbachorik, dfuchs, dholmes
2013-08-30 12:49:41 +02:00
Xue-Lei Andrew Fan
cd65f6f973
8023881: IDN.USE_STD3_ASCII_RULES option is too strict to use Unicode in IDN.toASCII
...
Reviewed-by: michaelm
2013-08-29 18:58:18 -07:00