iignatyev [Tue, 03 Oct 2017 06:48:40 +0200] rev 47577
Merge
epavlova [Mon, 02 Oct 2017 14:31:34 -0700] rev 47576
8185134: [Graal] Introduce vm.graal predicate and tag tests which are not applicable for Graal
Reviewed-by: kvn, dnsimon
iklam [Tue, 03 Oct 2017 03:30:11 +0000] rev 47575
Merge
iklam [Mon, 02 Oct 2017 16:00:42 -0700] rev 47574
8187979: Clean up info printing at CDS dump time
Reviewed-by: jiangli, ccheung
dholmes [Mon, 02 Oct 2017 21:58:22 -0400] rev 47573
8188246: Add test/hotspot/jtreg/gc/logging/TestPrintReferences.java to ProblemList.txt
Reviewed-by: dcubed
dholmes [Mon, 02 Oct 2017 18:56:30 -0400] rev 47572
8185062: Set AssumeMP to true and deprecate the flag
Reviewed-by: shade, dcubed, kvn
dpochepk [Mon, 02 Oct 2017 17:20:14 +0300] rev 47571
8186915: AARCH64: Intrinsify squareToLen and mulAdd
Reviewed-by: aph
sspitsyn [Sat, 30 Sep 2017 01:38:57 +0000] rev 47570
Merge
ysuenaga [Fri, 29 Sep 2017 20:57:48 +0900] rev 47569
8175816: SA: HSDB: Compute Liveness results in java.lang.IndexOutOfBoundsException
Reviewed-by: sspitsyn, jgeorge
sspitsyn [Sat, 30 Sep 2017 00:14:39 +0000] rev 47568
Merge
sspitsyn [Fri, 29 Sep 2017 23:53:15 +0000] rev 47567
Merge
ysuenaga [Fri, 29 Sep 2017 21:00:18 +0900] rev 47566
8187402: UnknownOopException is occurred on Stack Memory window in HSDB
Reviewed-by: sspitsyn, jgeorge
mdoerr [Mon, 25 Sep 2017 17:40:06 +0200] rev 47565
8185979: PPC64: Implement SHA2 intrinsic
Reviewed-by: mdoerr, goetz
Contributed-by: Bruno Rosa <bruno.rosa@eldorado.org.br>, Gustavo Serra Scalet <gustavo.scalet@eldorado.org.br>, Igor Nunes <igor.nunes@eldorado.org.br>, Martin Doerr <martin.doerr@sap.com>
ccheung [Fri, 29 Sep 2017 10:11:01 -0700] rev 47564
8138600: eliminate the need of ModuleLoaderMap.dat for CDS
Summary: removed the code which generates the ModuleLoaderMap.dat and the code which references it
Reviewed-by: mchung, jiangli
neliasso [Fri, 29 Sep 2017 10:44:58 +0200] rev 47563
8188031: Complement fused mac operations on SPARC
Summary: Adding a few (FMAf) matcher patterns to the SPARC back-end
Reviewed-by: rbackman, kvn
Contributed-by: patric.hedlin@oracle.com
neliasso [Fri, 29 Sep 2017 10:41:36 +0200] rev 47562
8182279: Updating SPARC feature/capability detection to support Core C5.
Summary: Renamed Core Sx to Core Cx (C3, C4, C5, according to name change).
Reviewed-by: kvn, dholmes
Contributed-by: patric.hedlin@oracle.com
neliasso [Fri, 29 Sep 2017 10:40:54 +0200] rev 47561
8167199: Add C2 SPARC intrinsic for BigInteger::multiplyToLen() method.
Summary: Preliminary support for intrinsic multiplyToLen, including generalised version based on 'mpmul' instruction (when available).
Reviewed-by: kvn, neliasso
Contributed-by: patric.hedlin@oracle.com
neliasso [Fri, 29 Sep 2017 10:40:49 +0200] rev 47560
8011352: C1: TraceCodeBlobStacks crashes fastdebug Solaris SPARC.
Summary: Handle null correctly
Reviewed-by: roland, dlong, rbackman
Contributed-by: patric.hedlin@oracle.com
iignatyev [Wed, 20 Sep 2017 20:53:22 -0700] rev 47559
8188117: jdk/test/lib/FileInstaller doesn't work for directories
Reviewed-by: mseledtsov, sspitsyn
iignatyev [Fri, 01 Sep 2017 15:28:54 -0700] rev 47558
8187020: AOT tests should not fail if devkit dependency isn't resolved
Reviewed-by: kvn
jtulach [Thu, 28 Sep 2017 13:52:15 -0700] rev 47557
8182701: Modify JVMCI to allow Graal Compiler to expose platform MBean
Reviewed-by: dnsimon, kvn, alanb, mchung, dfuchs
sangheki [Thu, 28 Sep 2017 12:13:57 -0700] rev 47556
8186465: Each j.l.Reference elapsed time log is incorrect
Summary: Fixed wrongly referencing variable and updated regression test to compare each elapsed time vs. sum of those
Reviewed-by: stefank, tschatzl
hseigel [Thu, 28 Sep 2017 17:10:36 +0000] rev 47555
Merge
hseigel [Thu, 28 Sep 2017 13:01:24 -0400] rev 47554
8186092: Unnecessary loader constraints produced when there are multiple defaults
Summary: Do not check loader constraints for overpass methods
Reviewed-by: dholmes, acorn
zgu [Thu, 28 Sep 2017 09:56:54 -0400] rev 47553
8186770: NMT: Report metadata information in NMT summary
Summary: Added metadata statistics in NMT summary report
Reviewed-by: adinn, coleenp
eosterlund [Tue, 26 Sep 2017 14:05:27 +0200] rev 47552
8186838: Generalize Atomic::inc/dec with templates
Reviewed-by: kbarrett, coleenp, dholmes
thartmann [Thu, 28 Sep 2017 11:02:55 +0200] rev 47551
8187780: VM crashes while generating replay compilation file
Summary: Fixed two problems with generation of replay file.
Reviewed-by: kvn
jiangli [Thu, 28 Sep 2017 01:01:42 +0000] rev 47550
Merge
jiangli [Wed, 27 Sep 2017 20:40:33 -0400] rev 47549
8186789: CDS dump crashes at ConstantPool::resolve_class_constants
Summary: ConstantPool::resolve_class_constants needs to check for NULL _cache.
Reviewed-by: sspitsyn, coleenp, iklam
jiangli [Wed, 27 Sep 2017 17:55:20 -0400] rev 47548
8068314: "Java fields that are currently set during shared space dumping" comment is incorrect
Summary: CDS dump time should also initialize preallocated out_of_memory error messages.
Reviewed-by: iklam, hseigel
glaubitz [Wed, 27 Sep 2017 17:01:34 +0200] rev 47547
8186578: Zero fails to build on linux-sparc due to sparc-specific code
Reviewed-by: kbarrett, ihse, coleenp
sjohanss [Thu, 21 Sep 2017 14:32:05 +0200] rev 47546
8184286: print_tracing_info() does not use Unified Logging for output
Reviewed-by: ehelin, sangheki
ccheung [Tue, 26 Sep 2017 19:31:06 -0700] rev 47545
8187124: [TESTBUG] TestInterpreterMethodEntries.java: Unable to create shared archive file
Summary: added the current timestamp into the shared archive file name
Reviewed-by: mseledtsov, gtriantafill
coleenp [Tue, 26 Sep 2017 21:12:39 +0000] rev 47544
Merge
zgu [Wed, 20 Sep 2017 20:54:29 -0400] rev 47543
8187331: VirtualSpaceList tracks free space on wrong node
Summary: Fixed miscounting of virtual space node's free memory
Reviewed-by: shade, coleenp, stuefe
cjplummer [Tue, 26 Sep 2017 19:53:07 +0000] rev 47542
Merge
cjplummer [Tue, 26 Sep 2017 17:18:00 +0000] rev 47541
Merge
cjplummer [Tue, 26 Sep 2017 10:09:54 -0700] rev 47540
8179498: attach in linux should be relative to /proc/pid/root and namespace aware
Summary: map pid to namespace pid so proper tmp file name is used.
Reviewed-by: sspitsyn, dholmes
cjplummer [Tue, 26 Sep 2017 17:11:39 +0000] rev 47539
Merge
cjplummer [Tue, 26 Sep 2017 16:47:46 +0000] rev 47538
Merge
zgu [Mon, 25 Sep 2017 11:56:21 -0400] rev 47537
8187629: NMT: Memory miscounting in compiler (C2)
Summary: Fixed memory counting in compiler (C2)
Reviewed-by: adinn, cjplummer, kvn
hseigel [Tue, 26 Sep 2017 16:04:40 +0000] rev 47536
Merge
hseigel [Tue, 26 Sep 2017 15:34:49 +0000] rev 47535
Merge
hseigel [Tue, 26 Sep 2017 08:58:04 -0400] rev 47534
8187436: -Xbootclasspath/a causes sanity check assertion with exploded build
Summary: Fixed asserts to work properly with exploded build
Reviewed-by: alanb, jiangli, gtriantafill
coleenp [Tue, 26 Sep 2017 16:03:29 +0000] rev 47533
Merge
coleenp [Tue, 26 Sep 2017 10:03:17 -0400] rev 47532
8081323: ConstantPool::_resolved_references is missing in heap dump
Summary: Add resolved_references and init_lock as hidden static field in class so root is found.
Reviewed-by: hseigel, jiangli, sspitsyn
lucy [Tue, 26 Sep 2017 17:06:06 +0200] rev 47531
8187573: [s390] z/Architecture Vector Facility Support
Reviewed-by: mdoerr
ysuenaga [Tue, 26 Sep 2017 06:53:35 -0400] rev 47530
8187597: WrongTypeException is occurred at CLHSDB jstack after JDK-8186837
Reviewed-by: rehn, cjplummer, dholmes
dholmes [Tue, 26 Sep 2017 10:17:35 +0000] rev 47529
Merge
dholmes [Tue, 26 Sep 2017 09:02:10 +0000] rev 47528
Merge
glaubitz [Tue, 26 Sep 2017 04:52:02 -0400] rev 47527
8187590: Zero runtime can lock-up on linux-alpha
Reviewed-by: aph, dholmes
stuefe [Tue, 26 Sep 2017 11:25:34 +0200] rev 47526
8187028: [aix] Real thread stack size may be up to 64K smaller than requested one
Reviewed-by: goetz
sspitsyn [Tue, 26 Sep 2017 00:52:29 -0700] rev 47525
8177901: JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
Summary: Add synchronization between CommandLoop and cbVMDeath callback
Reviewed-by: dholmes, dcubed
mgerdin [Mon, 25 Sep 2017 21:25:46 -0400] rev 47524
8187040: ThreadCritical crashes on Solaris if used between os::init and os::init_2
Reviewed-by: dholmes, stuefe
ccheung [Mon, 25 Sep 2017 14:23:18 -0700] rev 47523
8187884: [TESTBUG] compiler/classUnloading/anonymousClass/TestAnonymousClassUnloading failed with ClassNotFoundException
Reviewed-by: kvn
jwilhelm [Mon, 25 Sep 2017 19:54:58 +0000] rev 47522
Merge
goetz [Mon, 25 Sep 2017 09:37:43 +0200] rev 47521
8185976: PPC64: Implement MulAdd and SquareToLen intrinsics
Summary: This implementation is based on the algorithm implemented in java. It yields a performance speedup of: JDK8: 23% JDK9: 5% JDK10: 5%
Reviewed-by: mdoerr, goetz
Contributed-by: gustavo.scalet@eldorado.org.br
goetz [Mon, 25 Sep 2017 08:43:43 +0200] rev 47520
8187547: PPC64: icache invalidation is incorrect in some places
Reviewed-by: mdoerr, goetz
prr [Fri, 03 Nov 2017 10:43:18 -0700] rev 47519
Merge
prr [Fri, 03 Nov 2017 09:56:02 -0700] rev 47518
Merge
rfield [Thu, 02 Nov 2017 11:09:28 -0700] rev 47517
8188072: JShell: NPE in SourceCodeAnalysis.completionSuggestions()
Reviewed-by: jlahoda
ssadetsky [Thu, 02 Nov 2017 11:03:45 -0700] rev 47516
8190230: [macosx] Order of overlapping of modal dialogs is wrong
Reviewed-by: azvegint, dmarkov
prr [Wed, 01 Nov 2017 10:43:44 -0700] rev 47515
8190475: SwingSet2 won't start
Reviewed-by: serb
prr [Wed, 01 Nov 2017 10:00:38 -0700] rev 47514
Merge
neugens [Mon, 30 Oct 2017 13:15:08 +0100] rev 47513
8188030: AWT java apps fail to start when some minimal fonts are present
Summary: Allow using CFF fonts as valid fonts when they are returned by fontconfig during font initialisation.
Reviewed-by: prr, serb
pbansal [Mon, 30 Oct 2017 15:45:55 +0530] rev 47512
8159062: [hidpi] DnD on Windows while scaling is non-integer
Reviewed-by: serb, pkbalakr
Contributed-by: pankaj.b.bansal@oracle.com
jdv [Mon, 30 Oct 2017 12:16:56 +0530] rev 47511
8177455: TIFFCompressor has a reference to non-existent method
Reviewed-by: prr, bpb
serb [Fri, 27 Oct 2017 14:15:02 -0700] rev 47510
8186617: The "com.sun.awt.AWTUtilities" class can be dropped in favour of public API
Reviewed-by: azvegint, prr
prr [Fri, 27 Oct 2017 11:29:50 -0700] rev 47509
8180501: RescaleOp.filter does not document IllegalArgumentException if sizes differ.
Reviewed-by: bpb, pnarayanan
serb [Thu, 26 Oct 2017 19:45:37 -0700] rev 47508
8187639: TrayIcon is not properly supported on macOS in multi-screen environment
Reviewed-by: prr, ssadetsky
prr [Wed, 25 Oct 2017 13:11:07 -0700] rev 47507
8170681: Remove fontconfig header files from JDK source tree
Reviewed-by: serb, erikj
prr [Wed, 25 Oct 2017 12:41:24 -0700] rev 47506
Merge
aghaisas [Wed, 25 Oct 2017 16:34:11 +0530] rev 47505
6463710: ListSelectionModel.setSelectionMode() underspecified
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com
rfield [Tue, 24 Oct 2017 20:33:36 -0700] rev 47504
8179856: jshell tool: not suitable for pipeline use
8186708: jshell tool: bad load file garbles message and does not abort
Reviewed-by: jlahoda
ssadetsky [Tue, 24 Oct 2017 08:37:11 -0700] rev 47503
8188081: Text selection does not clear after focus is lost
Reviewed-by: serb, psadhukhan
prr [Mon, 23 Oct 2017 13:06:04 -0700] rev 47502
Merge
aghaisas [Mon, 23 Oct 2017 16:55:52 +0530] rev 47501
8145795: [PIT] java/awt/Window/ScreenLocation/ScreenLocationTest.java fails (can assign Integer.MAX_VALUE to Window dimensions)
Reviewed-by: serb, pkbalakr
Contributed-by: pankaj.b.bansal@oracle.com
serb [Fri, 20 Oct 2017 20:08:09 -0700] rev 47500
8186559: [macos] the screen location is wrong when using AWT/SWT bridge with dual monitors
Reviewed-by: dmarkov, ssadetsky
rfield [Fri, 20 Oct 2017 19:08:25 -0700] rev 47499
8187359: JShell: Give comprehensible error when user method name matches Object method
Reviewed-by: jlahoda
serb [Fri, 20 Oct 2017 15:39:50 -0700] rev 47498
8184219: Fix accessibility of tables in the java.desktop module
Reviewed-by: jjg
serb [Fri, 20 Oct 2017 15:12:45 -0700] rev 47497
8187399: Different problems in the javadoc's links in java.desktop package
Reviewed-by: azvegint
bpb [Fri, 03 Nov 2017 10:18:28 -0700] rev 47496
8190502: (fs) Typo in java.nio.file.Files
Summary: s/subsequence/subsequent/g
Reviewed-by: alanb
bpb [Fri, 03 Nov 2017 10:18:27 -0700] rev 47495
8190501: (fs) Incorrect error message parameter in java/nio/file/Files/probeContentType/Basic.java
Summary: Replace expectedTypes with expectedTypes[i] in the line in question.
Reviewed-by: alanb
bpb [Fri, 03 Nov 2017 10:18:27 -0700] rev 47494
8190500: (ch) ReadableByteChannelImpl::read and WritableByteChannelImpl::write might not throw ClosedChannelException as specified
Summary: Explicitly verify that the channel is open
Reviewed-by: alanb
lancea [Fri, 03 Nov 2017 13:03:10 -0400] rev 47493
8190439: Removal of newrmic
Reviewed-by: rriggs, alanb, mchung
sundar [Fri, 03 Nov 2017 19:53:09 +0530] rev 47492
8190698: jjs tool of jdk.scripting.nashorn.shell module should not statically depend on java.desktop
Reviewed-by: jlaskey, hannesw
lana [Fri, 03 Nov 2017 02:21:58 +0000] rev 47491
Merge
lana [Fri, 03 Nov 2017 02:21:05 +0000] rev 47490
Added tag jdk-10+30 for changeset 8fee80b92e65
alanb [Thu, 02 Nov 2017 13:20:21 -0700] rev 47489
8186236: ModuleInfoExtender should be ASM6 aware
Reviewed-by: ksrini, mchung, sundar
ksrini [Thu, 02 Nov 2017 13:18:23 -0700] rev 47488
8190287: Update JDK's internal ASM to ASMv6
Reviewed-by: alanb, mchung, sundar
darcy [Thu, 02 Nov 2017 15:09:13 -0700] rev 47487
8190573: Problem list InheritedChannelNotServerSocket.java
Reviewed-by: rriggs
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
prappo [Wed, 26 Jul 2017 17:44:06 +0100] rev 47422
8181612: More stable connection processing
Reviewed-by: chegar, coffeys, ahgross, joehw, rhalade
valeriep [Thu, 13 Jul 2017 20:41:59 +0000] rev 47421
8181048: Refactor existing providers to refer to the same constants for default values for key length
Reviewed-by: mullan, ahgross
weijun [Wed, 12 Jul 2017 10:55:40 +0800] rev 47420
8182879: Add warnings to keytool when using JKS and JCEKS
Reviewed-by: vinnie, ahgross, mullan
prr [Thu, 06 Jul 2017 09:43:27 -0700] rev 47419
8183028: Improve CMS header processing
Reviewed-by: serb, rhalade, mschoene
weijun [Thu, 06 Jul 2017 09:20:21 +0800] rev 47418
8181432: Better processing of unresolved permissions
Reviewed-by: mullan
vinnie [Wed, 05 Jul 2017 17:27:46 +0100] rev 47417
8181692: Update storage implementations
Reviewed-by: weijun, igerasim
vinnie [Wed, 28 Jun 2017 16:52:36 +0100] rev 47416
8181370: Better keystore handling
Reviewed-by: weijun, igerasim
rriggs [Mon, 19 Jun 2017 17:38:33 -0400] rev 47415
8181597: Process Proxy presentation
Reviewed-by: dfuchs, ahgross, rhalade, skoivu
naoto [Thu, 15 Jun 2017 09:57:15 -0700] rev 47414
8181323: Better timezone processing
Reviewed-by: rriggs
weijun [Thu, 18 May 2017 08:52:50 +0800] rev 47413
8178714: PKIX validator nameConstraints check failing after change 8175940
Reviewed-by: mullan, ahgross
smarks [Tue, 28 Mar 2017 12:10:20 -0700] rev 47412
8174966: Unreferenced references
Reviewed-by: rriggs, skoivu, rhalade, robm
dfuchs [Thu, 23 Mar 2017 15:07:26 +0000] rev 47411
8176751: Better URL connections
Reviewed-by: chegar, michaelm, rhalade, rpatil, vtewari
weijun [Wed, 15 Mar 2017 22:27:12 +0800] rev 47410
8175940: More certificate subject checking
Reviewed-by: ahgross, mullan
prr [Fri, 24 Feb 2017 05:32:16 -0800] rev 47409
8171261: Stability fixes for lcms
Reviewed-by: serb, vadim, mschoene
prr [Thu, 23 Feb 2017 03:43:29 -0800] rev 47408
8170218: Improved Font Metrics
Reviewed-by: vadim, serb, mschoene
valeriep [Wed, 22 Feb 2017 00:14:32 +0000] rev 47407
8171252: Improve exception checking
Reviewed-by: ascarpino, mschoene
serb [Tue, 21 Feb 2017 02:23:00 +0300] rev 47406
8169966: Larger AWT menus
Reviewed-by: azvegint, prr, rhalade, mschoene
igerasim [Thu, 17 Nov 2016 22:01:02 +0300] rev 47405
8169026: Handle smartcard clean up better
Reviewed-by: valeriep, ahgross
serb [Fri, 28 Oct 2016 21:33:09 +0300] rev 47404
8165543: Better window framing
Reviewed-by: prr, ssadetsky, mschoene
aefimov [Mon, 19 Jun 2017 22:51:35 +0100] rev 47403
8181100: Better Base Exceptions
Reviewed-by: dfuchs, rhalade, skoivu
Contributed-by: roman.grigoriadi@oracle.com
joehw [Tue, 13 Jun 2017 11:13:56 -0700] rev 47402
8181327: Better X processing
Reviewed-by: dfuchs, lancea
hseigel [Wed, 26 Jul 2017 11:45:53 -0400] rev 47401
8180711: Better invokespecial checks
Reviewed-by: acorn, ahgross, rhalade
Contributed-by: harold.seigel@oracle.com
dfuchs [Fri, 19 May 2017 11:18:49 +0100] rev 47400
8180024: Improve construction of objects during deserialization
Reviewed-by: rriggs, skoivu, ahgross, rhalade
sundar [Fri, 20 Oct 2017 17:16:05 +0530] rev 47399
8189671: jlink should clearly report error when an automatic module is used
Reviewed-by: alanb, mchung
erikj [Fri, 20 Oct 2017 13:33:35 +0200] rev 47398
8182285: Speeding up incremental build by hashing module APIs
Reviewed-by: ihse
Contributed-by: jan.lahoda@oracle.com, erik.joelsson@oracle.com
stuefe [Fri, 20 Oct 2017 13:10:35 +0200] rev 47397
8189619: [aix] OpenJDK local disk check not working on AIX
Reviewed-by: erikj
Contributed-by: sxa@uk.ibm.com
stuefe [Thu, 31 Aug 2017 08:45:18 +0200] rev 47396
8186665: [aix] buffer overflow in Java_java_nio_MappedByteBuffer_isLoaded0
Reviewed-by: alanb, plevart, clanger
ksrini [Thu, 19 Oct 2017 20:27:47 -0700] rev 47395
8157000: Do not generate javadoc for overridden method with no spec change
Reviewed-by: jjg
prr [Thu, 19 Oct 2017 11:45:23 -0700] rev 47394
Merge
prr [Thu, 19 Oct 2017 10:54:40 -0700] rev 47393
Merge
mhalder [Thu, 19 Oct 2017 13:52:37 +0530] rev 47392
8163265: [macosx] numpad 0 instead of VK_0
Reviewed-by: serb, azvegint
Contributed-by: manajit.halder@oracle.com
serb [Wed, 18 Oct 2017 22:06:24 -0700] rev 47391
8075255: Metal L&F has dependency on the Windows L&F
Reviewed-by: psadhukhan
prr [Tue, 17 Oct 2017 14:33:32 -0700] rev 47390
Merge
ssadetsky [Mon, 16 Oct 2017 08:47:59 -0700] rev 47389
8187599: Remove dependency of Building Nimbus L&F on JAXB
Reviewed-by: serb, prr
ssadetsky [Mon, 16 Oct 2017 08:34:01 -0700] rev 47388
8182638: [macosx] Active modal dialog is hidden by another non-active one
Reviewed-by: azvegint, dmarkov
ssadetsky [Mon, 16 Oct 2017 08:06:56 -0700] rev 47387
8180821: [macosx]com/apple/laf/ScreenMenu/ScreenMenuMemoryLeakTest.java: The menu item should have been GC-ed
Reviewed-by: prr, psadhukhan
prr [Fri, 13 Oct 2017 08:54:00 -0700] rev 47386
8183978: Remove ICU layout code from OpenJDK
Reviewed-by: srl, serb
aghaisas [Thu, 12 Oct 2017 10:40:45 +0530] rev 47385
6714836: JRootPane.getMaximumSize() returns a width of 0
Reviewed-by: psadhukhan, serb
Contributed-by: krishna.addepalli@oracle.com
alitvinov [Wed, 11 Oct 2017 15:53:25 +0100] rev 47384
8166772: Touch keyboard is not shown for text components on a screen touch
Reviewed-by: serb, azvegint
prr [Tue, 10 Oct 2017 12:15:25 -0700] rev 47383
8080084: java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with G1 GC
Reviewed-by: ssadetsky, pnarayanan
shurailine [Tue, 10 Oct 2017 09:10:43 -0700] rev 47382
8188824: sanity/client/SwingSet/src/ProgressBarDemoTest: Failed with NullPointerException
Reviewed-by: ssadetsky
prr [Mon, 09 Oct 2017 11:38:46 -0700] rev 47381
Merge
psadhukhan [Mon, 09 Oct 2017 10:42:27 +0530] rev 47380
8187989: Documentation error in JComponent.paintComponent
Reviewed-by: ssadetsky, serb
dmarkov [Sat, 07 Oct 2017 15:58:45 +0100] rev 47379
8155197: Focus transition issue
Reviewed-by: serb, ssadetsky, aivanov
shurailine [Thu, 05 Oct 2017 13:29:34 -0700] rev 47378
8188779: Synchronize test/jdk/sanity/client/lib/jemmy with code-tools/jemmy/v2
Reviewed-by: serb, ssadetsky
aghaisas [Wed, 04 Oct 2017 15:10:08 +0530] rev 47377
8004029: [macosx] The long Tab titles are not clipped with dots at the end.
Reviewed-by: serb, psadhukhan
Contributed-by: shashidhara.veerabhadraiah@oracle.com
prr [Thu, 28 Sep 2017 11:27:56 -0700] rev 47376
Merge
prr [Thu, 28 Sep 2017 09:13:27 -0700] rev 47375
Merge
psadhukhan [Tue, 26 Sep 2017 10:46:23 +0530] rev 47374
8088132: [Swing, singleThread] ClassCastException in nested event loop when showing multiple message dialogs in SwingNode
Reviewed-by: serb
aghaisas [Mon, 25 Sep 2017 16:12:49 +0530] rev 47373
8154468: [TEST_BUG] java/awt/Window/MultiWindowApp/ChildAlwaysOnTopTest.java
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com
aghaisas [Mon, 25 Sep 2017 16:06:13 +0530] rev 47372
8081311: [TEST_BUG] java/awt/ComponentOrientation/WindowTest.java does use deprecated applyResourceBundle
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com
aghaisas [Mon, 25 Sep 2017 15:57:43 +0530] rev 47371
6857809: [TEST_BUG] java/awt/Component/PrintAllXcheckJNI/PrintAllXcheckJNI.java fails in jdk7 b64 pit build
Reviewed-by: serb, ssadetsky
Contributed-by: pankaj.b.bansal@oracle.com, dcherepanov@azul.com
asmotrak [Fri, 22 Sep 2017 18:57:05 -0700] rev 47370
8178274: Java_sun_lwawt_macosx_NSEvent_nsToJavaKeyInfo() overreads jchar variable
Reviewed-by: ssadetsky
serb [Fri, 22 Sep 2017 18:20:18 -0700] rev 47369
6238123: Typos at Serialized Form javadoc for java.awt.Polygon
Reviewed-by: prr, pnarayanan
serb [Fri, 22 Sep 2017 17:36:55 -0700] rev 47368
8175968: The javax.swing.filechooser.FileSystemView constructor consumes memory by adding a PropertyChangeListener that is never removed
Reviewed-by: azvegint
serb [Fri, 22 Sep 2017 17:09:56 -0700] rev 47367
8186967: Unused methods in MotifGraphicsUtils can be removed
Reviewed-by: azvegint
hannesw [Thu, 19 Oct 2017 20:34:48 +0200] rev 47366
8189617: Remove undocumented --print-mem-usage option
Reviewed-by: jlaskey, sundar
erikj [Thu, 19 Oct 2017 17:47:04 +0200] rev 47365
8189679: JDK-8189094 broke testing in Mach 5
Reviewed-by: tbell, mchung
erikj [Thu, 19 Oct 2017 14:16:45 +0200] rev 47364
8189094: Change required boot jdk to JDK 9
Reviewed-by: ihse, mchung
jlahoda [Thu, 19 Oct 2017 10:59:02 +0200] rev 47363
8188035: JavaFileManager.listLocationsForModules does not always reflect values set through StandardJavaFileManager.setLocationForModule.
Summary: Prepending explictely set module locations in listLocationsForModules.
Reviewed-by: jjg
jlahoda [Thu, 19 Oct 2017 09:53:53 +0200] rev 47362
8186873: Possible dead code \"com.sun.tools.javac.tree.TreeInfo.isAnonymousDiamond()\" which was added in 9
Summary: Removing unused method.
Reviewed-by: mcimadamore
clanger [Thu, 19 Oct 2017 09:01:29 +0200] rev 47361
8155590: Dubious collection management in sun.net.www.http.KeepAliveCache
Reviewed-by: rriggs, vtewari
jjiang [Thu, 19 Oct 2017 14:49:20 +0800] rev 47360
8189603: ProblemList sun/security/pkcs11/KeyStore/SecretKeysBasic.sh on Linux platform
Summary: Put test sun/security/pkcs11/KeyStore/SecretKeysBasic.sh to ProblemList on Linux platform due to JDK-8186098
Reviewed-by: xuelei
joehw [Wed, 18 Oct 2017 13:25:49 -0700] rev 47359
8181150: Fix lint warnings in JAXP repo: rawtypes and unchecked
Reviewed-by: lancea, rriggs, mullan
stuefe [Tue, 05 Sep 2017 13:40:14 +0200] rev 47358
8187228: [aix] make data segment page size 64K by default
Reviewed-by: goetz, erikj
mchung [Tue, 17 Oct 2017 10:32:01 -0700] rev 47357
8189202: (jdeps) Need jdeps output format easy for jlink --add-modules to use
Reviewed-by: sundar
vromero [Tue, 17 Oct 2017 07:11:05 -0700] rev 47356
8187624: NPE in Type.UndetVar.debugString()
Reviewed-by: mcimadamore
erikj [Tue, 17 Oct 2017 15:47:53 +0200] rev 47355
8189430: make/hotspot/copy/Copy-java.base.gmk in wrong location after consolidation
Reviewed-by: ihse, dholmes
erikj [Tue, 17 Oct 2017 15:46:09 +0200] rev 47354
8189434: SetupCopyFiles does not handle files with $ in them
Reviewed-by: ihse
jlahoda [Mon, 26 Jun 2017 17:00:45 +0200] rev 47353
8181897: JDK 9 change to symlink handling affects SourceFile attributes
Summary: Using user provided path in toUri().
Reviewed-by: jjg
bchristi [Mon, 16 Oct 2017 11:20:59 -0700] rev 47352
8187772: JVM crash when currency set on MacOS 10.10 and earlier
Reviewed-by: naoto
hannesw [Mon, 16 Oct 2017 18:27:07 +0200] rev 47351
8068513: Adding elements to a javascript 'object' (a map) is slow
Reviewed-by: jlaskey, sundar
jlahoda [Fri, 01 Sep 2017 14:04:20 +0200] rev 47350
8186694: JShell: speed-up compilation by reusing compiler instances
Summary: Generalizing ReusableContext and using it in JShell to speed up processing.
Reviewed-by: mcimadamore, rfield
sundar [Mon, 16 Oct 2017 18:15:41 +0530] rev 47349
8189262: jdk.jlink module-info.java javadoc comment refers to the non-existent jimage tool doc
Reviewed-by: alanb
erikj [Mon, 16 Oct 2017 12:56:23 +0200] rev 47348
8189324: install-file macro no longer handles files with $ in them
Reviewed-by: ihse
sadayapalam [Mon, 16 Oct 2017 14:30:37 +0530] rev 47347
8184989: Incorrect class file created when passing lambda in inner class constructor and outer is subclass
Reviewed-by: mcimadamore
ihse [Mon, 16 Oct 2017 08:43:42 +0200] rev 47346
8189263: Introduce CUSTOM_ROOT
Reviewed-by: erikj
alanb [Sat, 14 Oct 2017 09:51:25 +0100] rev 47345
8189264: (sl) ServiceLoader does not wrap Errors thrown by provider classes when running with a security manager
Reviewed-by: mchung
dl [Fri, 13 Oct 2017 18:34:37 -0700] rev 47344
8188575: Miscellaneous changes imported from jsr166 CVS 2017-10
Reviewed-by: martin, psandoz
dl [Fri, 13 Oct 2017 18:29:21 -0700] rev 47343
8187941: Add StampedLock stamp inspection methods
Reviewed-by: martin, psandoz
dl [Fri, 13 Oct 2017 18:19:18 -0700] rev 47342
8188047: Add SplittableRandom.nextBytes
Reviewed-by: martin, psandoz
dl [Fri, 13 Oct 2017 18:12:54 -0700] rev 47341
8188853: java/util/concurrent/ExecutorService/Invoke.java Assertion failure
Reviewed-by: martin, psandoz, dholmes
dl [Fri, 13 Oct 2017 18:07:47 -0700] rev 47340
8188900: ConcurrentLinkedDeque linearizability
Reviewed-by: martin, psandoz
lana [Fri, 13 Oct 2017 23:56:28 +0000] rev 47339
Merge
lana [Fri, 13 Oct 2017 23:55:08 +0000] rev 47338
Added tag jdk-10+27 for changeset b87d7b5d5ded