Thu, 02 Jun 2016 20:33:34 +0000 Added tag jdk-9+121 for changeset aab29ffdbd99
lana [Thu, 02 Jun 2016 20:33:34 +0000] rev 38814
Added tag jdk-9+121 for changeset aab29ffdbd99
Wed, 05 Jul 2017 21:48:25 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:25 +0200] rev 38813
Merge
Mon, 06 Jun 2016 18:45:47 +0530 8158736: Adapter class loaders can avoid creating named dynamic modules
sundar [Mon, 06 Jun 2016 18:45:47 +0530] rev 38812
8158736: Adapter class loaders can avoid creating named dynamic modules Reviewed-by: hannesw, mhaupt
Fri, 03 Jun 2016 15:05:17 +0200 8148457: Remove jdk.nashorn.tools.FXShell class
mhaupt [Fri, 03 Jun 2016 15:05:17 +0200] rev 38811
8148457: Remove jdk.nashorn.tools.FXShell class Reviewed-by: sundar, jlaskey, mhaupt
Thu, 02 Jun 2016 21:14:32 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:32 +0000] rev 38810
Merge
Thu, 02 Jun 2016 14:56:20 +0530 8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null
sundar [Thu, 02 Jun 2016 14:56:20 +0530] rev 38809
8158467: AccessControlException is thrown on public Java class access if "script app loader" is set to null Reviewed-by: mhaupt, hannesw
Wed, 01 Jun 2016 15:17:37 +0530 8158338: Nashorn's ScriptLoader split delegation has to be adjusted
sundar [Wed, 01 Jun 2016 15:17:37 +0530] rev 38808
8158338: Nashorn's ScriptLoader split delegation has to be adjusted Reviewed-by: lagergren, hannesw
Tue, 31 May 2016 21:12:34 +0530 8158250: nashorn ant javadoc targets are broken
sundar [Tue, 31 May 2016 21:12:34 +0530] rev 38807
8158250: nashorn ant javadoc targets are broken Reviewed-by: hannesw, mhaupt
Tue, 31 May 2016 13:04:26 +0530 8158131: Nashorn should not use jdk.internal.module.Modules API
sundar [Tue, 31 May 2016 13:04:26 +0530] rev 38806
8158131: Nashorn should not use jdk.internal.module.Modules API Reviewed-by: hannesw, mhaupt, alanb
Mon, 30 May 2016 16:41:57 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:41:57 +0200] rev 38805
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:36 +0000 Added tag jdk-9+121 for changeset 3e6c168b4edb
lana [Thu, 02 Jun 2016 20:33:36 +0000] rev 38804
Added tag jdk-9+121 for changeset 3e6c168b4edb
Wed, 05 Jul 2017 21:48:16 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:16 +0200] rev 38803
Merge
Thu, 02 Jun 2016 21:14:29 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:29 +0000] rev 38802
Merge
Mon, 30 May 2016 16:23:54 +0200 8154469: Update FSF address
robilad [Mon, 30 May 2016 16:23:54 +0200] rev 38801
8154469: Update FSF address Summary: Updated Free Software Foundation's mailing address in LICENSE Reviewed-by: rriggs, shade
Thu, 02 Jun 2016 20:33:33 +0000 Added tag jdk-9+121 for changeset 108280e801f9
lana [Thu, 02 Jun 2016 20:33:33 +0000] rev 38800
Added tag jdk-9+121 for changeset 108280e801f9
Wed, 05 Jul 2017 21:48:06 +0200 Merge
duke [Wed, 05 Jul 2017 21:48:06 +0200] rev 38799
Merge
Mon, 06 Jun 2016 12:45:17 -0700 Merge
amurillo [Mon, 06 Jun 2016 12:45:17 -0700] rev 38798
Merge
Mon, 06 Jun 2016 09:58:04 -0700 Merge
amurillo [Mon, 06 Jun 2016 09:58:04 -0700] rev 38797
Merge
Thu, 02 Jun 2016 14:58:53 -0700 Merge
amurillo [Thu, 02 Jun 2016 14:58:53 -0700] rev 38796
Merge
Fri, 27 May 2016 19:31:41 +0300 8152950: BasicLauncherTest.java fails due to type error
dsamersoff [Fri, 27 May 2016 19:31:41 +0300] rev 38795
8152950: BasicLauncherTest.java fails due to type error Summary: Better handle js engine initialization error Reviewed-by: jbachorik
Thu, 26 May 2016 14:24:50 -0700 Merge
amurillo [Thu, 26 May 2016 14:24:50 -0700] rev 38794
Merge
Wed, 25 May 2016 17:29:47 -0400 8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL.
jiangli [Wed, 25 May 2016 17:29:47 -0400] rev 38793
8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL. Summary: Rename jdk.internal.loader.ClassLoaders.addURLToUCP() to toFileURL(), which returns the converted URL. Reviewed-by: martin, mchung Contributed-by: alan.bateman@oracle.com
Tue, 24 May 2016 14:14:18 +0300 Merge
vlivanov [Tue, 24 May 2016 14:14:18 +0300] rev 38792
Merge
Fri, 20 May 2016 18:05:28 +0300 Merge
vlivanov [Fri, 20 May 2016 18:05:28 +0300] rev 38791
Merge
Fri, 13 May 2016 08:31:23 +0200 8155608: String intrinsic range checks are not strict enough
thartmann [Fri, 13 May 2016 08:31:23 +0200] rev 38790
8155608: String intrinsic range checks are not strict enough Summary: Range checks in inflate, compress and getChars are not strict enough. Reviewed-by: kvn, twisti, jrose
Wed, 11 May 2016 09:13:45 +0200 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
psandoz [Wed, 11 May 2016 09:13:45 +0200] rev 38789
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable Reviewed-by: twisti
Wed, 11 May 2016 00:38:26 +0300 Merge
vlivanov [Wed, 11 May 2016 00:38:26 +0300] rev 38788
Merge
Tue, 24 May 2016 08:53:54 +0200 8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode
sla [Tue, 24 May 2016 08:53:54 +0200] rev 38787
8157555: com/sun/jdi/RedefineClearBreakpoint.sh times out due to Indify String Concat being slow in debug mode Reviewed-by: sspitsyn
Mon, 06 Jun 2016 10:52:21 -0700 8146156: Inconsistent default locale in string formatter methods
naoto [Mon, 06 Jun 2016 10:52:21 -0700] rev 38786
8146156: Inconsistent default locale in string formatter methods Reviewed-by: sherman
Mon, 06 Jun 2016 09:13:35 +0200 8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
srastogi [Mon, 06 Jun 2016 09:13:35 +0200] rev 38785
8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE Reviewed-by: sundar, mhaupt
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip