Commit Graph

7784 Commits

Author SHA1 Message Date
Sergey Bylokhov
a854dc1181 6230360: Spelling mistake in documentation for AWT: 1.4, 1.5, 1.6, 1.7
Reviewed-by: malenkov, art
2013-07-29 16:57:46 +04:00
Lana Steuck
dd364409e2 Merge 2013-07-26 17:12:05 -07:00
Lana Steuck
6a0da744f9 Merge 2013-07-26 15:46:18 -07:00
Jennifer Godinez
82abf9473e 8016343: [macosx] Print job goes to default printer regardless of chosen printer
Reviewed-by: jchen, prr
2013-07-26 15:25:12 -07:00
Lana Steuck
1619b516b6 Merge 2013-07-26 15:19:30 -07:00
Jennifer Godinez
288fefed14 8020208: NullPointerException at sun.print.Win32PrintService.getMediaPrintables
Reviewed-by: jchen, prr
2013-07-26 15:08:49 -07:00
Sergey Bylokhov
4a42ba3816 7190349: [macosx] Text (Label) is incorrectly drawn with a rotated g2d
8013569: [macosx] JLabel preferred size incorrect on retina displays with non-default font size

Reviewed-by: prr
2013-07-26 21:18:42 +04:00
Leonid Romanov
b146ea38dd 8007267: [macosx] com.apple.eawt.Application.setDefaultMenuBar is not working
Reviewed-by: anthony, serb
2013-07-26 16:22:29 +04:00
Andrew Brygin
969c84555e 8019201: Regression: java.awt.image.ConvolveOp throws java.awt.image.ImagingOpException
Reviewed-by: prr
2013-07-25 17:14:39 +04:00
Christine Lu
b56fd2a459 Added tag jdk8-b100 for changeset d7b96032a966 2013-07-25 03:19:11 -07:00
Johnny Chen
a79be71e3a 8005126: [parfait] #418 - #428 XRBackendNative.c Integer overflow
Reviewed-by: prr, vadim
2013-07-24 13:05:03 -07:00
Johnny Chen
ae6e0e250d 8011709: [parfait] False positive: memory leak in jdk/src/share/native/sun/font/layout/CanonShaping.cpp
Reviewed-by: jgodinez, prr
2013-07-24 12:40:26 -07:00
Sergey Bylokhov
48c46af177 8017189: [macosx] AWT program menu disabled on Mac
Reviewed-by: leonidr, anthony
2013-07-24 17:14:45 +04:00
Vadim Pakhnushev
beb3d4af9f 8008782: NPE in TrueTypeGlyphMapper
Reviewed-by: bae, prr
2013-07-24 13:38:17 +04:00
Rickard Bäckman
763f24fbb9 8006324: [TEST_BUG] sun/invoke/util/ValueConversionsTest.java should be modified
Reviewed-by: kvn, twisti
2013-07-24 10:57:02 +02:00
Brian Burkhalter
0aa76a2c72 8020539: Clean up doclint problems in java.util package, part 2
Clean up doclint errors and warnings in classes in java.util

Reviewed-by: darcy, chegar
2013-07-30 10:35:06 -07:00
Paul Sandoz
ee1343b38a 8021883: j.u.Random/RandomStream.java test needs more robust timeout duration
Reviewed-by: chegar
2013-07-30 14:03:25 +01:00
Paul Sandoz
980e8cff6f 8021863: Stream.concat incorrectly calculates unsized state
Reviewed-by: chegar
2013-07-30 11:32:26 +01:00
Henry Jen
e8e95eec3a 8020977: StringJoiner merges with itself not as expected
Reviewed-by: psandoz, chegar, mduigou, smarks
2013-07-30 15:47:35 -07:00
Roger Riggs
b7c322c198 8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing
Correct to use fixed locale, not locale of test environment

Reviewed-by: alanb, okutsu
2013-07-30 14:43:19 -07:00
Jason Uh
3e4d534e16 8021833: javadoc cleanup in java.net
<code> and <tt> converted to {@code }; package.html to package-info.java

Reviewed-by: darcy, chegar
2013-07-30 11:04:19 -07:00
Petr Pchelko
a98d595162 7184951: [macosx] Exception at java.awt.datatransfer on headless mode (only in GUI session)
Reviewed-by: art, anthony
2013-07-23 13:09:44 +04:00
Lana Steuck
ee1b9621d9 Merge 2013-07-22 17:37:15 -07:00
Phil Race
19aa94ea70 7196866: CTW fails on all Solaris platforms
Reviewed-by: prr, jrose, twisti, kvn
2013-07-22 12:52:15 -07:00
Sergey Malenkov
54198bc15e 8015926: NPE when using SynthTreeUI's expandPath()
Reviewed-by: alexsch
2013-07-22 20:33:35 +04:00
Sergey Malenkov
bbd8917a4f 8019975: closed/javax/swing/JFileChooser/4966171/bug4966171.java throws java.io.NotSerializableException: javax.swing.plaf.basic.BasicFileChooserUI$AcceptAllFileFilter
Reviewed-by: alexsch
2013-07-22 15:36:30 +04:00
Anthony Scarpino
a7dbbbddcd 8012971: PKCS11Test hiding exception failures
Reviewed-by: vinnie, valeriep
2013-07-19 11:34:33 -07:00
Paul Sandoz
ea8bc25763 8020156: TreeMap.values().spliterator() does not report ORDERED
8020009: TreeMap.entrySet().spliterator() reports SORTED + null comparator but the elements are not Comparable

Reviewed-by: mduigou
2013-07-29 19:41:02 +01:00
Athijegannathan Sundararajan
9bfff4cae3 8021773: print function as defined by jrunscript's init.js script is incompatible with nashorn's definition
Reviewed-by: hannesw, lagergren
2013-07-29 21:39:21 +05:30
Mike Duigou
164f41212a 8021588: Remove explicit othervm execution from jdk/test/Makefile
Reviewed-by: alanb
2013-07-27 12:26:01 -07:00
Joe Darcy
7e692e2b86 8021609: Fix doclint issues in java.nio.charset
Reviewed-by: alanb
2013-07-27 10:27:04 -07:00
Brian Burkhalter
4fe69c432f 8020641: Clean up some code style in recent BigInteger contributions
Some minor cleanup to adhere better to Java coding conventions.

Reviewed-by: darcy
2013-07-26 17:09:30 -07:00
Tim Buktu
d59c1fac00 8014319: Faster division of large integers
Implement Burnickel-Ziegler division algorithm in BigInteger

Reviewed-by: bpb, martin
2013-07-26 17:03:19 -07:00
Mike Duigou
b9742daca7 8021601: Add unit test for PriorityQueue(Comparator) constructor
Reviewed-by: darcy, alanb
2013-07-26 17:23:20 -07:00
Lana Steuck
ac26dd6009 Merge 2013-07-26 15:16:53 -07:00
Rajan Halade
26d9259db7 8019544: Need to run ProviderTest.java in othervm mode
Reviewed-by: wetmore, xuelei, vinnie
2013-07-26 14:16:53 -07:00
Lana Steuck
29041e2c4a Merge 2013-07-26 14:07:32 -07:00
Jaroslav Bachorik
76c5530392 8020875: java/lang/management/ThreadMXBean/ResetPeakThreadCount.java fails intermittently
Reviewed-by: dfuchs, chegar
2013-07-26 10:12:14 +02:00
Yuka Kamiya
7678cb95bc 8021108: Clean up doclint warnings and errors in java.text package
Reviewed-by: darcy, okutsu
2013-07-26 17:22:08 +09:00
Joe Darcy
050d7f177b 8021429: Fix lint warnings in java.lang.ref
Reviewed-by: lancea, mduigou, alanb
2013-07-25 20:03:20 -07:00
Sean Mullan
642a01253c Merge 2013-07-25 20:30:58 -04:00
Sean Mullan
04378414a1 8012288: XML DSig API allows wrong tag names and extra elements in SignedInfo
Reviewed-by: xuelei
2013-07-25 20:12:14 -04:00
Joe Wang
59d8b774a8 8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
Reviewed-by: chegar, lancea, dfuchs
2013-07-25 13:20:19 -07:00
Chris Hegarty
60b519aaeb 8021421: More doclint fixes in java.net
Reviewed-by: lancea, darcy
2013-07-25 19:45:36 +01:00
Doug Lea
b1d650a6f8 8021417: Fix doclint issues in java.util.concurrent
Reviewed-by: chegar, lancea
2013-07-25 19:37:37 +01:00
Joe Darcy
f75ac88269 8021408: Fix misc doclint issues in java.util and java.io
Reviewed-by: dholmes, chegar, psandoz
2013-07-25 09:59:55 -07:00
Sean Mullan
5c30826657 Merge 2013-07-25 11:09:28 -04:00
Sean Mullan
74a0cc9f37 8010748: Add PKIXRevocationChecker NO_FALLBACK option and improve SOFT_FAIL option
Reviewed-by: vinnie
2013-07-25 10:58:00 -04:00
Chris Hegarty
4adcc57838 8021261: ProblemList.txt updates (7/2013)
Reviewed-by: alanb, mcimadamore
2013-07-24 22:52:01 +01:00
Jason Uh
e01b8f673e 8016916: UnstructuredName should support DirectoryString
Reviewed-by: mullan
2013-07-24 12:48:10 -07:00
Shanliang Jiang
28502e7c19 8016221: A unit test should not use a fix port to run a jmx connector
Reviewed-by: jbachorik, dfuchs
2013-07-24 15:47:10 +02:00
Mike Duigou
2f1e08ffec Merge 2013-07-23 13:21:07 -07:00
Brian Goetz
19ac28e61d 8019840: Spec updates for java.util.function
Reviewed-by: mduigou, chegar
2013-07-23 13:20:11 -07:00
Ivan Gerasimov
5db8580b26 8016838: improvement of RedefineBigClass and RetransformBigClass tests
Reviewed-by: dcubed
2013-07-23 18:57:57 +04:00
Joe Darcy
3392a6aecc 8021109: Add serialVersionUID to LambdaConversionException.java
Reviewed-by: jrose
2013-07-22 22:11:44 -07:00
Mike Duigou
e27ee62c84 6799426: Adds constructor PriorityQueue(Comparator)
Reviewed-by: lancea
2013-07-22 12:59:09 -07:00
Doug Lea
38008f1a21 8020976: Ensure consistent insertion for ConcurrentHashMap
Reviewed-by: chegar
2013-07-22 15:26:11 +01:00
Kurchi Subhra Hazra
027e8fa7c9 8020498: Crash when both libnet.so and libmawt.so are loaded
Reviewed-by: chegar, dsamersoff
2013-07-22 15:24:26 +01:00
Joe Darcy
da356310f4 8020971: Fix doclint issues in java.nio.*
Reviewed-by: lancea
2013-07-20 11:39:39 -07:00
Joe Darcy
44bf260d2d 8020948: Fix doclint issues in misc package-info.java files
Reviewed-by: dholmes, chegar
2013-07-19 09:42:58 -07:00
Alexey Utkin
7267320515 8016579: (process) IOException thrown by ProcessBuilder.start() method is incorrectly encoded
Reviewed-by: martin, dxu
2013-07-19 12:53:36 +04:00
Joe Darcy
5cae1dc78f 8020810: Typo in javadoc for Class.toGenericString()
Reviewed-by: dholmes
2013-07-18 23:16:52 -07:00
Stephen Colebourne
711f7a37e0 8016025: JSR 310 DateTime API Updates IV
8020418: Cleanup of -Xlint warnings in java.time
8016623: test/java/time/format/TestDateTimeTextProvider.java failing

Integration of JSR310 Date/Time API update IV

Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Patrick Zhang <patrick.zhang@oracle.com>
Co-authored-by: Chand Basha <chand.basha@oracle.com>
Reviewed-by: sherman
2013-07-18 11:02:02 -07:00
Jason Uh
3c5d7e26d1 8020426: Fix doclint accessibility issues in java.io
Reviewed-by: mduigou, darcy, chegar
2013-07-18 10:49:08 -07:00
Christine Lu
53e58e338a Added tag jdk8-b99 for changeset 984f3e50463b 2013-07-18 03:38:49 -07:00
Lana Steuck
95a3a25b17 Merge 2013-07-17 13:00:36 -07:00
Lana Steuck
ae0dd64548 Merge 2013-07-17 12:56:04 -07:00
Lana Steuck
9e0b381478 Merge 2013-07-17 12:53:54 -07:00
Lana Steuck
660a97197d Merge 2013-07-17 00:34:39 -07:00
David Katleman
1fd7a90882 Merge 2013-07-16 15:16:24 -07:00
Jason Uh
f76ebb663c 8020557: javadoc cleanup in javax.security
Reviewed-by: darcy
2013-07-16 12:19:41 -07:00
Brian Burkhalter
1b0b4ca8c7 8020409: Clean up doclint problems in java.util package, part 1
Clean up doclint problems in java.util package, part 1

Reviewed-by: darcy
2013-07-15 14:37:01 -07:00
Sergey Malenkov
c934d0bd27 8017492: Static field in HTML parser affects all applications
Reviewed-by: art
2013-07-15 17:33:44 +04:00
Sean Coffey
6a6f5006d3 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
Reviewed-by: mchung
2013-07-15 13:42:35 +01:00
Peter Levart
b0d167645f 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
Reviewed-by: dholmes, jfranck
2013-07-15 10:55:53 +02:00
Petr Pchelko
0b20e5e9af 8020371: [macosx] applets with Drag and Drop fail with IllegalArgumentException
Reviewed-by: anthony, art
2013-07-15 12:06:06 +04:00
Weijun Wang
2842af69c0 8019410: sun/security/krb5/auto/ReplayCacheTestProc.java
Reviewed-by: mullan
2013-07-13 08:47:49 +08:00
Sergey Bylokhov
a507980e6d 8020298: [macosx] Incorrect merge in the lwawt code
Reviewed-by: art, anthony
2013-07-12 21:33:33 +04:00
Ragini Prasad
2a2bf1051b 8009168: accessibility.properties syntax issue
Reviewed-by: ptbrunet, mfang, alexsch
2013-07-12 14:46:21 +04:00
David Katleman
1a981bf8d1 Merge 2013-07-11 14:34:18 -07:00
David Katleman
1ad2c364d6 8020414: JDK8 b98 source with GPL header errors
Reviewed-by: darcy, lancea, iris
2013-07-11 14:03:31 -07:00
David Katleman
51ac0c583f Added tag jdk8-b98 for changeset 5b24b75e2710 2013-07-11 10:13:49 -07:00
Leonid Romanov
b3a5f0ec38 8020038: [macosx] Incorrect usage of invokeLater() and likes in callbacks called via JNI from AppKit thread
Reviewed-by: art, anthony
2013-07-11 18:23:15 +04:00
Robert Field
381356dde3 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
8020010: Move lambda bridge creation from metafactory and VM to compiler

JDK/metafactory component of the bridge fix and and MethodType vs. MethodHandle changes.

Reviewed-by: twisti, briangoetz, forax
2013-07-11 14:02:20 +01:00
Petr Pchelko
f22f9eb04b 8020210: [macosx] JVM crashes in CWrapper$NSWindow.screen(long)
Reviewed-by: anthony, art
2013-07-11 16:42:13 +04:00
Jennifer Godinez
701d77dfd1 8016737: After clicking on "Print UNCOLLATED" button, the print out come in order 'Page 1', 'Page 2', 'Page 1'
Reviewed-by: jchen, prr
2013-07-10 11:49:04 -07:00
Sergey Bylokhov
b2b2d519ca 8019587: [macosx] Possibility to set the same frame for the different screens
Reviewed-by: art, anthony
2013-07-09 21:21:55 +04:00
Sergey Malenkov
25f2802a70 6707231: Wrong read Method returned for boolen properties
Reviewed-by: alexsch
2013-07-09 18:01:58 +04:00
David Katleman
262f4074d8 Merge 2013-07-08 14:29:46 -07:00
Brian Goetz
50a242e510 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
Reviewed-by: psandoz, mduigou
2013-07-08 15:46:26 -04:00
Brian Goetz
ace3a4d196 8015320: Pull spliterator() up from Collection to Iterable
Reviewed-by: psandoz, mduigou
2013-07-12 15:01:08 -07:00
Vinnie Ryan
3300eed0bb 8019627: RuntimeException gets obscured during OCSP cert revocation checking
Reviewed-by: mullan
2013-07-12 20:44:34 +01:00
Leonid Romanov
007e944455 8019265: [macosx] apple.laf.useScreenMenuBar regression comparing with jdk6
Reviewed-by: anthony
2013-07-08 19:47:40 +04:00
Petr Pchelko
7ca1f12993 8012925: [parfait] Missing return value in jdk/src/macosx/native/sun/awt/AWTEvent.m
Reviewed-by: katleman, leonidr
2013-07-08 07:20:44 -07:00
Lana Steuck
851063935c Merge 2013-07-05 12:26:27 -07:00
Lana Steuck
39a631a7e3 Merge 2013-07-05 11:57:11 -07:00
Lana Steuck
bcde82f11b Merge 2013-07-05 11:07:03 -07:00
Anton Litvinov
b75b83da3e 8015730: PIT: On Linux, OGL=true and fbobject=false leads to deadlock or infinite loop
Reviewed-by: art, anthony
2013-07-04 16:06:11 +04:00
Christine Lu
f1406aa65e Added tag jdk8-b97 for changeset a23062727b66 2013-07-04 01:00:52 -07:00
Lana Steuck
0c0bcad83c Merge 2013-07-03 19:09:20 -07:00