psandoz [Tue, 11 Apr 2017 17:25:09 -0400] rev 47486
8178117: Add public state constructors for Int/Long/DoubleSummaryStatistics
Reviewed-by: psandoz, bpb, briangoetz
Contributed-by: Chris Dennis <chris.w.dennis@gmail.com>
jlahoda [Thu, 02 Nov 2017 11:16:27 +0100] rev 47485
8187681: Compiling for target 9 while also using --patch-module
Summary: Removing limitation on simultaneous use of --release and --patch-module for system modules.
Reviewed-by: mcimadamore, jjg
jlahoda [Thu, 02 Nov 2017 10:09:34 +0100] rev 47484
8189595: jshell tool: line redrawn on each completion
Reviewed-by: rfield
xiaofeya [Thu, 02 Nov 2017 04:36:53 -0400] rev 47483
8190505: Typo in test/jdk/ProblemList.txt
Reviewed-by: alanb
jlahoda [Wed, 01 Nov 2017 16:45:28 +0100] rev 47482
8190315: Test tools/javac/tree/NoPrivateTypesExported.java failing
Summary: Constant annotation attribute values should be allowed.
Reviewed-by: vromero
jjiang [Wed, 01 Nov 2017 10:49:21 +0800] rev 47481
8190399: ProblemList tools/javac/tree/NoPrivateTypesExported.java due to JDK-8190315
Summary: tools/javac/tree/NoPrivateTypesExported.java fails permanently due to JDK-8190315, so ProblemList has to include this test.
Reviewed-by: darcy
rriggs [Tue, 31 Oct 2017 16:25:27 -0400] rev 47480
8190441: ProblemList some intermittent CORBA tests
Reviewed-by: lancea, darcy
asmotrak [Tue, 31 Oct 2017 17:03:02 +0300] rev 47479
8189800: Add support for AddressSanitizer
Reviewed-by: ihse, dholmes
smarks [Mon, 30 Oct 2017 17:49:33 -0700] rev 47478
8190382: fix small typographic errors in comments
Reviewed-by: martin
Contributed-by: christoph.dreis@freenet.de
joehw [Mon, 30 Oct 2017 17:32:38 -0700] rev 47477
8181155: Fix lint warnings in JAXP repo: fallthrough and static
Reviewed-by: lancea, rriggs
bchristi [Mon, 30 Oct 2017 16:16:01 -0700] rev 47476
8189319: Add a java.util.Properties constructor that takes an initial capacity
Reviewed-by: martin, mchung, rriggs
ksrini [Mon, 30 Oct 2017 07:06:49 -0700] rev 47475
8129077: Unfix JDK-8087205
Reviewed-by: jlahoda, mcimadamore, vromero
jjiang [Mon, 30 Oct 2017 03:52:38 -0700] rev 47474
8175252: Backout changeset for JDK-8176354 due to JDK-8190333
Summary: Backout changeset for JDK-8176354
Reviewed-by: asmotrak
rgoel [Mon, 30 Oct 2017 12:16:37 +0530] rev 47473
8185841: Values from getFirstDayOfWeek() are inconsistent with CLDR
Reviewed-by: naoto
rriggs [Sun, 29 Oct 2017 18:31:55 -0400] rev 47472
8180310: TestSocketFactory null pointer when updating match bytes
Reviewed-by: dfuchs
rriggs [Sun, 29 Oct 2017 18:20:53 -0400] rev 47471
8190323: "the the" typos
Reviewed-by: rriggs
Contributed-by: christoph.dreis@freenet.de
amjiang [Fri, 27 Oct 2017 09:51:48 -0700] rev 47470
8176354: sun/security/ssl/X509KeyManager/PreferredKey.java failed with "Failed to get the preferable key aliases" erro
Reviewed-by: xuelei
weijun [Fri, 27 Oct 2017 21:11:15 +0800] rev 47469
8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires
Reviewed-by: mullan
weijun [Fri, 27 Oct 2017 21:10:56 +0800] rev 47468
8159535: Mark deprecated javax.security.auth.Policy API with forRemoval=true
Reviewed-by: mullan
lana [Fri, 27 Oct 2017 08:32:45 +0000] rev 47467
Merge
lana [Fri, 27 Oct 2017 08:31:20 +0000] rev 47466
Added tag jdk-10+29 for changeset a6e591e12f12
vromero [Thu, 26 Oct 2017 22:54:25 -0400] rev 47465
8183896: improve analyzers to allow for the generation of multiple mutations of the same tree
Reviewed-by: mcimadamore, jlahoda
sundar [Fri, 27 Oct 2017 08:21:53 +0530] rev 47464
8189777: jlink --module-path default value and automatic addition of $JAVA_HOME/jmods if java.base is missing
Reviewed-by: alanb, mchung
darcy [Thu, 26 Oct 2017 18:04:29 -0700] rev 47463
8189952: New methods on String: chars() and codePoints() should be marked since 9
Reviewed-by: bpb
darcy [Thu, 26 Oct 2017 17:06:52 -0700] rev 47462
8172818: Add since=9 deprecation information to javax.lang.model classes
Reviewed-by: vromero
mchung [Thu, 26 Oct 2017 16:57:35 -0700] rev 47461
8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200
Reviewed-by: rriggs, shade
bpb [Thu, 26 Oct 2017 11:08:31 -0700] rev 47460
8189963: Remove version of FileChannelImpl::open without the 'direct' parameter
Summary: Remove old version of FileChannelImpl::open and update call sites
Reviewed-by: rriggs
iris [Thu, 26 Oct 2017 10:46:29 -0700] rev 47459
8189919: Update link to license in Docs.gmk
Reviewed-by: mr
mcimadamore [Thu, 26 Oct 2017 18:42:40 +0100] rev 47458
8189838: Stack overflow when computing upward projection of an intersection type with fbounds
Summary: Bad logic for detecting loop in type-variable upper bounds
Reviewed-by: vromero
sundar [Thu, 26 Oct 2017 20:57:19 +0530] rev 47457
8190217: Add a JS "static checker" sample for nashorn parser API
Reviewed-by: jlaskey
ihse [Thu, 26 Oct 2017 13:20:47 +0200] rev 47456
8189955: Configuration validation is broken for some types of paths
Reviewed-by: erikj
ihse [Thu, 26 Oct 2017 10:39:59 +0200] rev 47455
8189376: Unsorted $(wildcard) causes instable module-deps.gmk
Reviewed-by: erikj, tbell
Contributed-by: Martin Buchholz <martinrb@google.com>
mbaesken [Thu, 26 Oct 2017 08:52:55 +0200] rev 47454
8189618: [aix] No jre image is created during images step
Reviewed-by: erikj, stuefe
ksrini [Wed, 25 Oct 2017 21:19:38 -0700] rev 47453
8189845: Fix for 8157000 causes significant performance regression
Reviewed-by: jjg
jjg [Wed, 25 Oct 2017 18:12:15 -0700] rev 47452
8190003: Special characters in group names should be escaped
Reviewed-by: ksrini, bpatel
jjg [Wed, 25 Oct 2017 17:48:30 -0700] rev 47451
8190182: remove accidental file.
Reviewed-by: ksrini
jjg [Wed, 25 Oct 2017 17:18:00 -0700] rev 47450
8189843: Missing \"id\" attributes in table rows
Reviewed-by: bpatel, ksrini
jjg [Wed, 25 Oct 2017 17:16:18 -0700] rev 47449
8189841: Error in alternate row coloring in package-summary files
Reviewed-by: bpatel, ksrini
bpb [Wed, 25 Oct 2017 16:13:53 -0700] rev 47448
8189775: java/nio/channels/FileChannel/directio/ReadDirect.java failed with NumberFormatException
Summary: Clamp the offset so the scattering read remains within the channel.
Reviewed-by: rriggs
bpatel [Wed, 25 Oct 2017 12:29:00 -0700] rev 47447
8183037: Overview summary page should have a table with tabs for groups
Reviewed-by: jjg, ksrini
darcy [Wed, 25 Oct 2017 10:40:45 -0700] rev 47446
8062385: Remove @SuppressWarnings("cast") and casts for NIO related usages when JDK 9 becomes the bootstrap JDK
Reviewed-by: mcimadamore
stuefe [Tue, 17 Oct 2017 12:17:17 +0200] rev 47445
8189431: Netbeans nb_native project needs to be adapted to new repo structure
Reviewed-by: ihse
bchristi [Wed, 25 Oct 2017 09:06:39 -0700] rev 47444
8183901: Fix broken links to "Package Sealing" in the JAR spec
Reviewed-by: alanb, mchung
joehw [Tue, 24 Oct 2017 19:05:29 -0700] rev 47443
8176891: Fix lint warnings in JAXP repo: serial
Reviewed-by: lancea
naoto [Tue, 24 Oct 2017 08:56:47 -0700] rev 47442
8189272: CLDR and JRE LocaleProviderAdapters silently swallow exceptions
Reviewed-by: mchung
naoto [Tue, 24 Oct 2017 08:56:30 -0700] rev 47441
8189291: Test policy should extend the default system policy
Reviewed-by: mchung
erikj [Tue, 24 Oct 2017 15:36:56 +0200] rev 47440
8189682: JDK demos/tests should be in a separate bundle than hotspot ones
Reviewed-by: prr, ihse
jlahoda [Tue, 24 Oct 2017 12:07:27 +0200] rev 47439
8189796: Incorrect end position for missing statement
Summary: Recording end positions for error trees representing missing statements.
Reviewed-by: mcimadamore
Contributed-by: dusan.balek@oracle.com, jan.lahoda@oracle.com
cushon [Mon, 23 Oct 2017 14:11:04 +0200] rev 47438
8187247: canonical import check compares classes by simple name
Reviewed-by: jlahoda
hannesw [Mon, 23 Oct 2017 13:03:01 +0200] rev 47437
8165198: Inconsistent values with JavaImporter after accessing undefined variable
Reviewed-by: sundar, hannesw
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
redestad [Mon, 23 Oct 2017 11:33:16 +0200] rev 47436
8189266: (ann) Optimize AnnotationInvocationHandler.invoke
Reviewed-by: jfranck, plevart
Contributed-by: christoph.dreis@freenet.de
erikj [Mon, 23 Oct 2017 10:43:45 +0200] rev 47435
8187974: Merge Java Mission Control 6.1 3rdpartyreame with the JDK 18.3 3rdpartyreadme
Reviewed-by: ihse
erikj [Mon, 23 Oct 2017 10:41:34 +0200] rev 47434
8189664: Stop producing ARCHIVE_BUNDLE.zip from test makefiles unless asked to
Reviewed-by: ihse
erikj [Mon, 23 Oct 2017 10:39:11 +0200] rev 47433
8189119: Devkit for Linux needs to include fontconfig-devel
Reviewed-by: ihse
ihse [Mon, 23 Oct 2017 10:21:13 +0200] rev 47432
8189056: javadoc target for stable specdiff comparisons
Reviewed-by: erikj
lana [Sat, 21 Oct 2017 00:06:31 +0000] rev 47431
Merge
lana [Sat, 21 Oct 2017 00:04:45 +0000] rev 47430
Added tag jdk-10+28 for changeset 92f08900cb3c
ksrini [Fri, 20 Oct 2017 11:42:36 -0700] rev 47429
8189706: javadoc for the JDK APIs should summarize overridden methods with no specification changes
Reviewed-by: jjg, mchung, tbell
bpb [Tue, 17 Oct 2017 16:51:11 -0700] rev 47428
8164900: Add support for O_DIRECT
Summary: Add support for Direct I/O in FileChannel
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
Contributed-by: Lucy Lu <yingqi.lu@intel.com>, Volker Simonis <volker.simonis@gmail.com>
jjg [Fri, 20 Oct 2017 11:08:18 -0700] rev 47427
8189405: More cleanup in HtmlWriter
Reviewed-by: bpatel, ksrini
henryjen [Fri, 20 Oct 2017 09:49:02 -0700] rev 47426
Merge
jwilhelm [Thu, 14 Sep 2017 22:57:36 +0200] rev 47425
8187556: Backout of a fix reintroduced a dependency that had since been removed
Reviewed-by: duke
rpatil [Mon, 14 Aug 2017 15:32:25 +0530] rev 47424
8184937: LCMS error 13: Couldn't link the profiles
Reviewed-by: prr
Contributed-by: sreeprakash.s@oracle.com
smarks [Wed, 02 Aug 2017 10:34:35 -0700] rev 47423
8174109: Better queuing priorities
Reviewed-by: chegar, dfuchs, rriggs, alanb, robm, rhalade, jeff, ahgross