Jesper Wilhelmsson
|
b97f1bcb37
|
Merge
|
2017-10-30 21:23:10 +01:00 |
|
Phil Race
|
a850cbc5d5
|
Merge
|
2017-11-03 10:43:18 -07:00 |
|
Brian Burkhalter
|
5b91b26ccb
|
8190502: (fs) Typo in java.nio.file.Files
S/subsequence/subsequent/g
Reviewed-by: alanb
|
2017-11-03 10:18:28 -07:00 |
|
Brian Burkhalter
|
87eb47a3c8
|
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
Explicitly verify that the channel is open
Reviewed-by: alanb
|
2017-11-03 10:18:27 -07:00 |
|
Lance Andersen
|
3803dc1401
|
8190439: Removal of newrmic
Reviewed-by: rriggs, alanb, mchung
|
2017-11-03 13:03:10 -04:00 |
|
Phil Race
|
158e69f6ec
|
Merge
|
2017-11-03 09:56:02 -07:00 |
|
Athijegannathan Sundararajan
|
10c8d3a9f1
|
8190698: jjs tool of jdk.scripting.nashorn.shell module should not statically depend on java.desktop
Reviewed-by: jlaskey, hannesw
|
2017-11-03 19:53:09 +05:30 |
|
Alan Bateman
|
693e7e8bf3
|
8186236: ModuleInfoExtender should be ASM6 aware
Reviewed-by: ksrini, mchung, sundar
|
2017-11-02 13:20:21 -07:00 |
|
Kumar Srinivasan
|
105a51b96d
|
8190287: Update JDK's internal ASM to ASMv6
Reviewed-by: alanb, mchung, sundar
|
2017-11-02 13:18:23 -07:00 |
|
Robert Field
|
022c618af9
|
8188072: JShell: NPE in SourceCodeAnalysis.completionSuggestions()
Reviewed-by: jlahoda
|
2017-11-02 11:09:28 -07:00 |
|
Semyon Sadetsky
|
c30a1e7cc4
|
8190230: [macosx] Order of overlapping of modal dialogs is wrong
Reviewed-by: azvegint, dmarkov
|
2017-11-02 11:03:45 -07:00 |
|
Phil Race
|
f900a5f39b
|
8190475: SwingSet2 won't start
Reviewed-by: serb
|
2017-11-01 10:43:44 -07:00 |
|
Phil Race
|
aa96056b21
|
Merge
|
2017-11-01 10:00:38 -07:00 |
|
Christoph Dreis
|
7f79fffba6
|
8190382: fix small typographic errors in comments
Reviewed-by: martin
|
2017-10-30 17:49:33 -07:00 |
|
Joe Wang
|
b366f4f349
|
8181155: Fix lint warnings in JAXP repo: fallthrough and static
Reviewed-by: lancea, rriggs
|
2017-10-30 17:32:38 -07:00 |
|
Brent Christian
|
f32470d85f
|
8189319: Add a java.util.Properties constructor that takes an initial capacity
Reviewed-by: martin, mchung, rriggs
|
2017-10-30 16:16:01 -07:00 |
|
Kumar Srinivasan
|
56eea64225
|
8129077: Unfix JDK-8087205
Reviewed-by: jlahoda, mcimadamore, vromero
|
2017-10-30 07:06:49 -07:00 |
|
Mario Torre
|
8ecf308d8f
|
8188030: AWT java apps fail to start when some minimal fonts are present
Allow using CFF fonts as valid fonts when they are returned by fontconfig during font initialisation.
Reviewed-by: prr, serb
|
2017-10-30 13:15:08 +01:00 |
|
Pankaj Bansal
|
fab3dea711
|
8159062: [hidpi] DnD on Windows while scaling is non-integer
Reviewed-by: serb, pkbalakr
|
2017-10-30 15:45:55 +05:30 |
|
Jayathirth D V
|
e3c6e350c8
|
8177455: TIFFCompressor has a reference to non-existent method
Reviewed-by: prr, bpb
|
2017-10-30 12:16:56 +05:30 |
|
Christoph Dreis
|
674b927865
|
8190323: "the the" typos
Reviewed-by: rriggs
|
2017-10-29 18:20:53 -04:00 |
|
Sergey Bylokhov
|
66812b5f48
|
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
Reviewed-by: azvegint, prr
|
2017-10-27 14:15:02 -07:00 |
|
Phil Race
|
a569f5293b
|
8180501: RescaleOp.filter does not document IllegalArgumentException if sizes differ
Reviewed-by: bpb, pnarayanan
|
2017-10-27 11:29:50 -07:00 |
|
Weijun Wang
|
69db146335
|
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
Reviewed-by: mullan
|
2017-10-27 21:11:15 +08:00 |
|
Weijun Wang
|
2dfe7fb8ab
|
8159535: Mark deprecated javax.security.auth.Policy API with forRemoval=true
Reviewed-by: mullan
|
2017-10-27 21:10:56 +08:00 |
|
Vicente Romero
|
a280dc75a3
|
8183896: improve analyzers to allow for the generation of multiple mutations of the same tree
Reviewed-by: mcimadamore, jlahoda
|
2017-10-26 22:54:25 -04:00 |
|
Athijegannathan Sundararajan
|
f8b8a16f4b
|
8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
Reviewed-by: alanb, mchung
|
2017-10-27 08:21:53 +05:30 |
|
Sergey Bylokhov
|
837250ab0e
|
8187639: TrayIcon is not properly supported on macOS in multi-screen environment
Reviewed-by: prr, ssadetsky
|
2017-10-26 19:45:37 -07:00 |
|
Joe Darcy
|
b905e51da7
|
8189952: New methods on String: chars() and codePoints() should be marked since 9
Reviewed-by: bpb
|
2017-10-26 18:04:29 -07:00 |
|
Joe Darcy
|
5f6a5a4d9d
|
8172818: Add since=9 deprecation information to javax.lang.model classes
Reviewed-by: vromero
|
2017-10-26 17:06:52 -07:00 |
|
Mandy Chung
|
34c9d598c7
|
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
Reviewed-by: rriggs, shade
|
2017-10-26 16:57:35 -07:00 |
|
Brian Burkhalter
|
18cbe428c1
|
8189963: Remove version of FileChannelImpl::open without the 'direct' parameter
Remove old version of FileChannelImpl::open and update call sites
Reviewed-by: rriggs
|
2017-10-26 11:08:31 -07:00 |
|
Maurizio Cimadamore
|
f48f3c6552
|
8189838: Stack overflow when computing upward projection of an intersection type with fbounds
Bad logic for detecting loop in type-variable upper bounds
Reviewed-by: vromero
|
2017-10-26 18:42:40 +01:00 |
|
Athijegannathan Sundararajan
|
79a0feb9f3
|
8190217: Add a JS "static checker" sample for nashorn parser API
Reviewed-by: jlaskey
|
2017-10-26 20:57:19 +05:30 |
|
Kumar Srinivasan
|
3e52d34798
|
8189845: Fix for 8157000 causes significant performance regression
Reviewed-by: jjg
|
2017-10-25 21:19:38 -07:00 |
|
Jonathan Gibbons
|
19db6ba670
|
8189843: Missing \"id\" attributes in table rows
Reviewed-by: bpatel, ksrini
|
2017-10-25 17:18:00 -07:00 |
|
Jonathan Gibbons
|
cf81232570
|
8189841: Error in alternate row coloring in package-summary files
Reviewed-by: bpatel, ksrini
|
2017-10-25 17:16:18 -07:00 |
|
Phil Race
|
2d7d87f3fc
|
8170681: Remove fontconfig header files from JDK source tree
Reviewed-by: serb, erikj
|
2017-10-25 13:11:07 -07:00 |
|
Phil Race
|
62fa58101a
|
Merge
|
2017-10-25 12:41:24 -07:00 |
|
Bhavesh Patel
|
5c2a4b6e1a
|
8183037: Overview summary page should have a table with tabs for groups
Reviewed-by: jjg, ksrini
|
2017-10-25 12:29:00 -07:00 |
|
Joe Darcy
|
343105c345
|
8062385: Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
Reviewed-by: mcimadamore
|
2017-10-25 10:40:45 -07:00 |
|
Pankaj Bansal
|
3ed8badb5a
|
6463710: ListSelectionModel.setSelectionMode() underspecified
Reviewed-by: serb, ssadetsky
|
2017-10-25 16:34:11 +05:30 |
|
Robert Field
|
7ce7347fd2
|
8179856: jshell tool: not suitable for pipeline use
8186708: jshell tool: bad load file garbles message and does not abort
Reviewed-by: jlahoda
|
2017-10-24 20:33:36 -07:00 |
|
Semyon Sadetsky
|
00fcd16ee7
|
8188081: Text selection does not clear after focus is lost
Reviewed-by: serb, psadhukhan
|
2017-10-24 08:37:11 -07:00 |
|
Phil Race
|
05adede5f5
|
Merge
|
2017-10-23 13:06:04 -07:00 |
|
Liam Miller-Cushon
|
ed0ea37394
|
8187247: canonical import check compares classes by simple name
Reviewed-by: jlahoda
|
2017-10-23 14:11:04 +02:00 |
|
Pankaj Bansal
|
6e6996cd6c
|
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
Reviewed-by: serb, pkbalakr
|
2017-10-23 16:55:52 +05:30 |
|
Priya Lakshmi Muthuswamy
|
6a0b70e242
|
8165198: Inconsistent values with JavaImporter after accessing undefined variable
Reviewed-by: sundar, hannesw
|
2017-10-23 13:03:01 +02:00 |
|
Christoph Dreis
|
6bfb868454
|
8189266: (ann) Optimize AnnotationInvocationHandler.invoke
Reviewed-by: jfranck, plevart
|
2017-10-23 11:33:16 +02:00 |
|
Sergey Bylokhov
|
c852879b03
|
8186559: [macos] the screen location is wrong when using AWT/SWT bridge with dual monitors
Reviewed-by: dmarkov, ssadetsky
|
2017-10-20 20:08:09 -07:00 |
|