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
hannesw [Fri, 13 Oct 2017 17:25:12 +0200] rev 47337
8027302: Identifiers containing unicode escapes are not recognized as reserved words
Reviewed-by: jlaskey, sundar
ihse [Fri, 13 Oct 2017 15:22:02 +0200] rev 47336
8189229: Remove references to $(TOPDIR)/src/*/$(MODULE)
Reviewed-by: erikj
alanb [Fri, 13 Oct 2017 14:17:10 +0100] rev 47335
8186738: (sl) ServiceLoader::stream doesn't update cache
Reviewed-by: mchung
erikj [Fri, 13 Oct 2017 13:42:10 +0200] rev 47334
8189095: Import JMC from artifactory using Jib and main makefiles
Reviewed-by: ihse
smarks [Thu, 12 Oct 2017 17:58:26 -0700] rev 47333
6344935: (spec) clarify specifications for Object.wait overloads
Reviewed-by: dholmes, martin, forax, lancea, mchung
bpb [Thu, 12 Oct 2017 10:28:20 -0700] rev 47332
8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes"
Summary: Use an inner class for the closer instead of a lambda
Reviewed-by: alanb, rriggs
redestad [Thu, 12 Oct 2017 16:00:29 +0200] rev 47331
8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
Reviewed-by: sherman, alanb
ihse [Thu, 12 Oct 2017 13:35:41 +0200] rev 47330
8189222: Remove make/corba/Makefile
Reviewed-by: erikj
ctornqvi [Wed, 11 Oct 2017 16:14:47 -0400] rev 47329
8189115: Pass JIB_DATA_DIR to jtreg harness
Reviewed-by: erikj
jjg [Tue, 10 Oct 2017 17:02:52 -0700] rev 47328
8187521: In some corner cases the javadoc tool can reuse id attribute
Reviewed-by: bpatel, ksrini
bpb [Tue, 10 Oct 2017 09:55:14 -0700] rev 47327
8147615: (fc) FileChannelImpl has no finalizer
Summary: Add a cleaner to close parent-less FileChannels
Reviewed-by: alanb, rriggs
erikj [Tue, 10 Oct 2017 15:26:01 +0200] rev 47326
8188050: UnsatisfiedLinkError after repo consolidation
Reviewed-by: tbell, ihse
erikj [Tue, 10 Oct 2017 15:20:10 +0200] rev 47325
8188910: jib configure requires --src-dir for out fo tree builds, second attempt
Reviewed-by: dholmes, tbell, ihse
ihse [Tue, 10 Oct 2017 13:33:39 +0200] rev 47324
8188312: Use CDS if present when running the Boot JDK during build
Reviewed-by: iklam, erikj
mcimadamore [Mon, 09 Oct 2017 13:03:18 +0100] rev 47323
8169345: javac crash when local from enclosing context is captured multiple times
Summary: captured variables imported from multiple enclosing scopes are not handled correctly
Reviewed-by: vromero
fyuan [Mon, 09 Oct 2017 17:37:15 +0800] rev 47322
8187700: SetAuthenticator tests should handle the proxy port
Reviewed-by: dfuchs
jjg [Fri, 06 Oct 2017 18:40:33 -0700] rev 47321
8188578: move printFramesDocument from HtmlDocWriter to FrameOutputWriter
Reviewed-by: ksrini
lana [Fri, 06 Oct 2017 20:54:37 +0000] rev 47320
Merge
lana [Fri, 06 Oct 2017 20:38:35 +0000] rev 47319
Added tag jdk-10+26 for changeset 1129253d3bc7
jlahoda [Fri, 06 Oct 2017 17:18:03 +0200] rev 47318
8188225: AST could be improved in presence of var types.
Summary: Adding a better start pos for vars; always adding a synthetic type tree to vars.
Reviewed-by: mcimadamore
goetz [Fri, 06 Oct 2017 08:37:08 +0200] rev 47317
8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
Reviewed-by: vtewari, simonis
mcimadamore [Thu, 05 Oct 2017 18:29:47 +0100] rev 47316
8172443: Change use of tree.pos to line:col in rawDiagnostics
Summary: Generate more stable raw diagnostic position for functional expression AST diag arguments
Reviewed-by: jjg, vromero
mcimadamore [Thu, 05 Oct 2017 12:19:23 +0100] rev 47315
8063054: Incorrect raw type warning for method reference
Summary: Spurious raw types warnings generated for unbound method references
Reviewed-by: jlahoda
Contributed-by: bsrbnd@gmail.com
ihse [Thu, 05 Oct 2017 12:41:06 +0200] rev 47314
8188814: Simplify IncludeCustomExtension
Reviewed-by: dholmes
ihse [Thu, 05 Oct 2017 11:02:18 +0200] rev 47313
8188768: Fix interaction between make and autoconf after consolidation
Reviewed-by: erikj, tbell
joehw [Wed, 04 Oct 2017 10:54:18 -0700] rev 47312
8187593: Cleanup: removing SecuritySupport files
Reviewed-by: lancea
ksrini [Wed, 04 Oct 2017 10:44:21 -0700] rev 47311
8186703: javadoc needs a test to verify member hiding
Reviewed-by: jjg
igerasim [Wed, 04 Oct 2017 01:08:36 -0700] rev 47310
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
Reviewed-by: coffeys
igerasim [Tue, 03 Oct 2017 23:42:08 -0700] rev 47309
8187658: Bigger buffer for GetAdaptersAddresses
Reviewed-by: rriggs, vtewari
mchung [Tue, 03 Oct 2017 19:27:07 -0700] rev 47308
8188321: (jdeps) help message should say "requires transitive" rather than "requires public"
Reviewed-by: sundar
dl [Tue, 03 Oct 2017 14:00:00 -0700] rev 47307
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:55:05 -0700] rev 47306
8186265: Make toString() methods of "task" objects more useful
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
Contributed-by: Charles Munger <clm@google.com>
dl [Tue, 03 Oct 2017 13:50:09 -0700] rev 47305
8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:45:11 -0700] rev 47304
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
Reviewed-by: martin, psandoz
dl [Tue, 03 Oct 2017 13:41:55 -0700] rev 47303
8187607: [Testbug] Atomic*FieldUpdaterTest.checkPrivateAccess uses nested classes
Reviewed-by: martin, psandoz, dholmes
dl [Tue, 03 Oct 2017 13:37:01 -0700] rev 47302
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
Reviewed-by: martin, psandoz, dholmes
dl [Tue, 03 Oct 2017 13:32:04 -0700] rev 47301
8188241: Improve numerical code in StampedLock example code
Reviewed-by: martin, psandoz, darcy
bpatel [Tue, 03 Oct 2017 12:58:49 -0700] rev 47300
8074407: javadoc: using <pre> after @deprecated tag causes warnings
Reviewed-by: jjg, ksrini
bpatel [Mon, 02 Oct 2017 14:49:46 -0700] rev 47299
8169819: minor cleanup for deprecated page
Reviewed-by: jjg, ksrini
vromero [Mon, 02 Oct 2017 10:04:22 -0700] rev 47298
8187978: javac can show overload error messages that include non-valid candidates
Reviewed-by: mcimadamore
Contributed-by: bsrbnd@gmail.com
mcimadamore [Mon, 02 Oct 2017 12:29:44 +0100] rev 47297
8188144: regression in method reference type-checking
Summary: method reference checking prefers unbound lookup when both searches produce same results
Reviewed-by: vromero
ihse [Wed, 27 Sep 2017 21:48:21 +0200] rev 47296
8188034: InitSupport does not properly include closed file
Reviewed-by: tbell, erikj
tbell [Sat, 30 Sep 2017 22:49:05 -0700] rev 47295
8188185: Windows build fails in configure after fix for JDK-8188136
Reviewed-by: darcy
mchung [Fri, 29 Sep 2017 11:33:08 -0700] rev 47294
8186050: StackFrame should provide the method signature
Reviewed-by: alanb, bchristi, forax, plevart
sdama [Sat, 30 Sep 2017 03:15:56 +0530] rev 47293
8147076: LinkerCallSite.ARGLIMIT is used incorrectly
Summary: Modified ARGLIMIT
Reviewed-by: hannesw, jlaskey
Contributed-by: srinivas.dama@oracle.com
ctornqvi [Fri, 29 Sep 2017 09:48:31 -0400] rev 47292
8188038: Add Windows-x64-open bundles to jib-profiles.js
Reviewed-by: erikj
erikj [Fri, 29 Sep 2017 15:26:13 +0200] rev 47291
8188136: jib configure requires --src-dir for out of tree builds
8188123: jib.sh looks for closed config file in the wrong place after repo consolidation
Reviewed-by: dholmes, tbell
sundar [Fri, 29 Sep 2017 16:37:36 +0530] rev 47290
8180274: Fix links in nashorn documentation
Reviewed-by: hannesw
goetz [Fri, 29 Sep 2017 10:00:58 +0200] rev 47289
8188135: Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
Reviewed-by: dholmes, alanb
lana [Fri, 29 Sep 2017 00:52:30 +0000] rev 47288
Added tag jdk-10+25 for changeset 8eb5e3ccee56
sundar [Thu, 28 Sep 2017 23:03:17 +0530] rev 47287
8188098: NPE in SimpleTreeVisitorES6 visitor when parsing a tagged template literal
Reviewed-by: hannesw, jlaskey
sundar [Thu, 28 Sep 2017 18:30:35 +0530] rev 47286
8188082: autoimports.js sample is broken
Reviewed-by: hannesw, jlaskey
mcimadamore [Thu, 28 Sep 2017 11:20:16 +0100] rev 47285
8188090: Running tests from make causes spurious mercurial changes
Summary: Fix relative path in test/TestCommon.gmk
Reviewed-by: erikj
bpatel [Wed, 27 Sep 2017 16:47:07 -0700] rev 47284
8186332: Fix method signature in method summary table
Reviewed-by: jjg, ksrini
darcy [Wed, 27 Sep 2017 14:23:41 -0700] rev 47283
8187982: Update SourceVersion to mention restricted keywords
Reviewed-by: mcimadamore
mchung [Wed, 27 Sep 2017 12:44:06 -0700] rev 47282
6373396: (cl spec) clarify spec of ClassLoader.getPackages() about run-time package
Reviewed-by: psandoz
psandoz [Wed, 27 Sep 2017 10:24:40 -0700] rev 47281
8187688: Additional tests for MethodHandle.invokeWithArguments
Reviewed-by: redestad
redestad [Wed, 27 Sep 2017 17:56:00 +0200] rev 47280
8187826: Avoid using reflection to bootstrap NamedFunctions
Reviewed-by: psandoz
hannesw [Wed, 27 Sep 2017 17:09:52 +0200] rev 47279
8186815: Java.from has a bug, when element is ScriptObject
Reviewed-by: sundar, jlaskey
hannesw [Wed, 27 Sep 2017 15:26:35 +0200] rev 47278
8133623: JDK-8055034.js and JDK-8130127.js fail in nashorn nightly
Reviewed-by: sundar, hannesw
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
sundar [Wed, 27 Sep 2017 18:40:37 +0530] rev 47277
8188023: Avoid -source and -target javac options in nashorn ant compilation
Reviewed-by: jlaskey, hannesw
hannesw [Wed, 27 Sep 2017 14:56:19 +0200] rev 47276
8187962: Optimistic types ignore JavaAdapter return types
Reviewed-by: sundar, attila
ihse [Wed, 27 Sep 2017 11:38:21 +0200] rev 47275
8188013: symbolgenerator targets jdk 9 source
Reviewed-by: erikj
ihse [Wed, 27 Sep 2017 11:21:40 +0200] rev 47274
8188012: Nashorn build targets version 9 source
Reviewed-by: erikj, dholmes
weijun [Wed, 27 Sep 2017 14:02:15 +0800] rev 47273
6695402: Jarsigner with multi-byte characters in class names
Reviewed-by: weijun
Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
bpatel [Tue, 26 Sep 2017 20:03:48 -0700] rev 47272
8183511: improve style for deprecated text
Reviewed-by: jjg, ksrini
robm [Tue, 26 Sep 2017 19:19:09 +0100] rev 47271
8184328: JDK 8u131 socketRead0 hang at SSL read
Reviewed-by: xuelei, chegar, coffeys
vtewari [Tue, 26 Sep 2017 20:34:10 +0530] rev 47270
8185072: network006 times out in many configs in JDK10-hs nightly
Reviewed-by: chegar, rriggs
sundar [Tue, 26 Sep 2017 20:29:13 +0530] rev 47269
8187965: dynalink samples under $jdk10/src/sample/nashorn/dynalink are broken
Reviewed-by: jlaskey, hannesw
mcimadamore [Tue, 26 Sep 2017 12:52:53 +0100] rev 47268
8177466: Add compiler support for local variable type-inference
Summary: Add support for 'var' in implicitly typed local variable declarations
Reviewed-by: vromero, jlahoda
vtewari [Tue, 26 Sep 2017 15:08:56 +0530] rev 47267
8159526: Deprivilege jdk.httpserver
Reviewed-by: chegar, alanb, michaelm, mchung
chegar [Tue, 26 Sep 2017 10:20:35 +0100] rev 47266
8181176: java/net/httpclient/websocket/ConnectionHandover.java times out
Reviewed-by: coffeys
dholmes [Tue, 26 Sep 2017 01:26:00 -0400] rev 47265
Merge
goetz [Mon, 25 Sep 2017 23:42:58 -0400] rev 47264
8187045: [linux] Not all libraries in the VM are linked with -z,noexecstack
Reviewed-by: ihse, dholmes
mli [Tue, 26 Sep 2017 12:47:49 +0800] rev 47263
8187376: test issue in java/lang/invoke/VarHandles/VarHandleBaseTest.java
Reviewed-by: psandoz
sdama [Tue, 26 Sep 2017 07:00:43 +0530] rev 47262
8185257: Nashorn AST is missing nodes when a for-loop contains a VariableDeclarationList
Summary: var declaration in for loop removed from block scope in es6 mode
Reviewed-by: hannesw, sundar
Contributed-by: srinivas.dama@oracle.com
sundar [Mon, 25 Sep 2017 20:32:44 +0530] rev 47261
8187934: dropping a shebang script in src/sample/nashorn directory results in test failure
Reviewed-by: hannesw, jlaskey
sdama [Tue, 26 Sep 2017 00:37:37 +0530] rev 47260
8186011: Fix samples/java_completion.js and samples/disassemble.js
Summary: replaced continuation property to method as API changed and removed invalid test in jdk9 modular system
Reviewed-by: hannesw, sundar
Contributed-by: srinivas.dama@oracle.com
ihse [Mon, 25 Sep 2017 11:52:40 +0200] rev 47259
8187672: RunTest displays broken output if jtreg fails completely
Reviewed-by: erikj, tbell
ihse [Mon, 25 Sep 2017 11:50:39 +0200] rev 47258
8180897: Explicit --with-jtreg path not expanded
Reviewed-by: erikj
jlahoda [Mon, 25 Sep 2017 13:03:11 +0200] rev 47257
8187883: NewClassDefEnclosing.java fails on windows
Summary: Fixing whitespace normalization.
Reviewed-by: mcimadamore
mcimadamore [Mon, 25 Sep 2017 11:32:13 +0100] rev 47256
8187784: IntelliJ langtools project exclusion settings are too broad
Summary: revert exclusion for src/make/test folders
Reviewed-by: jlahoda
ihse [Mon, 25 Sep 2017 10:47:28 +0200] rev 47255
8176467: --with-cacerts-file should fail during configure if file does not exist
Reviewed-by: erikj
ihse [Mon, 25 Sep 2017 10:45:34 +0200] rev 47254
8176099: --with-build-jdk and --with-boot-jdk not working with JDK 10
Reviewed-by: erikj
ihse [Mon, 25 Sep 2017 10:32:00 +0200] rev 47253
8187544: Replace BUILD_OUTPUT and OUTPUT_ROOT with OUTPUTDIR
Reviewed-by: erikj
ihse [Mon, 25 Sep 2017 10:21:23 +0200] rev 47252
8187543: Replace SRC_ROOT with TOPDIR
Reviewed-by: erikj
serb [Fri, 22 Sep 2017 15:32:09 -0700] rev 47251
8187442: Xcheck:jni produces various "WARNING in native method" in launcher
Reviewed-by: ksrini, dholmes
jrose [Fri, 22 Sep 2017 15:28:16 -0700] rev 47250
8185993: MethodHandle.invokeWithArguments jumbo-arity
Reviewed-by: psandoz, vlivanov
anazarov [Fri, 22 Sep 2017 11:49:53 -0700] rev 47249
8185458: Added comment for Files.notExists in FileUtils test library
Reviewed-by: chegar
jlahoda [Fri, 22 Sep 2017 14:06:11 +0200] rev 47248
8044853: Attr synthesizes nullcheck tree nodes
Summary: Avoid move of JCNewClass.encl to args in front end phases.
Reviewed-by: jjg
hannesw [Fri, 22 Sep 2017 12:00:41 +0200] rev 47247
8181792: nashorn samples/exec.js has some incorrect examples
Reviewed-by: sundar, hannesw
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
hannesw [Fri, 22 Sep 2017 11:52:38 +0200] rev 47246
8186180: Symbol.__proto__ results in error with format string placeholder
Reviewed-by: sundar, hannesw
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
hannesw [Fri, 22 Sep 2017 11:48:57 +0200] rev 47245
8187362: Nashorn unsigned right shift operator unexpectedly returns floating-point
Reviewed-by: sundar, hannesw
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
amlu [Fri, 22 Sep 2017 16:38:54 +0800] rev 47244
8184329: Refactor java/lang/ClassLoader shell tests to java
Reviewed-by: mchung
xiaofeya [Thu, 21 Sep 2017 20:05:46 -0700] rev 47243
8085875: java/net/DatagramSocket/PortUnreachable.java fails intermittently: Address already in use
Reviewed-by: msheppar, clanger
xiaofeya [Thu, 21 Sep 2017 19:48:32 -0700] rev 47242
8187026: Remove intermittent key from java/net/httpclient/http2/BasicTest.java
Reviewed-by: chegar
weijun [Fri, 22 Sep 2017 09:49:08 +0800] rev 47241
8187786: Many javax/net/ssl/DTLS tests failing
Reviewed-by: xuelei
erikj [Thu, 21 Sep 2017 23:20:18 +0200] rev 47240
8187790: generated-configure out of sync
Reviewed-by: mchung, tbell
mchung [Thu, 21 Sep 2017 13:55:44 -0700] rev 47239
8187449: jdeps fails when an upgradeable module is upgraded with an automatic module
Reviewed-by: lancea, psandoz
wetmore [Thu, 21 Sep 2017 12:13:25 -0700] rev 47238
8187788: Disasble javax/net tests until JDK-8187786 is resolved
Reviewed-by: darcy
rriggs [Thu, 21 Sep 2017 13:40:18 -0400] rev 47237
Merge
rriggs [Thu, 21 Sep 2017 11:41:34 -0400] rev 47236
8177932: (process) java/lang/ProcessHandle/OnExitTest.java failed with "Process A should not be alive..."
Reviewed-by: stuefe, dholmes, fyuan
rriggs [Thu, 21 Sep 2017 11:41:12 -0400] rev 47235
8187631: Refactor FileDescriptor close implementation
Reviewed-by: bpb, alanb
jlahoda [Thu, 21 Sep 2017 17:47:34 +0200] rev 47234
8184739: Incorrect end position of PackageTree
Summary: Fixing end position of PackageTree.
Reviewed-by: jjg
ksrini [Wed, 20 Sep 2017 15:22:21 -0700] rev 47233
8186875: Removed unused method LinkFactory.getTypeAnnotationLinks(LinkInfo linkInfo)
Reviewed-by: anazarov, bpatel, jjg
hannesw [Thu, 21 Sep 2017 14:40:50 +0200] rev 47232
8186646: Nashorn: "duplicate code" assertion when binding a vararg function that just passes arguments along
Reviewed-by: sundar, jlaskey
sundar [Thu, 21 Sep 2017 18:00:44 +0530] rev 47231
8187782: no ant build artifact should be produced under make/nashorn directory
Reviewed-by: hannesw, jlaskey
psadhukhan [Thu, 21 Sep 2017 16:21:14 +0530] rev 47230
8186987: NullPointerException in RasterPrinterJob without PrinterResolution
Reviewed-by: prr, pnarayanan
psadhukhan [Thu, 21 Sep 2017 16:17:37 +0530] rev 47229
8156042: Modifiers of swing ActionEvent does not work when "-Djavafx.embed.singleThread=true"
Reviewed-by: azvegint
sundar [Thu, 21 Sep 2017 14:37:47 +0530] rev 47228
8187773: nashorn ant javadoc, nashornapi, dynalinkapi, run, debug, octane, sunspider targets fail
Reviewed-by: hannesw
weijun [Thu, 21 Sep 2017 16:29:54 +0800] rev 47227
8186884: Test native KDC, Java krb5 lib, and native krb5 lib in one test
Reviewed-by: asmotrak
weijun [Thu, 21 Sep 2017 16:29:45 +0800] rev 47226
8186831: Kerberos ignores PA-DATA with a non-null s2kparams
Reviewed-by: xuelei
weijun [Thu, 21 Sep 2017 16:29:34 +0800] rev 47225
8186931: jdk.security.jarsigner package is missing package summary
Reviewed-by: mchung, mullan
weijun [Thu, 21 Sep 2017 16:29:18 +0800] rev 47224
8148371: Remove policytool
Reviewed-by: erikj, alanb, mullan
sherman [Wed, 20 Sep 2017 16:41:54 -0700] rev 47223
8186464: ZipFile cannot read some InfoZip ZIP64 zip files
Reviewed-by: martin
lana [Wed, 20 Sep 2017 02:16:19 +0000] rev 47222
Added tag jdk-10+24 for changeset 3b201865d5c1
erikj [Mon, 18 Sep 2017 18:15:05 -0700] rev 47221
8187642: The consolidated repo test makefile disables CONCURRENCY setting to jtreg
Reviewed-by: darcy
darcy [Mon, 18 Sep 2017 13:33:29 -0700] rev 47220
8187636: Mark MetaCallback.java as failing intermittently
Reviewed-by: serb, prr
ihse [Fri, 15 Sep 2017 09:18:00 -0700] rev 47219
8187542: Remove superfluous *_TOPDIR variables
Reviewed-by: erikj
erikj [Tue, 12 Sep 2017 19:03:59 +0200] rev 47218
8187445: Forest Consolidation: Make tests work
Reviewed-by: darcy, ihse
erikj [Tue, 12 Sep 2017 19:03:56 +0200] rev 47217
8187444: Forest Consolidation: Make build work
Reviewed-by: darcy, ihse
Contributed-by: erik.joelsson@oracle.com, maurizio.cimadamore@oracle.com, sundararajan.athijegannathan@oracle.com, jonathan.gibbons@oracle.com
erikj [Tue, 12 Sep 2017 19:03:39 +0200] rev 47216
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
duke [Sat, 09 Sep 2017 14:36:53 +0200] rev 47215
Added tag jdk-10+23 for changeset 22850b3a5524
duke [Sat, 09 Sep 2017 14:36:51 +0200] rev 47214
Merge
duke [Sat, 09 Sep 2017 14:36:45 +0200] rev 47213
Merge
asaha [Fri, 01 Sep 2017 14:13:40 +0000] rev 47212
Added tag jdk-10+22 for changeset 72ec64aeaa57
duke [Sat, 09 Sep 2017 14:36:41 +0200] rev 47211
Merge
jjg [Fri, 01 Sep 2017 14:06:12 -0700] rev 47210
8186947: Fix accessibility and other issues in the java.xml.ws module
Reviewed-by: lancea, mchung, darcy
asaha [Fri, 01 Sep 2017 14:13:16 +0000] rev 47209
Added tag jdk-10+22 for changeset 65a9d2608cde
duke [Sat, 09 Sep 2017 14:36:37 +0200] rev 47208
Merge
asaha [Fri, 01 Sep 2017 14:13:15 +0000] rev 47207
Added tag jdk-10+22 for changeset 70b6df26bd98
duke [Sat, 09 Sep 2017 14:36:34 +0200] rev 47206
Merge
hannesw [Sat, 02 Sep 2017 14:26:29 +0200] rev 47205
8169233: LengthNotWritableFilter extraElements.remove(index) has no effect
Reviewed-by: sundar, jlaskey
Contributed-by: priya.lakshmi.muthuswamy@oracle.com
asaha [Fri, 01 Sep 2017 14:13:42 +0000] rev 47204
Added tag jdk-10+22 for changeset 4ed4c4eba60c
duke [Sat, 09 Sep 2017 14:36:29 +0200] rev 47203
Merge
jjg [Fri, 01 Sep 2017 11:48:27 -0700] rev 47202
8186924: Fix accessibility and other HTML issues in java.corba module
Reviewed-by: mchung
asaha [Fri, 01 Sep 2017 14:13:07 +0000] rev 47201
Added tag jdk-10+22 for changeset 647709236722
duke [Sat, 09 Sep 2017 14:36:25 +0200] rev 47200
Merge
prr [Tue, 05 Sep 2017 10:09:44 -0700] rev 47199
Merge
pnarayanan [Sun, 03 Sep 2017 19:31:11 +0530] rev 47198
8187113: test/javax/imageio/plugins/png/PngCreationTimeTest.java fails
Reviewed-by: serb, psadhukhan
Contributed-by: prahalad.kumar.narayanan@oracle.com
pnarayanan [Fri, 01 Sep 2017 12:32:20 +0530] rev 47197
8164971: PNG metadata does not handle ImageCreationTime
Reviewed-by: prr, bpb, jdv
Contributed-by: prahalad.kumar.narayanan@oracle.com
serb [Thu, 31 Aug 2017 15:47:34 -0700] rev 47196
8184435: Cleanup of javadoc in javax.print package
Reviewed-by: prr, psadhukhan
serb [Thu, 31 Aug 2017 13:00:23 -0700] rev 47195
8181566: JavaSound javadoc clarification
Reviewed-by: amenkov
prr [Thu, 31 Aug 2017 13:09:31 -0700] rev 47194
8183351: Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
Reviewed-by: serb
prr [Thu, 31 Aug 2017 10:51:07 -0700] rev 47193
Merge
azvegint [Thu, 31 Aug 2017 09:28:21 +0530] rev 47192
8181786: Extra runLater causes impossible states to be possible using javafx.embed.singleThread=true
Reviewed-by: kcr
serb [Tue, 01 Aug 2017 14:18:14 +0800] rev 47191
8177951: Charset problem when the name of the sound device contains Chinese character
Reviewed-by: amenkov, serb
Contributed-by: Charlie Jiang <cqjjjjzr@126.com>
pkbalakr [Wed, 30 Aug 2017 16:56:59 +0530] rev 47190
8175015: FileSystemView.isDrive(File) memory leak on "C:\" file reference
Reviewed-by: serb, psadhukhan
Contributed-by: krishna.addepalli@oracle.com
prr [Tue, 29 Aug 2017 10:47:16 -0700] rev 47189
Merge
prr [Mon, 28 Aug 2017 11:53:44 -0700] rev 47188
8186317: Cache font layout tables for use by harfbuzz
Reviewed-by: srl, pnarayanan
serb [Thu, 24 Aug 2017 11:30:13 -0700] rev 47187
8186261: 4 JNI primitive type mismatch defect groups in XlibWrapper.c
Reviewed-by: azvegint
prr [Wed, 23 Aug 2017 12:05:28 -0700] rev 47186
Merge
prr [Wed, 23 Aug 2017 09:28:08 -0700] rev 47185
8184135: Remove obsolete dga code and binaries from Solaris SPARC build.
Reviewed-by: serb, psadhukhan, pnarayanan
serb [Tue, 22 Aug 2017 09:41:11 -0700] rev 47184
8186474: WColor class is superseded by the SystemColor and should be removed
Reviewed-by: azvegint
serb [Fri, 18 Aug 2017 14:03:06 -0700] rev 47183
8186263: The SunDropTargetEvent sometimes is not dispatched
Reviewed-by: prr
prr [Fri, 18 Aug 2017 11:25:20 -0700] rev 47182
Merge
lbourges [Fri, 18 Aug 2017 10:12:50 -0700] rev 47181
8186364: RFE: API for java.awt.geom.Path2D storage trimming
Reviewed-by: prr, flar
dbatrak [Thu, 17 Aug 2017 19:24:58 -0700] rev 47180
8174744: [macos] Wrong rendering of string containing surrogate pairs
Reviewed-by: prr, serb
serb [Thu, 17 Aug 2017 13:51:01 -0700] rev 47179
8185683: Inaccessible and unused classes can be removed from java.desktop module
Reviewed-by: prr, kcr
prr [Wed, 16 Aug 2017 11:31:56 -0700] rev 47178
Merge
prr [Mon, 14 Aug 2017 10:47:56 -0700] rev 47177
Merge
mhalder [Fri, 11 Aug 2017 18:17:00 +0530] rev 47176
8136999: [macosx] NSException and NPE in a crash test
Reviewed-by: serb
Contributed-by: manajit.halder@oracle.com
serb [Thu, 10 Aug 2017 15:17:40 -0700] rev 47175
8153871: [macosx] Low-level error on OS X 10.11 with DnD in Swing
Reviewed-by: azvegint
psadhukhan [Thu, 10 Aug 2017 10:46:19 +0530] rev 47174
8185890: Intermittent NPE in JLightweightFrame when updating cursor aceoss multiple graphics devices
Reviewed-by: azvegint
azvegint [Thu, 10 Aug 2017 10:41:04 +0530] rev 47173
8178448: MenuBar item handler fired twice
Reviewed-by: serb
dmarkov [Tue, 08 Aug 2017 14:07:07 +0100] rev 47172
8177414: Missing key events on Mac Os
Reviewed-by: serb, prr
prr [Mon, 07 Aug 2017 09:45:38 -0700] rev 47171
Merge
aghaisas [Mon, 07 Aug 2017 10:02:39 +0530] rev 47170
8178106: There is no error message pop up when clicking 'create folder' button
Reviewed-by: serb, psadhukhan
Contributed-by: shashidhara.veerabhadraiah@oracle.com
serb [Fri, 04 Aug 2017 18:39:23 -0700] rev 47169
8185093: Expensive multi-core choke point when any graphics objects are created
Reviewed-by: prr, flar
aghaisas [Thu, 03 Aug 2017 14:55:48 +0530] rev 47168
8058785: Nimbus disabled tooltip needs border
Reviewed-by: serb, pkbalakr
Contributed-by: shashidhara.veerabhadraiah@oracle.com
pkbalakr [Wed, 02 Aug 2017 11:26:57 +0530] rev 47167
8027154: [TESTBUG] Test java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java fails
Reviewed-by: serb, arapte
Contributed-by: krishna.addepalli@oracle.com
serb [Fri, 28 Jul 2017 14:39:48 -0700] rev 47166
8139050: -[AWTView draggingEnded:]: unrecognized selector message during drag and drop
Reviewed-by: azvegint
psadhukhan [Fri, 28 Jul 2017 10:26:22 +0530] rev 47165
7190581: Nimbus: PgDn at the bottom causes scrolling
Reviewed-by: ssadetsky
prr [Thu, 27 Jul 2017 12:36:57 -0700] rev 47164
Merge
psadhukhan [Wed, 26 Jul 2017 10:47:13 +0530] rev 47163
8173739: JPopupMenu does not disappear on KeyEvent
Reviewed-by: serb
prr [Tue, 25 Jul 2017 14:07:37 -0700] rev 47162
Merge
aghaisas [Mon, 24 Jul 2017 11:54:57 +0530] rev 47161
8183341: Better cleanup for javax/imageio/AllowSearch.java
Reviewed-by: prr, jdv, pnarayanan
Contributed-by: shashidhara.veerabhadraiah@oracle.com
serb [Fri, 21 Jul 2017 16:27:35 -0700] rev 47160
8134256: copy/paste duplicated tests in some condition statements
Reviewed-by: azvegint
psadhukhan [Fri, 21 Jul 2017 10:23:37 +0530] rev 47159
8184813: Class javax/swing/plaf/metal/MetalFontDesktopProperty is broken in JDK10
Reviewed-by: prr, serb
prr [Thu, 20 Jul 2017 09:38:27 -0700] rev 47158
Merge
prr [Mon, 17 Jul 2017 09:14:23 -0700] rev 47157
Merge
jdv [Mon, 17 Jul 2017 14:18:35 +0530] rev 47156
8183349: Better cleanup for jdk/test/javax/imageio/plugins/shared/CanWriteSequence.java and WriteAfterAbort.java
Reviewed-by: serb, pnarayanan
psadhukhan [Sat, 15 Jul 2017 11:15:07 +0530] rev 47155
8184244: UIDefaults.addResourceBundle uses system class loader
Reviewed-by: serb, ssadetsky
psadhukhan [Fri, 14 Jul 2017 10:30:32 +0530] rev 47154
8183529: FilleChooser in "Detail view" does not change the Language of the column headings
Reviewed-by: ssadetsky
psadhukhan [Thu, 13 Jul 2017 12:14:59 +0530] rev 47153
8184016: Text in native popup is not always updated with Sogou IME
Reviewed-by: ssadetsky
serb [Mon, 10 Jul 2017 14:41:54 -0700] rev 47152
8183576: Synchronization in BufferedImage.setRGB(int x, int y, int rgb) is not necessary
Reviewed-by: prr, flar, pnarayanan
aghaisas [Mon, 10 Jul 2017 14:55:29 +0530] rev 47151
6919529: NPE from MultiUIDefaults.getUIError
Reviewed-by: aghaisas, psadhukhan, serb
Contributed-by: shashidhara.veerabhadraiah@oracle.com
serb [Thu, 06 Jul 2017 15:54:39 -0700] rev 47150
8178403: DirectAudio in JavaSound may hang and leak
Reviewed-by: prr, alitvinov
prr [Thu, 06 Jul 2017 09:22:45 -0700] rev 47149
Merge
aghaisas [Thu, 06 Jul 2017 16:45:56 +0530] rev 47148
8165213: [TESTBUG] [PIT] consistent failure of a new regtest for 8163193
Reviewed-by: psadhukhan, serb
Contributed-by: shashidhara.veerabhadraiah@oracle.com
mbaesken [Fri, 30 Jun 2017 16:32:18 +0200] rev 47147
8183286: Some java/awt and javax/swing tests miss headful jtreg keyword
Reviewed-by: serb, clanger
psadhukhan [Tue, 04 Jul 2017 13:37:02 +0530] rev 47146
7190539: Nimbus LaF: JPopupMenu reacts on Ctrl+Enter
Reviewed-by: ssadetsky, azvegint
psadhukhan [Sat, 01 Jul 2017 10:00:15 +0530] rev 47145
8182577: Exception when Tab key moves focus to a JCheckbox with a custom ButtonModel
Reviewed-by: ssadetsky, serb, kcr
psadhukhan [Sat, 01 Jul 2017 09:56:02 +0530] rev 47144
8075063: Context menu closes on mouse scroll
Reviewed-by: ssadetsky
psadhukhan [Fri, 30 Jun 2017 11:03:44 +0530] rev 47143
8182402: Tooltip for Desktop button is in English when non-English locale is set
Reviewed-by: azvegint
prr [Thu, 29 Jun 2017 13:07:19 -0700] rev 47142
Merge
prr [Fri, 23 Jun 2017 09:48:10 -0700] rev 47141
Merge
psadhukhan [Thu, 22 Jun 2017 19:28:00 +0530] rev 47140
8043315: Nimbus: Setting Nimbus.Overrides property affects custom keymap installation
Reviewed-by: serb, azvegint
psadhukhan [Wed, 21 Jun 2017 10:30:25 +0530] rev 47139
8075918: The regression-swing case failed as the long Tab titles are not clipped with dots at the end with NimbusLookAndFeel
Reviewed-by: serb, aniyogi
psadhukhan [Sun, 18 Jun 2017 19:52:09 +0530] rev 47138
8177699: Some swing and awt tests are not in TEST.groups
Reviewed-by: serb
psadhukhan [Fri, 16 Jun 2017 11:07:45 +0530] rev 47137
8182031: Swing's ComboBox Popup opens and closes immediately
Reviewed-by: azvegint
aghaisas [Thu, 15 Jun 2017 17:13:33 +0530] rev 47136
8181782: [TESTBUG] [Macosx] JTextAreaEmojiTest is not executed
Reviewed-by: psadhukhan, aniyogi
Contributed-by: sreeprakash.s@oracle.com
aghaisas [Tue, 13 Jun 2017 14:32:24 +0530] rev 47135
6267105: UIDefaults.getUIError dumps error message to System.err and also throws Error.
Reviewed-by: prr, ssadetsky
Contributed-by: shashidhara.veerabhadraiah@oracle.com
aghaisas [Wed, 07 Jun 2017 16:43:18 +0530] rev 47134
8180370: Characters are skipped on input of Korean text on OS X
Reviewed-by: serb, prr
Contributed-by: sreeprakash.s@oracle.com
psadhukhan [Tue, 06 Jun 2017 10:58:02 +0530] rev 47133
6962725: Regtest javax/swing/JFileChooser/6738668/bug6738668.java fails under Linux
Reviewed-by: serb
prr [Fri, 02 Jun 2017 14:45:30 -0700] rev 47132
Merge
psadhukhan [Sat, 27 May 2017 12:55:33 +0530] rev 47131
6461834: Minimize WindowsLookAndFeel classes included with Unix JDKs
Reviewed-by: ihse, aniyogi, prr
prr [Thu, 25 May 2017 09:15:55 -0700] rev 47130
Merge
prr [Mon, 22 May 2017 09:34:38 -0700] rev 47129
Merge
psadhukhan [Mon, 22 May 2017 11:21:49 +0530] rev 47128
7042497: javax.swing.JOptionPane.showInternalConfirmDialog throws RuntimeException
Reviewed-by: ssadetsky, aniyogi
ssadetsky [Fri, 19 May 2017 07:25:48 -0700] rev 47127
8132299: Shift + Mouse wheel ScrollPane horizontal scrolling doesn't work on Linux but works on Mac.
Reviewed-by: arapte, azvegint
lbourges [Wed, 17 May 2017 22:05:11 +0200] rev 47126
8180055: Upgrade the Marlin renderer in Java2D
Summary: added the double-precision variant + MarlinFX backports + Improved MarlinTileGenerator + higher precision of the cubic / quadratic curve
Reviewed-by: flar, pnarayanan
xiaofeya [Mon, 04 Sep 2017 17:46:59 -0700] rev 47125
8134989: java/net/MulticastSocket/TestInterfaces.java failed due to unexpected IP address
Reviewed-by: rriggs, chegar, msheppar
jwilhelm [Sun, 03 Sep 2017 14:19:45 +0200] rev 47124
Merge
gziemski [Fri, 01 Sep 2017 13:03:16 +0000] rev 47123
Merge
gziemski [Thu, 31 Aug 2017 20:25:52 -0500] rev 47122
8173715: Remove FlatProfiler
Summary: Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: mchung
dsamersoff [Thu, 31 Aug 2017 21:31:51 -0700] rev 47121
8061228: Allow JDWP socket connector to accept connections from certain ip addresses only
Summary: Introduce new parameter for JDWP agent, that allows to restrict connection to certain ip addresses only
Reviewed-by: dcubed, clanger, rehn, sspitsyn
jwilhelm [Tue, 29 Aug 2017 22:15:40 +0200] rev 47120
Merge
jwilhelm [Tue, 29 Aug 2017 17:17:57 +0200] rev 47119
Merge
jwilhelm [Mon, 28 Aug 2017 21:46:12 +0200] rev 47118
Merge
jjg [Fri, 01 Sep 2017 11:54:58 -0700] rev 47117
8187021: Remove 2 redundant <p> tags in java.base API docs
Reviewed-by: darcy
dfuchs [Fri, 01 Sep 2017 18:18:09 +0100] rev 47116
8187044: HttpClient ConnectionPool may spawn several concurrent CacheCleaner and prevent early GC of HttpClient.
Summary: Fixes CacheCleaner creation logic in ConnectionPool.
Reviewed-by: chegar
sherman [Fri, 01 Sep 2017 08:15:52 -0700] rev 47115
8186751: Add ISO-8859-16 Charset support
Reviewed-by: alanb
asaha [Fri, 01 Sep 2017 14:15:37 +0000] rev 47114
Merge
asaha [Fri, 01 Sep 2017 14:14:44 +0000] rev 47113
Added tag jdk-10+22 for changeset 98e444a1b204
igerasim [Thu, 31 Aug 2017 22:21:20 -0700] rev 47112
8187023: Cannot read pkcs11 config file in UTF-16 environment
Reviewed-by: ascarpino
duke [Sat, 09 Sep 2017 14:35:49 +0200] rev 47111
Merge
jwilhelm [Sun, 03 Sep 2017 13:39:27 +0000] rev 47110
Merge
njian [Thu, 31 Aug 2017 10:28:25 +0800] rev 47109
8187022: AArch64: UBFX instructions have wrong format string
Reviewed-by: aph
Contributed-by: daniel.stewart@linaro.org
jwilhelm [Sun, 03 Sep 2017 14:19:45 +0200] rev 47108
Merge
gziemski [Fri, 01 Sep 2017 13:03:14 +0000] rev 47107
Merge
gziemski [Thu, 31 Aug 2017 20:26:53 -0500] rev 47106
8173715: Remove FlatProfiler
Summary: Obsoleted Xprof flag, removed FlatProfiler code
Reviewed-by: dholmes, coleenp, vlivanov, pliden
kevinw [Fri, 01 Sep 2017 01:03:20 -0700] rev 47105
8186902: jcmd GC.run should not be blocked by DisableExplicitGC
Reviewed-by: mgerdin, sspitsyn
ccheung [Thu, 31 Aug 2017 17:06:10 +0000] rev 47104
Merge
ccheung [Mon, 28 Aug 2017 15:34:04 -0700] rev 47103
8186842: Use Java class loaders for creating the CDS archive
Reviewed-by: coleenp, jiangli, iklam, mseledtsov
Contributed-by: calvin.cheung@oracle.com, ioi.lam@oracle.com
stuefe [Thu, 31 Aug 2017 18:34:40 +0200] rev 47102
8186982: [aix] Garbage output for CPU info in hs-err file
Reviewed-by: goetz, simonis
Contributed-by: arno.zeller@sap.com
bobv [Thu, 31 Aug 2017 16:29:58 +0200] rev 47101
Merge
bobv [Tue, 29 Aug 2017 15:53:04 -0400] rev 47100
8186248: Allow more flexibility in selecting Heap % of available RAM
Reviewed-by: dholmes, drwhite
rehn [Thu, 31 Aug 2017 08:18:47 +0200] rev 47099
8186837: Memory ordering nmethod, _state and _stack_traversal_mark
Reviewed-by: dholmes, rkennke
coleenp [Wed, 30 Aug 2017 19:18:22 -0400] rev 47098
8164207: Checking missing load-acquire in relation to _pd_set in dictionary.cpp
Summary: Use load_acquire for accessing DictionaryEntry::_pd_set since it's accessed outside the SystemDictionary_lock
Reviewed-by: zgu, twisti, dholmes, adinn
zgu [Wed, 30 Aug 2017 15:48:47 +0200] rev 47097
8186797: cardtable_rs in g1CollectedHeap::initialize() defined, but never used
Reviewed-by: tschatzl, ehelin
coleenp [Wed, 30 Aug 2017 13:04:44 +0000] rev 47096
Merge
coleenp [Wed, 30 Aug 2017 07:18:02 -0400] rev 47095
8181170: resolved_references array leaks for RedefineClasses
Summary: clear out resolved_reference from ClassLoaderData::_handles
Reviewed-by: stefank, jiangli, sspitsyn
njian [Thu, 24 Aug 2017 16:12:40 +0800] rev 47094
8186325: AArch64: jtreg test hotspot/test/gc/g1/TestJNIWeakG1/TestJNIWeakG1.java SEGV
Reviewed-by: adinn, aph
Contributed-by: stuart.monteith@linaro.org
mgerdin [Tue, 29 Aug 2017 12:17:02 +0200] rev 47093
8186897: semaphore_posix.hpp should not be included on OSX
Reviewed-by: stefank, dholmes
jwilhelm [Tue, 29 Aug 2017 17:17:58 +0200] rev 47092
Merge
glaubitz [Tue, 29 Aug 2017 18:34:32 +0200] rev 47091
8186855: Multiple platforms broken after 8186476: Generalize Atomic::add with templates
Reviewed-by: stuefe, coleenp
dholmes [Tue, 29 Aug 2017 10:41:51 +0000] rev 47090
Merge
goetz [Thu, 17 Aug 2017 17:26:02 +0200] rev 47089
8186072: dll_build_name returns true even if file is missing.
Summary: Split dll_build_name into two functions and consolidate to os.cpp file.
Reviewed-by: stuefe, dholmes
dbuck [Tue, 29 Aug 2017 05:33:15 -0400] rev 47088
8185624: G1HeapVerifier's VerifyRootsClosure prints important information on info log level
Summary: Fix logging of broken oop to error log level instead of info log level
Reviewed-by: mgerdin, tschatzl
Contributed-by: muthusamy.chinnathambi@oracle.com
iklam [Mon, 28 Aug 2017 23:46:22 +0000] rev 47087
Merge
stuefe [Fri, 18 Aug 2017 09:05:42 +0200] rev 47086
8186349: [windows] Centralize dbghelp handling code
Summary: Rework and fix dbghelp.dll handling; add diagnostic output to hs-err file.
Reviewed-by: iklam, rrich, goetz
iveresov [Mon, 28 Aug 2017 22:45:56 +0000] rev 47085
Merge
iveresov [Mon, 28 Aug 2017 14:43:32 -0700] rev 47084
8186850: Update Graal
Reviewed-by: kvn
jwilhelm [Mon, 28 Aug 2017 21:46:13 +0200] rev 47083
Merge
asaha [Fri, 01 Sep 2017 14:13:09 +0000] rev 47082
Added tag jdk-10+22 for changeset bf9c7464f8c5
prr [Thu, 07 Sep 2017 08:52:53 -0700] rev 47081
Merge
prr [Tue, 05 Sep 2017 10:10:51 -0700] rev 47080
Merge
prr [Thu, 31 Aug 2017 10:49:47 -0700] rev 47079
Merge
prr [Tue, 29 Aug 2017 10:48:58 -0700] rev 47078
Merge
prr [Wed, 23 Aug 2017 12:05:36 -0700] rev 47077
Merge
prr [Fri, 18 Aug 2017 11:27:27 -0700] rev 47076
Merge