azvegint [Tue, 05 Jul 2016 19:40:26 +0300] rev 39837
8156212: Typo in javadoc of java.awt.Taskbar, setIconBadge spec
Reviewed-by: alexsch, ssadetsky
mhalder [Tue, 05 Jul 2016 16:20:00 +0530] rev 39836
7156316: [macosx] Ctrl+Space does generate Unknown keychar
Reviewed-by: alexsch, aniyogi
chegar [Thu, 28 Jul 2016 16:15:51 +0100] rev 39835
8156824: com.sun.jndi.ldap.pool.PoolCleaner should clear its context class loader
Reviewed-by: alanb, dfuchs
sundar [Thu, 28 Jul 2016 19:34:58 +0530] rev 39834
8162538: plugin API should avoid read only pool, have module view separated from resource view and have pool builder to modify
Reviewed-by: jlaskey, psandoz
chegar [Thu, 28 Jul 2016 13:29:34 +0100] rev 39833
8157570: sun.rmi.transport.GC retains a strong reference to the context class loader
Reviewed-by: alanb, dfuchs, msheppar
ntv [Thu, 28 Jul 2016 11:18:43 +0000] rev 39832
8160681: LocalDate.ofEpochDay input validation
Summary: Change the EpochDay range to [-365243219162L, 365241780471L]
Reviewed-by: rriggs, scolebourne
ntv [Thu, 28 Jul 2016 10:28:21 +0000] rev 39831
8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
Summary: Added support for single digit hour in offset
Reviewed-by: rriggs, scolebourne
bpb [Wed, 27 Jul 2016 14:27:46 -0700] rev 39830
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
Summary: Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
rpatil [Tue, 26 Jul 2016 13:48:29 +0530] rev 39829
8159684: (tz) Support tzdata2016f
Reviewed-by: okutsu
xuelei [Wed, 27 Jul 2016 02:47:04 +0000] rev 39828
8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
Reviewed-by: vinnie, mullan
valeriep [Wed, 27 Jul 2016 01:24:09 +0000] rev 39827
8159488: Deprivilege java.xml.crypto
Summary: Update java.policy with the necessary permissions and minor code refactoring
Reviewed-by: mullan
martin [Tue, 26 Jul 2016 15:41:40 -0700] rev 39826
8162563: Fix double checked locking in System.console()
Reviewed-by: rriggs, sherman
darcy [Tue, 26 Jul 2016 12:56:26 -0700] rev 39825
8162539: Test fails because it expects a blank between method signature and throws exception
Reviewed-by: coleenp
naoto [Tue, 26 Jul 2016 10:53:20 -0700] rev 39824
8162343: non-ASCII characters in source code comments (.hpp)
Reviewed-by: rriggs
amurillo [Thu, 28 Jul 2016 16:08:16 +0000] rev 39823
Added tag jdk-9+129 for changeset 8190c004acbd
duke [Wed, 05 Jul 2017 22:00:22 +0200] rev 39822
Merge
amurillo [Thu, 28 Jul 2016 16:08:14 +0000] rev 39821
Added tag jdk-9+129 for changeset 3b5633fa6073
weijun [Sun, 31 Jul 2016 09:36:28 +0800] rev 39820
8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
Reviewed-by: mchung, mullan
simonis [Mon, 04 Apr 2016 18:35:51 +0200] rev 39819
8149519: Set java.specification.version to the MAJOR java version
Reviewed-by: alanb, dholmes, iris
amurillo [Thu, 28 Jul 2016 16:43:25 +0000] rev 39818
Merge
valeriep [Wed, 27 Jul 2016 01:26:47 +0000] rev 39817
8159488: Deprivilege java.xml.crypto
Summary: Moved java.xml.crypto module from boot modules to platform modules
Reviewed-by: mullan
amurillo [Thu, 28 Jul 2016 16:08:13 +0000] rev 39816
Added tag jdk-9+129 for changeset ed24939e8679
duke [Wed, 05 Jul 2017 22:00:07 +0200] rev 39815
Added tag jdk-9+129 for changeset e8373543a3f0
duke [Wed, 05 Jul 2017 22:00:06 +0200] rev 39814
Merge
duke [Wed, 05 Jul 2017 21:59:59 +0200] rev 39813
Merge
vromero [Tue, 26 Jul 2016 07:45:29 -0700] rev 39812
8161019: javac, fold formatter options
Reviewed-by: mcimadamore, jjg
jlahoda [Tue, 26 Jul 2016 15:52:51 +0200] rev 39811
8162255: 'Alt-Enter v'/'Alt-Enter i' not working on some terminals
Summary: Registering an additional code sequence for Alt-Enter
Reviewed-by: rfield
mcimadamore [Fri, 22 Jul 2016 12:38:06 +0100] rev 39810
8161985: Spurious override of Object.getClass leads to NPE
Summary: Attr.adjustMethodReturnType() tweaks return types w/o checking what method is being patched
Reviewed-by: vromero
iris [Thu, 21 Jul 2016 07:43:17 -0700] rev 39809
8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
Reviewed-by: alanb, rfield, ksrini
amurillo [Thu, 21 Jul 2016 17:14:23 +0000] rev 39808
Merge
rfield [Wed, 20 Jul 2016 23:19:09 -0700] rev 39807
8160127: JShell API: extract abstract JDI and abstract streaming implementations of ExecutionControl
8159935: JShell API: Reorganize execution support code into jdk.jshell.execution (previously sent for review, and combined here)
8160128: JShell API: extract abstract streaming remote agent
8159122: JShell API: Configurable invocation mechanism
Summary: ExecutionControl implementation support with simplified ExecutionControl interface
Reviewed-by: jlahoda
vromero [Tue, 19 Jul 2016 11:27:56 -0700] rev 39806
8161383: javac is looking for operator symbols at the wrong place
Reviewed-by: mcimadamore