alanb [Fri, 10 Feb 2017 09:06:27 +0000] rev 43741
8173393: Module system implementation refresh (2/2017)
Reviewed-by: mchung, alanb
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com
duke [Wed, 05 Jul 2017 22:51:19 +0200] rev 43740
Merge
mli [Fri, 10 Feb 2017 00:33:36 -0800] rev 43739
8174698: Fix @since in module-info.java in dev/corba repo
Reviewed-by: alanb
lana [Thu, 09 Feb 2017 18:09:42 +0000] rev 43738
Merge
msheppar [Thu, 09 Feb 2017 15:52:43 +0000] rev 43737
8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
Reviewed-by: lancea, alanb
duke [Wed, 05 Jul 2017 22:51:09 +0200] rev 43736
Merge
mullan [Mon, 13 Feb 2017 11:35:00 -0500] rev 43735
8174837: Add "since=9" to deprecated ContentSigner and ContentSignerParameters classes
Reviewed-by: vinnie
jlahoda [Mon, 13 Feb 2017 09:41:05 +0100] rev 43734
8173777: Merge javac -Xmodule into javac--patch-module
Summary: Converting uses of -Xmodule: to --patch-module.
Reviewed-by: alanb, mchung
skovalev [Fri, 10 Feb 2017 11:00:41 +0300] rev 43733
8174194: Several java/lang tests failing due to undeclared module dependencies
Reviewed-by: dfuchs, mchung
mchung [Sun, 12 Feb 2017 16:45:00 -0800] rev 43732
8174740: RuntimeException: Module m's descriptor returns inconsistent package set
Reviewed-by: alanb
sherman [Sat, 11 Feb 2017 21:31:43 -0800] rev 43731
8165640: Enhance jar tool to allow module-info in versioned directories but not in base in modular multi-release jar files
Reviewed-by: psandoz, mchung
michaelm [Fri, 10 Feb 2017 21:58:45 +0000] rev 43730
8174745: Httpclient source update for JDK 8
Reviewed-by: dfuchs
mchung [Fri, 10 Feb 2017 10:26:46 -0800] rev 43729
8174739: Rename JMOD section name for native libraries from native to lib
Reviewed-by: alanb
prr [Fri, 10 Feb 2017 08:17:47 -0800] rev 43728
Merge
mcherkas [Tue, 07 Feb 2017 18:55:15 +0300] rev 43727
8173145: Menu is activated after using mnemonic Alt/Key combination
Reviewed-by: serb, ssadetsky
prr [Mon, 06 Feb 2017 09:34:19 -0800] rev 43726
Merge
prr [Mon, 06 Feb 2017 09:32:41 -0800] rev 43725
8170493: JNI exception pending in JavaComponentAccessibility.m
Reviewed-by: serb, psadhukhan
prr [Fri, 03 Feb 2017 09:28:34 -0800] rev 43724
8173409: make setMixingCutoutShape public and remove jdk.desktop
Reviewed-by: serb, mchung, alexsch
psadhukhan [Thu, 02 Feb 2017 11:05:06 +0530] rev 43723
8170578: CUPS Printing is broken with Ubuntu 16.10 (CUPS 2.2)
Reviewed-by: prr
serb [Tue, 31 Jan 2017 19:22:35 +0300] rev 43722
8143077: Deprecate InputEvent._MASK in favor of InputEvent._DOWN_MASK
Reviewed-by: prr, alexsch, azvegint, mchung, egahlin
dkononenko [Thu, 09 Feb 2017 19:43:53 +0300] rev 43721
8170113: jimage extract to readonly directory causes MissingResourceException
Summary: Added a missing resource.
Reviewed-by: alanb, anazarov
Contributed-by: denis.kononenko@oracle.com
jwilhelm [Thu, 09 Feb 2017 23:35:22 +0100] rev 43720
Merge
jwilhelm [Thu, 09 Feb 2017 23:15:52 +0100] rev 43719
Merge
dnsimon [Thu, 02 Feb 2017 05:26:20 -0800] rev 43718
8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied
Reviewed-by: kvn, alanb, mchung, mullan
jwilhelm [Wed, 01 Feb 2017 00:56:16 +0100] rev 43717
Merge
jwilhelm [Tue, 31 Jan 2017 20:54:44 +0100] rev 43716
Merge
bchristi [Tue, 31 Jan 2017 11:51:02 -0800] rev 43715
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
Reviewed-by: coleenp, mchung
alanb [Fri, 10 Feb 2017 12:30:52 +0000] rev 43714
Merge
alanb [Fri, 10 Feb 2017 12:28:52 +0000] rev 43713
Merge
alanb [Fri, 10 Feb 2017 09:04:39 +0000] rev 43712
8173393: Module system implementation refresh (2/2017)
Reviewed-by: dfuchs, psandoz, mchung, alanb
Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, claes.redestad@oracle.com, alex.buckley@oracle.com, mark.reinhold@oracle.com, john.r.rose@oracle.com
michaelm [Fri, 10 Feb 2017 09:55:19 +0000] rev 43711
8174716: java/net/httpclient/security/Driver.java failing in JDK 9
Reviewed-by: alanb
mli [Thu, 09 Feb 2017 18:33:28 -0800] rev 43710
8173957: Fix @since in module-info.java in dev/jdk repo
Reviewed-by: alanb, lancea
amlu [Fri, 10 Feb 2017 10:07:42 +0800] rev 43709
8174241: ProblemList update for TestWsImport, JdbMethodExitTest and jimage tests
Reviewed-by: lancea
bpb [Thu, 09 Feb 2017 14:49:09 -0800] rev 43708
8174127: (ch) Add instrumentation to java/nio/channels/FileChannel/Transfer.java
Summary: Convert to TestNG and add some debugging output for large file creation time
Reviewed-by: alanb
lana [Thu, 09 Feb 2017 18:10:19 +0000] rev 43707
Merge
msheppar [Thu, 09 Feb 2017 15:56:40 +0000] rev 43706
8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
Reviewed-by: lancea, alanb
bpb [Thu, 09 Feb 2017 07:48:19 -0800] rev 43705
8173387: java/nio/channels/Selector/SelectTimeout.java failed with "Test timed out early with timeout 100000000999"
Summary: Corrected timing problem with multiple threads setting static variables
Reviewed-by: clanger, alanb
ssahoo [Thu, 09 Feb 2017 05:19:48 -0800] rev 43704
8168423: Test Task: Custom system class loader + security manager + malformed policy file = recursive initialization
Summary: If a malformed policy file is encountered when running with a custom system class loader then it leads to a recursive initialization issue
Reviewed-by: mullan
dlsmith [Wed, 08 Feb 2017 17:28:15 -0700] rev 43703
8174226: Test failures after JDK-8033076
Summary: Reverting JDK-8033076 for now
Reviewed-by: darcy
dlsmith [Wed, 08 Feb 2017 14:23:59 -0700] rev 43702
8033076: LambdaMetafactory should use types in implMethod.type()
Reviewed-by: psandoz
ascarpino [Wed, 08 Feb 2017 12:08:28 -0800] rev 43701
8160655: Fix denyAfter and usage types for security properties
Reviewed-by: mullan, xuelei
dlsmith [Wed, 08 Feb 2017 12:27:45 -0700] rev 43700
8173587: LambdaMetafactory needs to validate descriptors and method name
Reviewed-by: psandoz
valeriep [Wed, 08 Feb 2017 19:22:51 +0000] rev 43699
Merge
valeriep [Wed, 08 Feb 2017 19:20:09 +0000] rev 43698
8173708: Re-enable AES cipher with CFB128 mode for Ucrypto provider
Summary: Updated Ucrypto config file to remove the disabled mechanisms
Reviewed-by: wetmore
ascarpino [Wed, 08 Feb 2017 11:01:05 -0800] rev 43697
8173410: Add commented config line for jdk.security.provider.preferred
Reviewed-by: wetmore
ascarpino [Wed, 08 Feb 2017 10:56:59 -0800] rev 43696
8174157: Backout 8151116
Reviewed-by: mullan
rriggs [Wed, 08 Feb 2017 13:17:31 -0500] rev 43695
8174128: [testbug] Remove implementation dependency from java.time TCK tests
Reviewed-by: dfuchs, scolebourne
dfuchs [Wed, 08 Feb 2017 16:33:52 +0000] rev 43694
8173898: StackWalker.walk throws InternalError if called from a constructor invoked through reflection.
Summary: StackWalker is fixed to take into account constructor reflection frames. The specification of StackWalker.Option.SHOW_REFLECT_FRAMES is also clarified in this regard.
Reviewed-by: bchristi, lancea, mchung, psandoz
coffeys [Wed, 08 Feb 2017 08:40:25 +0000] rev 43693
8173783: IllegalArgumentException: jdk.tls.namedGroups
Reviewed-by: xuelei, wetmore
ascarpino [Tue, 07 Feb 2017 19:55:10 -0800] rev 43692
8151116: Add extended key usage constraint to the jdk.certpath.disabledAlgorithms security property
Reviewed-by: wetmore
mchung [Tue, 07 Feb 2017 16:41:26 -0800] rev 43691
8173712: Rename JAVA_OPTIONS environment variable to JDK_JAVA_OPTIONS
Reviewed-by: henryjen, psandoz
smarks [Tue, 07 Feb 2017 13:45:26 -0800] rev 43690
8044626: Update RMI specifications to reflect modularization changes
8165649: Re-examine if Activatable object can be created from non-public class and/or constructor
Reviewed-by: alanb, mchung
rpatil [Wed, 08 Feb 2017 02:23:32 +0530] rev 43689
8173943: Change error reporting of LauncherHelper to include actual Error class name
Reviewed-by: alanb, ksrini
lancea [Tue, 07 Feb 2017 14:07:24 -0500] rev 43688
8169313: java.xml.ws not granted NetPermission(getProxySelector)
Reviewed-by: alanb, aefimov, mchung
bpb [Tue, 07 Feb 2017 11:01:04 -0800] rev 43687
8173910: (fs) java/nio/file/FileSystem/Basic.java should conditionally check FileStores
Summary: On Unix platforms, spawn a 'df' process and skip FileStore check if it hangs
Reviewed-by: alanb
duke [Wed, 05 Jul 2017 22:50:47 +0200] rev 43686
Merge
jwilhelm [Thu, 09 Feb 2017 23:35:22 +0100] rev 43685
Merge
jwilhelm [Thu, 09 Feb 2017 23:15:52 +0100] rev 43684
Merge
iveresov [Thu, 02 Feb 2017 16:57:01 -0800] rev 43683
8173846: [AOT] Stubs hang onto intermediate compiler state forever
Summary: Stub shouldn't keep alive the graph
Reviewed-by: kvn
Contributed-by: tom.rodriguez@oracle.com
never [Mon, 30 Jan 2017 17:29:48 -0800] rev 43682
8173227: [JVMCI] HotSpotJVMCIMetaAccessContext.fromClass is inefficient
Reviewed-by: dnsimon
jwilhelm [Wed, 01 Feb 2017 00:56:16 +0100] rev 43681
Merge
jwilhelm [Tue, 31 Jan 2017 20:54:45 +0100] rev 43680
Merge
dcubed [Tue, 31 Jan 2017 14:33:36 -0800] rev 43679
8173693: disable post_class_unload() for non JavaThread initiators
Reviewed-by: sspitsyn, gthornbr
bchristi [Tue, 31 Jan 2017 20:04:54 +0000] rev 43678
Merge
bchristi [Tue, 31 Jan 2017 11:50:42 -0800] rev 43677
8156073: 2-slot LiveStackFrame locals (long and double) are incorrect
Reviewed-by: coleenp, mchung
thartmann [Tue, 31 Jan 2017 18:42:45 +0100] rev 43676
8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
Summary: Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE.
Reviewed-by: vlivanov
vlivanov [Tue, 31 Jan 2017 01:11:40 +0300] rev 43675
8173338: C2: continuous CallSite relinkage eventually disables compilation for a method
Reviewed-by: jrose, dlong, kvn
vlivanov [Mon, 30 Jan 2017 16:04:22 +0300] rev 43674
8173404: C2: wrong nmethod dependency can be recorded for CallSite.target
Reviewed-by: kvn
vlivanov [Mon, 30 Jan 2017 16:03:25 +0300] rev 43673
8158546: C1 compilation fails with "Constant field loads are folded during parsing"
Reviewed-by: kvn
never [Mon, 30 Jan 2017 10:30:24 -0800] rev 43672
8173584: Add unit test for 8173309
Reviewed-by: kvn
jgeorge [Mon, 30 Jan 2017 13:48:14 +0530] rev 43671
8171084: heapdump/JMapHeapCore fails with java.lang.RuntimeException: Heap segment size overflow
Summary: Create a new heapdump segment and truncate huge arrays if required, to avoid overflow of the 32 bit value representing the size.
Reviewed-by: dholmes, dsamersoff
Contributed-by: jini.george@oracle.com
dpochepk [Fri, 27 Jan 2017 21:39:12 +0100] rev 43670
Merge
dpochepk [Fri, 27 Jan 2017 18:44:15 +0300] rev 43669
8173399: Jittester: sources should be aligned with latest product state
Reviewed-by: kvn
aph [Fri, 27 Jan 2017 18:22:09 +0000] rev 43668
Merge
aph [Fri, 27 Jan 2017 09:50:15 +0000] rev 43667
8173472: AArch64: C1 comparisons with null only use 32-bit instructions
Reviewed-by: roland
tschatzl [Fri, 27 Jan 2017 13:12:53 +0100] rev 43666
8173229: Wrong assert whether all remembered set entries have been iterated over in presence of coarsenings
Summary: Remove asserts as they are almost useless.
Reviewed-by: mgerdin, ehelin
alanb [Fri, 10 Feb 2017 09:03:55 +0000] rev 43665
8173393: Module system implementation refresh (2/2017)
Reviewed-by: lfoltan, acorn, mchung
Contributed-by: alan.bateman@oracle.com, george.triantafillou@oracle.com
duke [Wed, 05 Jul 2017 22:50:32 +0200] rev 43664
Merge
prr [Fri, 10 Feb 2017 08:21:20 -0800] rev 43663
Merge
prr [Mon, 06 Feb 2017 09:35:08 -0800] rev 43662
Merge
prr [Fri, 03 Feb 2017 09:28:13 -0800] rev 43661
8173409: make setMixingCutoutShape public and remove jdk.desktop
Reviewed-by: serb, mchung, alexsch
jwilhelm [Thu, 09 Feb 2017 23:35:21 +0100] rev 43660
Merge
jwilhelm [Thu, 09 Feb 2017 23:23:58 +0100] rev 43659
Merge
dnsimon [Thu, 02 Feb 2017 05:26:46 -0800] rev 43658
8145337: [JVMCI] JVMCI initialization with SecurityManager installed fails: java.security.AccessControlException: access denied
Reviewed-by: kvn, alanb, mchung, mullan
jwilhelm [Tue, 31 Jan 2017 20:54:44 +0100] rev 43657
Merge
lana [Thu, 09 Feb 2017 18:09:28 +0000] rev 43656
Merge
erikj [Thu, 09 Feb 2017 09:51:24 +0100] rev 43655
8174172: Race when building java.base.jmod
Reviewed-by: alanb, mchung
ihse [Tue, 07 Feb 2017 12:17:59 +0100] rev 43654
8174069: Verify that bash is at least version 3.2
Reviewed-by: erikj
ihse [Tue, 07 Feb 2017 11:09:42 +0100] rev 43653
8174064: Tab expansion broken for make
Reviewed-by: erikj
duke [Wed, 05 Jul 2017 22:50:12 +0200] rev 43652
Added tag jdk-10+1 for changeset 74116beae88a
duke [Wed, 05 Jul 2017 22:50:10 +0200] rev 43651
Merge
duke [Wed, 05 Jul 2017 22:50:03 +0200] rev 43650
Merge
lana [Thu, 09 Feb 2017 18:17:42 +0000] rev 43649
Merge
lana [Thu, 09 Feb 2017 17:21:49 +0000] rev 43648
Added tag jdk-9+156 for changeset 62824732af55
darcy [Fri, 03 Feb 2017 10:27:46 -0800] rev 43647
8173383: Update JDK build to use -source and -target 10
Reviewed-by: dholmes
darcy [Fri, 27 Jan 2017 16:22:08 -0800] rev 43646
8028544: Add SourceVersion.RELEASE_10
8028546: Add -source 10 and -target 10 to javac
Reviewed-by: jjg, smarks
iris [Wed, 25 Jan 2017 22:32:52 +0000] rev 43645
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:56 +0000] rev 43644
Added tag jdk-10+0 for changeset 3995afe22c68
duke [Wed, 05 Jul 2017 22:49:52 +0200] rev 43643
Merge
lana [Thu, 09 Feb 2017 18:16:27 +0000] rev 43642
Merge
lana [Thu, 09 Feb 2017 17:21:47 +0000] rev 43641
Added tag jdk-9+156 for changeset 3d5314988315
iris [Wed, 25 Jan 2017 22:32:48 +0000] rev 43640
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:50 +0000] rev 43639
Added tag jdk-10+0 for changeset fc31f9d07a66
duke [Wed, 05 Jul 2017 22:49:42 +0200] rev 43638
Merge
lana [Thu, 09 Feb 2017 18:13:25 +0000] rev 43637
Merge
lana [Thu, 09 Feb 2017 17:21:47 +0000] rev 43636
Added tag jdk-9+156 for changeset 08175b460862
iris [Wed, 25 Jan 2017 22:32:48 +0000] rev 43635
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:49 +0000] rev 43634
Added tag jdk-10+0 for changeset e6fc8462d73b
duke [Wed, 05 Jul 2017 22:49:31 +0200] rev 43633
Merge
lana [Thu, 09 Feb 2017 18:16:09 +0000] rev 43632
Merge
lana [Thu, 09 Feb 2017 17:21:49 +0000] rev 43631
Added tag jdk-9+156 for changeset 1bb10bccf057
iris [Wed, 25 Jan 2017 22:32:53 +0000] rev 43630
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:57 +0000] rev 43629
Added tag jdk-10+0 for changeset 0d39b11bffb3
duke [Wed, 05 Jul 2017 22:49:24 +0200] rev 43628
Merge
lana [Thu, 09 Feb 2017 18:13:36 +0000] rev 43627
Merge
lana [Thu, 09 Feb 2017 17:21:46 +0000] rev 43626
Added tag jdk-9+156 for changeset cfbeef485c3f
iris [Wed, 25 Jan 2017 22:32:45 +0000] rev 43625
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:45 +0000] rev 43624
Added tag jdk-10+0 for changeset 870fe9d526c3
duke [Wed, 05 Jul 2017 22:49:16 +0200] rev 43623
Merge
darcy [Thu, 09 Feb 2017 18:09:00 -0800] rev 43622
8174693: Problem list MultiReleaseJarTest.java tests until JDK-8174692 is fixed
Reviewed-by: psandoz
lana [Thu, 09 Feb 2017 19:15:12 +0000] rev 43621
Merge
lana [Thu, 09 Feb 2017 18:17:34 +0000] rev 43620
Merge
lana [Thu, 09 Feb 2017 17:21:47 +0000] rev 43619
Added tag jdk-9+156 for changeset fdecd1d14d53
mbaesken [Thu, 09 Feb 2017 09:27:47 +0100] rev 43618
8174086: jspawnhelper build settings cleanup
Reviewed-by: erikj
clanger [Tue, 07 Feb 2017 20:29:24 +0100] rev 43617
8174039: (ch) DefaultAsynchronousChannelProvider should be split into platform specific versions
Reviewed-by: alanb, redestad, bpb
mbaesken [Thu, 02 Feb 2017 17:13:46 +0100] rev 43616
8173834: cleanup macosx jspawnhelper build settings
Reviewed-by: erikj
clanger [Mon, 06 Feb 2017 10:47:14 +0100] rev 43615
8167457: Fixes for InetAddressImpl native coding on Windows
Reviewed-by: michaelm
clanger [Mon, 06 Feb 2017 09:58:17 +0100] rev 43614
8167420: Fixes for InetAddressImpl native coding on Linux/Unix platforms
Reviewed-by: michaelm
darcy [Fri, 03 Feb 2017 12:55:07 -0800] rev 43613
8173908: Problem list tools/jar/multiRelease/RuntimeTest.java until JDK-8173905 is fixed
Reviewed-by: lancea
darcy [Fri, 03 Feb 2017 12:36:42 -0800] rev 43612
8173903: Update various tests to pass under JDK 10
Reviewed-by: lancea, psandoz
dholmes [Tue, 31 Jan 2017 19:26:10 -0500] rev 43611
8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
Reviewed-by: mchung
iris [Wed, 25 Jan 2017 22:32:51 +0000] rev 43610
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:52 +0000] rev 43609
Added tag jdk-10+0 for changeset dcd77ece46a9
duke [Wed, 05 Jul 2017 22:49:02 +0200] rev 43608
Merge
lana [Thu, 09 Feb 2017 18:15:37 +0000] rev 43607
Merge
lana [Thu, 09 Feb 2017 17:21:46 +0000] rev 43606
Added tag jdk-9+156 for changeset 656a9525a59c
dholmes [Tue, 31 Jan 2017 19:26:50 -0500] rev 43605
8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
Reviewed-by: lfoltan, mikael, dcubed
iris [Wed, 25 Jan 2017 22:32:46 +0000] rev 43604
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:48 +0000] rev 43603
Added tag jdk-10+0 for changeset c9c0f7be1ab8
lana [Thu, 09 Feb 2017 18:12:29 +0000] rev 43602
Merge
lana [Thu, 09 Feb 2017 17:21:44 +0000] rev 43601
Added tag jdk-9+156 for changeset 3cecfaef55fe
ssarne [Fri, 03 Feb 2017 16:03:17 +0100] rev 43600
8173894: jib reports version "" in jdk10
Summary: Update getVersion function, missing \ in regexp when stripping trailing zeros.
Reviewed-by: erikj
Contributed-by: stefan.sarne@oracle.com
dholmes [Tue, 31 Jan 2017 21:06:43 -0500] rev 43599
Merge
erikj [Tue, 31 Jan 2017 19:31:05 -0500] rev 43598
8029942: Update VERSION_MAJOR for JDK 10
Reviewed-by: iris, prr, dholmes
darcy [Tue, 31 Jan 2017 17:35:53 -0800] rev 43597
8173383: Update JDK build to use -source and -target 10
Reviewed-by: dholmes
iris [Wed, 25 Jan 2017 22:32:45 +0000] rev 43596
8173366: Update .jcheck/conf files for JDK 10
Reviewed-by: mr
iris [Wed, 25 Jan 2017 18:14:44 +0000] rev 43595
Added tag jdk-10+0 for changeset 55441f575d6a
duke [Wed, 05 Jul 2017 22:48:39 +0200] rev 43594
Added tag jdk-9+156 for changeset 06bce0388880
duke [Wed, 05 Jul 2017 22:48:37 +0200] rev 43593
Merge
duke [Wed, 05 Jul 2017 22:48:30 +0200] rev 43592
Merge
cushon [Mon, 06 Feb 2017 17:19:06 -0800] rev 43591
6388543: improve accuracy of source positions for AnnotationValue param of Messager.printMessage
Reviewed-by: jjg
jjg [Mon, 06 Feb 2017 17:51:54 -0800] rev 43590
8174051: fix terminology in javadoc comment
Reviewed-by: darcy
darcy [Mon, 06 Feb 2017 16:32:37 -0800] rev 43589
8173944: Reference Origin.MANDATED in getEnclosedElements specs
Reviewed-by: jlahoda
jjg [Mon, 06 Feb 2017 12:35:13 -0800] rev 43588
8172901: javac: 'opens' statement cannot specify non observable package
Reviewed-by: jlahoda
rfield [Mon, 06 Feb 2017 09:25:31 -0800] rev 43587
8173807: JShell: control characters should be escaped in String values
Reviewed-by: jlahoda
rfield [Mon, 06 Feb 2017 09:00:02 -0800] rev 43586
8173848: JShell: less-than causes: reached end of file while parsing
Reviewed-by: jlahoda
jlahoda [Mon, 06 Feb 2017 15:57:35 +0100] rev 43585
8173636: Results from Processor.getSupportedAnnotationTypes should be intepreted strictly
Reviewed-by: darcy, jjg
Contributed-by: joe.darcy@oracle.com, jan.lahoda@oracle.com
sadayapalam [Mon, 06 Feb 2017 18:14:51 +0530] rev 43584
8166420: Confusing error message when reading bad module declaration
Reviewed-by: jlahoda
jlahoda [Mon, 06 Feb 2017 11:11:43 +0100] rev 43583
8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
Summary: Disable Ctrl-C while running external editors.
Reviewed-by: rfield
sadayapalam [Mon, 06 Feb 2017 13:12:30 +0530] rev 43582
8173456: com.sun.tools.javac.util.Assert.error during code compilation
Reviewed-by: mcimadamore
lancea [Sat, 04 Feb 2017 14:05:08 -0500] rev 43581
8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
Reviewed-by: dfuchs, alanb, psandoz, mchung
darcy [Fri, 03 Feb 2017 22:09:30 -0800] rev 43580
8173305: Trial reversion of langtools test changes for limited win32 address space
Reviewed-by: jjg, amlu
vromero [Fri, 03 Feb 2017 08:16:24 -0800] rev 43579
8172240: javac should not need the transitive closure to compile a module
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com
bpatel [Thu, 02 Feb 2017 14:55:23 -0800] rev 43578
8173707: Javadoc generated pages should default to no-frames view
Reviewed-by: jjg, ksrini
jjg [Thu, 02 Feb 2017 14:34:21 -0800] rev 43577
8172807: Javac doesn't report errors on duplicate provides with different service implementations
Reviewed-by: jlahoda
lana [Thu, 02 Feb 2017 21:55:45 +0000] rev 43576
Merge
ksrini [Thu, 02 Feb 2017 10:50:14 -0800] rev 43575
8173667: Update command line help for -public -protected -package -private options
Reviewed-by: jjg
jjg [Thu, 02 Feb 2017 11:40:01 -0800] rev 43574
8166675: Latent bug in jar file handling during module path processing.
Reviewed-by: jlahoda
bpatel [Wed, 01 Feb 2017 20:14:52 -0800] rev 43573
8172528: problem generating JavaFX docs
Reviewed-by: ksrini
Contributed-by: jonathan.gibbons@oracle.com
darcy [Wed, 01 Feb 2017 19:48:36 -0800] rev 43572
8173798: Tests for printing modules
Reviewed-by: darcy
Contributed-by: bsrbnd@gmail.com
darcy [Wed, 01 Feb 2017 17:04:24 -0800] rev 43571
8173776: More javax.lang.model improvements to support modules
Reviewed-by: jjg, jlahoda
bpatel [Wed, 01 Feb 2017 15:16:49 -0800] rev 43570
8169813: The index pages are sorted in a confusing manner
Reviewed-by: jjg, ksrini
jjg [Wed, 01 Feb 2017 14:38:45 -0800] rev 43569
8173789: Fix broken test header
Reviewed-by: darcy
ksrini [Fri, 27 Jan 2017 10:08:36 -0800] rev 43568
8048628: javadoc strips HTML incorrectly; causes invalid generated HTML files
Reviewed-by: jjg
darcy [Wed, 01 Feb 2017 11:25:56 -0800] rev 43567
8173676: Improvements to javax.annotation.processing and javax.lang.model doc
Reviewed-by: anazarov
rfield [Wed, 01 Feb 2017 09:10:07 -0800] rev 43566
8173577: JShell tests: Some testng tests check nothing
Reviewed-by: jlahoda
jlahoda [Wed, 01 Feb 2017 15:03:06 +0100] rev 43565
8171294: Slow compilation with long classpaths under JDK 9
Summary: Precompute packages contained in jars, to quickly determine at the lookup time whether a jar contains the given package
Reviewed-by: jjg
Contributed-by: maurizio.cimadamore@oracle.com
rfield [Tue, 31 Jan 2017 17:01:55 -0800] rev 43564
8173652: jshell tool: store history on fatal exit
Reviewed-by: jlahoda
lana [Thu, 02 Feb 2017 21:20:39 +0000] rev 43563
Added tag jdk-9+155 for changeset 10a4ca148d89
duke [Wed, 05 Jul 2017 22:48:16 +0200] rev 43562
Merge
lancea [Sat, 04 Feb 2017 14:03:15 -0500] rev 43561
8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
Reviewed-by: dfuchs, alanb, psandoz, mchung
lana [Thu, 02 Feb 2017 21:20:38 +0000] rev 43560
Added tag jdk-9+155 for changeset 32ea5c3ed72c
duke [Wed, 05 Jul 2017 22:48:08 +0200] rev 43559
Merge
clanger [Mon, 06 Feb 2017 11:03:48 +0100] rev 43558
8173602: JAXP: TESTBUG: javax/xml/jaxp/unittest/transform/TransformerTest.java needs refactoring
Reviewed-by: dfuchs
lana [Thu, 02 Feb 2017 21:20:38 +0000] rev 43557
Added tag jdk-9+155 for changeset 9e2d943b5b66
duke [Wed, 05 Jul 2017 22:47:59 +0200] rev 43556
Merge
hannesw [Fri, 03 Feb 2017 13:28:00 +0100] rev 43555
8173888: Test for JDK-8169481 causes stack overflows in parser tests
Reviewed-by: jlaskey, sundar
ihse [Fri, 03 Feb 2017 13:02:22 +0100] rev 43554
8173822: Remove dead code in BuildNashorn.gmk
Reviewed-by: erikj
amlu [Fri, 03 Feb 2017 17:32:01 +0800] rev 43553
8173864: Problem list src/jdk/nashorn/api/tree/test/ParseAPITest.java for some platforms
Reviewed-by: hannesw, sundar
lana [Thu, 02 Feb 2017 21:56:00 +0000] rev 43552
Merge
hannesw [Thu, 02 Feb 2017 22:24:00 +0100] rev 43551
8173851: JDK-8008448.js fails to parse test for JDK-8169481
Reviewed-by: jlaskey
hannesw [Thu, 02 Feb 2017 18:23:28 +0100] rev 43550
8169481: StackOverflowError on start when parsing PAC file to autodetect Proxy settings
Reviewed-by: jlaskey, sundar
lana [Thu, 02 Feb 2017 21:20:40 +0000] rev 43549
Added tag jdk-9+155 for changeset 1e536b9ddf07
duke [Wed, 05 Jul 2017 22:47:47 +0200] rev 43548
Merge
lana [Thu, 02 Feb 2017 21:20:37 +0000] rev 43547
Added tag jdk-9+155 for changeset a3460624dc33
duke [Wed, 05 Jul 2017 22:47:38 +0200] rev 43546
Merge
dl [Tue, 07 Feb 2017 00:38:22 -0800] rev 43545
8172726: ForkJoin common pool retains a reference to the thread context class loader
Reviewed-by: martin, psandoz, chegar
redestad [Mon, 06 Feb 2017 22:23:46 +0100] rev 43544
8173982: (fs) DefaultFileSystemProvider should be split into platform specific versions
Reviewed-by: alanb
vinnie [Mon, 06 Feb 2017 17:28:33 +0000] rev 43543
8173956: KeyStore regression due to default keystore being changed to PKCS12
Reviewed-by: xuelei
mchung [Mon, 06 Feb 2017 08:03:33 -0800] rev 43542
8173947: jconsole does not show local running VMs to attach
Reviewed-by: alanb, dholmes, dfuchs
mullan [Mon, 06 Feb 2017 08:59:00 -0500] rev 43541
8173827: Remove forRemoval=true from several deprecated security APIs
Reviewed-by: redestad, xuelei
jlahoda [Mon, 06 Feb 2017 11:07:09 +0100] rev 43540
8173653: jshell tool: ctrl-C when in external editor aborts jshell -- history lost
Summary: Adding ability for WindowsTerminal subclasses to get and set console mode.
Reviewed-by: rfield
lancea [Sat, 04 Feb 2017 14:04:28 -0500] rev 43539
8173604: Rename module 8173604 java.annotations.common to java.xml.ws.annoations
Reviewed-by: dfuchs, alanb, psandoz, mchung
jwilhelm [Sat, 04 Feb 2017 03:29:39 +0100] rev 43538
Merge
jwilhelm [Tue, 24 Jan 2017 00:30:25 +0100] rev 43537
Merge
vtewari [Wed, 25 Jan 2017 15:31:01 +0530] rev 43536
8167178: Exported elements referring to inaccessible types in java.naming
Reviewed-by: chegar, rriggs, alanb
dpochepk [Mon, 23 Jan 2017 16:31:49 +0300] rev 43535
8171149: java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java failed with "Out of space in CodeCache for adapters"
Reviewed-by: kvn
rraghavan [Fri, 20 Jan 2017 04:42:29 -0800] rev 43534
8167337: When jmxremote.port=0, JDP broadcasts "0" instead of assigned port
Summary: Fetched the correct jmx service url for jdp to broadcast it.
Reviewed-by: dsamersoff, rriggs
Contributed-by: amit.sapre@oracle.com
gtriantafill [Thu, 19 Jan 2017 10:55:39 -0500] rev 43533
8152206: Simplify jvmstat modules
Reviewed-by: alanb, mchung, hseigel
redestad [Thu, 19 Jan 2017 11:27:03 +0100] rev 43532
8171855: Move package name transformations during module bootstrap into native code
Reviewed-by: alanb, acorn, lfoltan, mchung, plevart, hseigel, sspitsyn
jwilhelm [Mon, 16 Jan 2017 16:18:04 +0100] rev 43531
Merge
jwilhelm [Fri, 13 Jan 2017 18:26:33 +0100] rev 43530
Merge
hseigel [Fri, 13 Jan 2017 10:45:53 -0500] rev 43529
8172288: Fix Jigsaw related module/package error messages and throw correct exceptions
Summary: Reword error messages and throw IllegalStateExceptions where appropriate
Reviewed-by: alanb, acorn, lfoltan, gtriantafill
jwilhelm [Mon, 09 Jan 2017 15:10:25 +0100] rev 43528
Merge
ctornqvi [Thu, 05 Jan 2017 16:46:28 -0500] rev 43527
8172188: JDI tests fail due to "permission denied" when creating temp file
Reviewed-by: hseigel, mseledtsov
jwilhelm [Tue, 27 Dec 2016 22:34:05 +0100] rev 43526
Merge
dfazunen [Tue, 27 Dec 2016 16:24:37 +0300] rev 43525
8171441: tools/launcher/VersionCheck.java doesn't report names of tools which failed checks
Reviewed-by: stsmirno, iignatyev, anazarov
vtewari [Fri, 23 Dec 2016 12:15:21 +0530] rev 43524
8170861: Remove DcmdMBeanPermissionsTest.java from ProblemList
Summary: removed DcmdMBeanPermissionsTest.java from ProblemList
Reviewed-by: dholmes, fparain
Contributed-by: ujwal.vangapally@oracle.com
mchung [Fri, 03 Feb 2017 18:06:45 -0800] rev 43523
8173412: @Test in java/lang/annotation and java/lang/reflect/Proxy tests not run
Reviewed-by: redestad
dl [Fri, 03 Feb 2017 13:24:59 -0800] rev 43522
8171886: Miscellaneous changes imported from jsr166 CVS 2017-02
Reviewed-by: martin, psandoz
dl [Fri, 03 Feb 2017 13:24:59 -0800] rev 43521
8169748: LinkedTransferQueue bulk remove is O(n^2)
8172023: Concurrent spliterators fail to handle exhaustion properly
Reviewed-by: martin, psandoz, smarks
dl [Fri, 03 Feb 2017 13:24:59 -0800] rev 43520
8173706: Is able to set a negative j.u.Vector size in JDK9 b151
Reviewed-by: martin, psandoz, smarks
ddehaven [Fri, 03 Feb 2017 08:15:55 -0800] rev 43519
Merge
ddehaven [Mon, 30 Jan 2017 12:04:11 -0800] rev 43518
Merge