8716 Commits

Author SHA1 Message Date
Phil Race
4c0f9a1943 7145508: java.awt.GraphicsDevice.get/setDisplayMode behavior is incorrect when no display is present
Reviewed-by: serb, bae
2015-04-20 10:39:30 -07:00
Katja Kantserova
c1b5c1b53a 8077423: jstatd is not terminated even though it cannot contact or bind to RMI Registry
Reviewed-by: sla
2015-04-20 08:45:54 +02:00
Sergey Bylokhov
6230465f95 8077394: Uninitialised memory in jdk/src/java/desktop/unix/native/libfontmanager/X11FontScaler.c
Reviewed-by: azvegint, prr
2015-04-19 10:31:06 +03:00
Calvin Cheung
cd6c611521 Merge 2015-04-17 14:37:44 -07:00
Brent Christian
b5af5771c7 8048264: StringBuffer's codePoint methods throw unspecified IndexOutOfBoundsException
Add missing @throws tags

Reviewed-by: dholmes, lancea
2015-04-17 12:49:51 -07:00
Jason Uh
454ec2e69d 7194452: Remove "Reverse" PKIX CertPathBuilder implementation
Reviewed-by: mullan
2015-04-17 11:51:47 -07:00
Vladimir Ivanov
f0f9b42b17 8057967: CallSite dependency tracking scales devastatingly poorly
Reviewed-by: jrose, roland, plevart, shade
2015-04-17 18:15:13 +03:00
Sergey Bylokhov
6634445355 8074757: Remove java.awt.Toolkit methods which return peer types
Reviewed-by: alanb, prr, ant
2015-04-17 17:01:24 +03:00
Sergey Bylokhov
677097c128 8074763: Remove API references to java.awt.dnd.peer
Reviewed-by: alanb, ant, prr
2015-04-17 16:57:30 +03:00
Sergey Bylokhov
b9aead1b2c 8074028: Remove API references to java.awt.peer
Reviewed-by: alanb, ant, yan, prr
2015-04-17 16:54:13 +03:00
Phil Race
971438ead7 8075942: ArrayIndexOutOfBoundsException in sun.java2d.pisces.Dasher.goTo
Reviewed-by: flar, lbourges
2015-04-17 12:32:46 -07:00
Masayoshi Okutsu
204901217f 7044727: (tz) TimeZone.getDefault() call returns incorrect value in Windows terminal session
Reviewed-by: peytoia
2015-04-17 16:50:16 +09:00
Shanliang Jiang
b705686a86 8042901: Allow com.sun.management to be in a different module to java.lang.management
Reviewed-by: mchung, dfuchs, erikj, jbachorik
2015-04-17 09:40:02 +02:00
Vladimir Kozlov
652a289f75 Merge 2015-04-16 14:06:33 -07:00
Sergey Bylokhov
e79b50f322 8076264: [macosx] Launching app on MacOSX requires enclosing class
Reviewed-by: azvegint, ksrini
2015-04-16 21:55:55 +03:00
Joe Darcy
afdabb44dc 8077991: Missing javadoc in exceptions types in javax.transaction
Reviewed-by: rriggs, lancea, alanb
2015-04-16 11:33:59 -07:00
Joe Darcy
1090355e9b 8077915: Fix doclint issues in javax.smartcardio
Reviewed-by: mullan
2015-04-16 10:44:23 -07:00
Joe Darcy
6fd1b64308 8077923: Add missing doclint in javax.management
Reviewed-by: dfuchs
2015-04-16 09:51:29 -07:00
Naoto Sato
5b2c289414 8076287: Performance degradation observed with TimeZone Benchmark
Reviewed-by: okutsu
2015-04-16 08:25:19 -07:00
Alexey Ivanov
cde528f457 8074956: ArrayIndexOutOfBoundsException in javax.swing.text.html.parser.ContentModel.first()
Reviewed-by: alexsch, alexp
2015-04-16 14:32:33 +01:00
Magnus Ihse Bursie
41b53b0d3c 8077847: Better handling of Windows executable manifest version
Reviewed-by: erikj, tbell
2015-04-16 14:48:11 +02:00
Phil Race
041bb07b95 Merge 2015-04-15 14:28:43 -07:00
Joe Darcy
342ea6369a 8075082: Fix missing doclint warnings in the javax.swing package
Reviewed-by: serb, ant
2015-04-15 10:24:01 -07:00
Henry Jen
3bef36626e Merge 2015-04-15 07:33:34 -07:00
Alexander Scherbatiy
0dc8a46204 8072767: DefaultCellEditor for comboBox creates ActionEvent with wrong source object
Reviewed-by: serb, azvegint
2015-04-15 14:38:13 +04:00
Zoltan Majo
9700d9c1fa Merge 2015-04-15 07:49:25 +00:00
Zoltan Majo
b15381aaba 8067648: JVM crashes reproducible with GCM cipher suites in GCTR doFinal
Change restore mechanism in GCTR.java to avoid setting counter to null; added length check to constructor

Reviewed-by: jrose, kvn, ascarpino
2015-04-15 09:37:51 +02:00
Artem Smotrakov
dc99c45870 8076221: Disable RC4 cipher suites
Reviewed-by: xuelei, wetmore
2015-04-15 07:34:24 +00:00
Joe Darcy
d617368a75 8076624: Fix missing doclint warnings in javax.swing.text
Reviewed-by: serb
2015-04-14 15:43:14 -07:00
Joe Darcy
0b622e20f7 8077095: Fix missing doclint warnings in the javax.swing.plaf.basic package
Reviewed-by: serb
2015-04-14 14:47:12 -07:00
Jason Uh
31a7b46b00 8076117: EndEntityChecker should not process custom extensions after PKIX validation
Reviewed-by: xuelei, mullan
2015-04-14 13:02:23 -07:00
David Dehaven
2ec458e126 Merge 2015-04-14 12:10:01 -07:00
David Dehaven
8130b5c80f Merge 2015-04-14 10:15:54 -07:00
Michael Haupt
2e8fb0e5de 8033465: JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
Reviewed-by: vlivanov
2015-04-14 18:26:01 +03:00
Vladimir Ivanov
c9ac987bf3 8076461: JSR292: remove unused native and constants
Reviewed-by: jrose, vlivanov
2015-04-14 18:16:02 +03:00
Vladimir Ivanov
4097393258 8057919: Class.getSimpleName() should work for non-JLS compliant class names
Reviewed-by: dholmes, jrose
2015-04-14 18:03:12 +03:00
Vladimir Ivanov
bc83974fb5 8077054: DMH LFs should be customizeable
Reviewed-by: jrose
2015-04-14 17:59:52 +03:00
Hendrik Schreiber
31ec6e06ef 8076106: [macosx] Drag image of TransferHandler does not honor MultiResolutionImage
Reviewed-by: serb, alexsch
2015-04-14 14:47:40 +04:00
Dmitry Markov
b29fb12ad4 8073453: Focus doesn't move when pressing Shift + Tab keys
Reviewed-by: alexsch, ant
2015-04-14 15:24:10 +04:00
Sergey Bylokhov
95090a7507 8076214: [Findbugs]sun.awt.datatransfer.SunClipboard.checkChange(long[]) may expose internal representation
Reviewed-by: azvegint, alexsch
2015-04-14 09:34:59 +03:00
Phil Race
e630663bbb 8035302: Eliminate dependency on jdk.charsets from 2D font code
Reviewed-by: mchung, alanb, sherman, serb
2015-04-13 17:06:04 -07:00
Xueming Shen
a0fedc8556 8077640: DateTimeFormatter does not parse/accept the era.toString() result from MinguoEra/ThaiBuddhistEra
To parse and accept the era.toString() for era parsing in lenient/smart mode

Reviewed-by: rriggs
2015-04-13 11:15:41 -07:00
Weijun Wang
2d5fbe3e4d 8047789: auth.login.LoginContext needs to be updated to work with modules
Reviewed-by: mullan, mchung, alanb
2015-04-10 09:15:34 +08:00
James Laskey
b98f342710 8076090: jimage extract + recreate broken again
Reviewed-by: mchung
2015-04-09 16:41:27 -03:00
Semyon Sadetsky
c959a460ad 7081580: Specification for MouseInfo.getNumberOfButtons() doesn't contain info about "awt.mouse.numButtons"
Reviewed-by: serb, ant
2015-04-09 18:09:55 +04:00
Semyon Sadetsky
7d376fd912 6866751: J2SE_Swing_Reg: the caret disappears when moving to the end of the line
Reviewed-by: serb, alexsch
2015-04-09 17:41:08 +04:00
Alexander Stepanov
be039332c8 8076223: Rest of tidy warning in javax.security / java.security
Minor HTML markup fix for documentation

Reviewed-by: xuelei
2015-04-09 16:31:55 +04:00
Staffan Larsen
6cbdf1b8f4 8075331: jdb eval java.util.Arrays.asList(array) shows inconsistent behaviour
Reviewed-by: jbachorik
2015-04-09 08:46:19 +02:00
Anthony Scarpino
c8b71e6bd3 8064546: CipherInputStream throws BadPaddingException if stream is not fully read
Reviewed-by: xuelei
2015-04-08 17:46:43 -07:00
Joe Darcy
2bc44815c5 8077094: Fix missing doclint warnings in the javax.swing.plaf package
Reviewed-by: serb
2015-04-08 10:50:50 -07:00