Wed, 05 Jul 2017 19:36:18 +0200 Added tag jdk9-b08 for changeset b47e02119575
duke [Wed, 05 Jul 2017 19:36:18 +0200] rev 23817
Added tag jdk9-b08 for changeset b47e02119575
Wed, 05 Jul 2017 19:36:17 +0200 Merge jdk9-b08
duke [Wed, 05 Jul 2017 19:36:17 +0200] rev 23816
Merge
Wed, 05 Jul 2017 19:36:14 +0200 Merge
duke [Wed, 05 Jul 2017 19:36:14 +0200] rev 23815
Merge
Thu, 03 Apr 2014 20:28:23 -0400 8038263: Refactor annotation handling after actualEnterAnnotations
emc [Thu, 03 Apr 2014 20:28:23 -0400] rev 23814
8038263: Refactor annotation handling after actualEnterAnnotations Summary: Move all repeating annotations code into Annotate, rework annotations pipeline into a more completer-like design, eliminate a cast from enterAnnotations/enterTypeAnnotations Reviewed-by: jjg, jfranck
Wed, 09 Apr 2014 17:18:22 -0700 Merge
lana [Wed, 09 Apr 2014 17:18:22 -0700] rev 23813
Merge
Wed, 09 Apr 2014 17:41:27 +0100 8015499: javac, Gen is generating extra checkcast instructions in some corner cases
pgovereau [Wed, 09 Apr 2014 17:41:27 +0100] rev 23812
8015499: javac, Gen is generating extra checkcast instructions in some corner cases Reviewed-by: vromero, jjg
Tue, 08 Apr 2014 23:33:50 +0200 8039466: Tests failing in langtools repository.
jlahoda [Tue, 08 Apr 2014 23:33:50 +0200] rev 23811
8039466: Tests failing in langtools repository. Summary: Fixing tests broken by JDK-8038455. Reviewed-by: jjg
Tue, 08 Apr 2014 14:06:11 +0200 8038455: Use single Context for all rounds of annotation processing
jlahoda [Tue, 08 Apr 2014 14:06:11 +0200] rev 23810
8038455: Use single Context for all rounds of annotation processing Summary: One set of javac services, as well as created ClassSymbols, is reused for all rounds of processing now. Reviewed-by: jjg, jfranck, darcy, vromero
Fri, 04 Apr 2014 19:13:53 -0400 8023945: javac wrongly allows a subclass of an anonymous class
pgovereau [Fri, 04 Apr 2014 19:13:53 -0400] rev 23809
8023945: javac wrongly allows a subclass of an anonymous class Reviewed-by: jjg
Fri, 04 Apr 2014 18:36:16 -0700 8039231: [javadoc] test failure caused by javax.crypto fix
ksrini [Fri, 04 Apr 2014 18:36:16 -0700] rev 23808
8039231: [javadoc] test failure caused by javax.crypto fix Reviewed-by: jjg
Thu, 03 Apr 2014 12:04:58 -0700 8037881: javax.crypto is not listed in the compact* profiles javadoc
ksrini [Thu, 03 Apr 2014 12:04:58 -0700] rev 23807
8037881: javax.crypto is not listed in the compact* profiles javadoc Reviewed-by: jjg
Wed, 09 Apr 2014 09:20:35 -0700 Merge
lana [Wed, 09 Apr 2014 09:20:35 -0700] rev 23806
Merge
Tue, 01 Apr 2014 23:58:04 -0700 8032066: Serialized form has broken links to non private inner classes of package private
bpatel [Tue, 01 Apr 2014 23:58:04 -0700] rev 23805
8032066: Serialized form has broken links to non private inner classes of package private Reviewed-by: jjg
Tue, 01 Apr 2014 23:52:10 -0700 8034933: Update documentation for Types.directSupertypes to clarify behavior
pgovereau [Tue, 01 Apr 2014 23:52:10 -0700] rev 23804
8034933: Update documentation for Types.directSupertypes to clarify behavior Reviewed-by: darcy
Wed, 02 Apr 2014 10:05:16 +0400 8034044: Class.getModifiers() returns "static" for anonymous classes
igerasim [Wed, 02 Apr 2014 10:05:16 +0400] rev 23803
8034044: Class.getModifiers() returns "static" for anonymous classes Summary: Javac sets ACC_STATIC bit for anonymous classes which contradicts the JLS Reviewed-by: jfranck
Tue, 01 Apr 2014 17:25:39 -0700 Merge
lana [Tue, 01 Apr 2014 17:25:39 -0700] rev 23802
Merge
Tue, 01 Apr 2014 10:00:43 -0700 8031425: Two langtools/javac tests fail by timeout on Windows
kizune [Tue, 01 Apr 2014 10:00:43 -0700] rev 23801
8031425: Two langtools/javac tests fail by timeout on Windows Reviewed-by: jjg, vromero
Mon, 31 Mar 2014 21:27:25 +0200 8035890: jdk8 javac -source 7 compiles test case it should not
jlahoda [Mon, 31 Mar 2014 21:27:25 +0200] rev 23800
8035890: jdk8 javac -source 7 compiles test case it should not Summary: Ensuring source level checks are performed in two additional cases related to type annotations, adding specialized error message for annotations after method type parameters. Reviewed-by: jfranck, jjg
Sat, 29 Mar 2014 11:06:33 -0700 8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
bpatel [Sat, 29 Mar 2014 11:06:33 -0700] rev 23799
8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present Reviewed-by: ksrini
Thu, 27 Mar 2014 18:41:28 -0400 8035768: Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound
emc [Thu, 27 Mar 2014 18:41:28 -0400] rev 23798
8035768: Move TypeAnnotationPosition from Attribute.Compound to Attribute.TypeCompound Summary: Move position field into Compound, making Compound into a kind of "proto-annotation", representing the situation before we know what an Annotation's kink is Reviewed-by: jjg
Wed, 26 Mar 2014 17:50:33 -0700 8035104: reorder class file attributes in javap listing
jjg [Wed, 26 Mar 2014 17:50:33 -0700] rev 23797
8035104: reorder class file attributes in javap listing Reviewed-by: ksrini
Wed, 26 Mar 2014 10:47:30 -0700 8035956: javac, incomplete error message
kizune [Wed, 26 Mar 2014 10:47:30 -0700] rev 23796
8035956: javac, incomplete error message Reviewed-by: vromero
Wed, 26 Mar 2014 12:18:11 +0100 8038080: annotation processors don't visit declaration parameter annotations
jfranck [Wed, 26 Mar 2014 12:18:11 +0100] rev 23795
8038080: annotation processors don't visit declaration parameter annotations Reviewed-by: darcy Contributed-by: cushon@google.com, joel.franck@oracle.com
Tue, 25 Mar 2014 22:07:55 -0700 8031625: javadoc problems referencing inner class constructors
bpatel [Tue, 25 Mar 2014 22:07:55 -0700] rev 23794
8031625: javadoc problems referencing inner class constructors Reviewed-by: jjg
Tue, 25 Mar 2014 14:50:31 -0700 Merge
lana [Tue, 25 Mar 2014 14:50:31 -0700] rev 23793
Merge
Thu, 20 Mar 2014 15:13:26 +0400 7118295: javac does not explicitly close -Xstdout file
kizune [Thu, 20 Mar 2014 15:13:26 +0400] rev 23792
7118295: javac does not explicitly close -Xstdout file Reviewed-by: ksrini, jjg
Wed, 19 Mar 2014 17:39:28 -0400 8025505: Constant folding deficiency
pgovereau [Wed, 19 Mar 2014 17:39:28 -0400] rev 23791
8025505: Constant folding deficiency Summary: Provide constant folding of equality tests involving constant and null. Reviewed-by: jjg
Wed, 19 Mar 2014 11:34:27 -0400 6898851: Compiling against this corrupt class file causes a stacktrace from javac
pgovereau [Wed, 19 Mar 2014 11:34:27 -0400] rev 23790
6898851: Compiling against this corrupt class file causes a stacktrace from javac Summary: Added check for index out-of-bounds erros in ClassReader Reviewed-by: jjg
Wed, 02 Apr 2014 22:00:13 -0700 Added tag jdk9-b07 for changeset a70a71ac79f3
katleman [Wed, 02 Apr 2014 22:00:13 -0700] rev 23789
Added tag jdk9-b07 for changeset a70a71ac79f3
Wed, 05 Jul 2017 19:36:06 +0200 Merge
duke [Wed, 05 Jul 2017 19:36:06 +0200] rev 23788
Merge
Wed, 09 Apr 2014 17:19:42 -0700 Merge
lana [Wed, 09 Apr 2014 17:19:42 -0700] rev 23787
Merge
Tue, 08 Apr 2014 11:26:40 +0100 8033113: wsimport fails on WSDL:header parameter name customization
mkos [Tue, 08 Apr 2014 11:26:40 +0100] rev 23786
8033113: wsimport fails on WSDL:header parameter name customization Reviewed-by: chegar
Wed, 09 Apr 2014 09:20:23 -0700 Merge
lana [Wed, 09 Apr 2014 09:20:23 -0700] rev 23785
Merge
Tue, 01 Apr 2014 17:27:04 -0700 Merge
lana [Tue, 01 Apr 2014 17:27:04 -0700] rev 23784
Merge
Mon, 31 Mar 2014 15:59:00 +0200 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
mkos [Mon, 31 Mar 2014 15:59:00 +0200] rev 23783
8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode Reviewed-by: chegar
Mon, 31 Mar 2014 10:43:20 +0200 8036030: Update JAX-WS RI integration to latest version
mkos [Mon, 31 Mar 2014 10:43:20 +0200] rev 23782
8036030: Update JAX-WS RI integration to latest version Summary: JAX-WS RI upgrade from 2.2.9-b130926.1035 to 2.2.10-b140228.1436; Reviewed-by: chegar
Wed, 02 Apr 2014 22:00:00 -0700 Added tag jdk9-b07 for changeset 5d95c3684e9f
katleman [Wed, 02 Apr 2014 22:00:00 -0700] rev 23781
Added tag jdk9-b07 for changeset 5d95c3684e9f
Wed, 05 Jul 2017 19:36:00 +0200 Merge
duke [Wed, 05 Jul 2017 19:36:00 +0200] rev 23780
Merge
Wed, 09 Apr 2014 09:19:57 -0700 Merge
lana [Wed, 09 Apr 2014 09:19:57 -0700] rev 23779
Merge
Tue, 01 Apr 2014 17:27:49 -0700 Merge
lana [Tue, 01 Apr 2014 17:27:49 -0700] rev 23778
Merge
Mon, 31 Mar 2014 19:03:41 +0400 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
aefimov [Mon, 31 Mar 2014 19:03:41 +0400] rev 23777
8035437: Xerces Update: xml/serialize/DOMSerializerImpl Reviewed-by: lancea
Tue, 25 Mar 2014 14:51:51 -0700 Merge
lana [Tue, 25 Mar 2014 14:51:51 -0700] rev 23776
Merge
Thu, 20 Mar 2014 13:38:07 -0700 8035577: Xerces Update: impl/xpath/regex/RangeToken.java
joehw [Thu, 20 Mar 2014 13:38:07 -0700] rev 23775
8035577: Xerces Update: impl/xpath/regex/RangeToken.java Reviewed-by: lancea, alanb, sherman, joehw Contributed-by: david.x.li@oracle.com
Wed, 02 Apr 2014 21:59:59 -0700 Added tag jdk9-b07 for changeset 8c109399a3da
katleman [Wed, 02 Apr 2014 21:59:59 -0700] rev 23774
Added tag jdk9-b07 for changeset 8c109399a3da
Wed, 05 Jul 2017 19:35:54 +0200 Merge
duke [Wed, 05 Jul 2017 19:35:54 +0200] rev 23773
Merge
Wed, 09 Apr 2014 17:18:48 -0700 Merge
lana [Wed, 09 Apr 2014 17:18:48 -0700] rev 23772
Merge
Wed, 09 Apr 2014 10:14:34 +0200 8039403: Write sanity tests for persistent caching
mnunez [Wed, 09 Apr 2014 10:14:34 +0200] rev 23771
8039403: Write sanity tests for persistent caching Reviewed-by: hannesw, sundar
Mon, 07 Apr 2014 21:57:33 +0530 8039387: Nashorn supports indexed access of List elements, but length property is not supported
sundar [Mon, 07 Apr 2014 21:57:33 +0530] rev 23770
8039387: Nashorn supports indexed access of List elements, but length property is not supported Reviewed-by: lagergren, jlaskey
Thu, 03 Apr 2014 17:35:13 +0200 8039181: Persistent code store does not use absolute paths internally
hannesw [Thu, 03 Apr 2014 17:35:13 +0200] rev 23769
8039181: Persistent code store does not use absolute paths internally Reviewed-by: sundar, lagergren
Wed, 09 Apr 2014 09:20:03 -0700 Merge
lana [Wed, 09 Apr 2014 09:20:03 -0700] rev 23768
Merge
Wed, 02 Apr 2014 18:26:57 +0200 8038638: Persistent store for compiled scripts
hannesw [Wed, 02 Apr 2014 18:26:57 +0200] rev 23767
8038638: Persistent store for compiled scripts Reviewed-by: lagergren, sundar
Wed, 02 Apr 2014 15:52:31 +0530 8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
sundar [Wed, 02 Apr 2014 15:52:31 +0530] rev 23766
8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed Reviewed-by: lagergren, attila
Tue, 01 Apr 2014 17:28:17 -0700 Merge
lana [Tue, 01 Apr 2014 17:28:17 -0700] rev 23765
Merge
Fri, 28 Mar 2014 13:24:07 +0530 8038615: test262 repo is now a git repo in github
sundar [Fri, 28 Mar 2014 13:24:07 +0530] rev 23764
8038615: test262 repo is now a git repo in github Reviewed-by: lagergren, hannesw
Thu, 27 Mar 2014 19:39:18 +0530 8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
sundar [Thu, 27 Mar 2014 19:39:18 +0530] rev 23763
8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods Reviewed-by: lagergren, jlaskey
Tue, 25 Mar 2014 14:52:34 -0700 Merge
lana [Tue, 25 Mar 2014 14:52:34 -0700] rev 23762
Merge
Fri, 21 Mar 2014 20:24:01 +0530 8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys
sundar [Fri, 21 Mar 2014 20:24:01 +0530] rev 23761
8037562: Nashorn: JSON.parse comes up with nonexistent entries if there are gaps between the keys Reviewed-by: jlaskey, hannesw
Wed, 19 Mar 2014 16:01:19 +0100 8037779: NoPersistenceCachingTest fails with ant test
mnunez [Wed, 19 Mar 2014 16:01:19 +0100] rev 23760
8037779: NoPersistenceCachingTest fails with ant test Reviewed-by: sundar, hannesw
Wed, 02 Apr 2014 22:00:15 -0700 Added tag jdk9-b07 for changeset dd19ff015a33
katleman [Wed, 02 Apr 2014 22:00:15 -0700] rev 23759
Added tag jdk9-b07 for changeset dd19ff015a33
Wed, 05 Jul 2017 19:35:47 +0200 Merge
duke [Wed, 05 Jul 2017 19:35:47 +0200] rev 23758
Merge
Wed, 09 Apr 2014 17:19:02 -0700 Merge
lana [Wed, 09 Apr 2014 17:19:02 -0700] rev 23757
Merge
Fri, 04 Apr 2014 14:58:04 +0400 8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark
aefimov [Fri, 04 Apr 2014 14:58:04 +0400] rev 23756
8029073: (corba) New connection reclaimed when number of connection is greater than highwatermark Reviewed-by: coffeys
Wed, 09 Apr 2014 09:19:52 -0700 Merge
lana [Wed, 09 Apr 2014 09:19:52 -0700] rev 23755
Merge
Wed, 02 Apr 2014 21:45:26 +0100 8039114: Build failure: JDK-8039108 issue
coffeys [Wed, 02 Apr 2014 21:45:26 +0100] rev 23754
8039114: Build failure: JDK-8039108 issue Reviewed-by: alanb
Wed, 02 Apr 2014 20:15:59 +0100 8039108: Build Broken: 8035618 fix breaks corba build
coffeys [Wed, 02 Apr 2014 20:15:59 +0100] rev 23753
8039108: Build Broken: 8035618 fix breaks corba build Reviewed-by: alanb
Wed, 02 Apr 2014 18:21:23 +0100 8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
coffeys [Wed, 02 Apr 2014 18:21:23 +0100] rev 23752
8035618: Four api/org_omg/CORBA TCK tests fail under plugin only Reviewed-by: alanb, mchung, dfuchs, msheppar
Tue, 01 Apr 2014 17:28:35 -0700 Merge
lana [Tue, 01 Apr 2014 17:28:35 -0700] rev 23751
Merge
Tue, 25 Mar 2014 14:50:45 -0700 Merge
lana [Tue, 25 Mar 2014 14:50:45 -0700] rev 23750
Merge
Thu, 20 Mar 2014 15:05:58 +0000 8033075: Broken Links In CORBA API docs
msheppar [Thu, 20 Mar 2014 15:05:58 +0000] rev 23749
8033075: Broken Links In CORBA API docs Summary: Fix broken URLs change cgi.omg.org to www.omg.org Reviewed-by: alanb
Wed, 02 Apr 2014 21:59:43 -0700 Added tag jdk9-b07 for changeset fd3ce35a9d5c
katleman [Wed, 02 Apr 2014 21:59:43 -0700] rev 23748
Added tag jdk9-b07 for changeset fd3ce35a9d5c
Wed, 05 Jul 2017 19:35:40 +0200 Merge
duke [Wed, 05 Jul 2017 19:35:40 +0200] rev 23747
Merge
Fri, 11 Apr 2014 14:07:25 -0700 8035284: Remove redundant null initialization
mduigou [Fri, 11 Apr 2014 14:07:25 -0700] rev 23746
8035284: Remove redundant null initialization Reviewed-by: lancea, martin, chegar, shade
Fri, 11 Apr 2014 13:12:11 -0700 8035427: Math.random() JavaDoc: missing maximum returned value
bpb [Fri, 11 Apr 2014 13:12:11 -0700] rev 23745
8035427: Math.random() JavaDoc: missing maximum returned value Summary: Add some documentation amplifying the description of Math.random(). Reviewed-by: psandoz
Fri, 11 Apr 2014 09:25:36 +0100 8039899: Missing licence headers in test for JDK-8033113
mkos [Fri, 11 Apr 2014 09:25:36 +0100] rev 23744
8039899: Missing licence headers in test for JDK-8033113 Reviewed-by: chegar
Fri, 11 Apr 2014 03:10:44 +0000 8037557: test SessionCacheSizeTests.java timeout
xuelei [Fri, 11 Apr 2014 03:10:44 +0000] rev 23743
8037557: test SessionCacheSizeTests.java timeout Reviewed-by: weijun
Thu, 10 Apr 2014 13:19:29 -0700 8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
bpb [Thu, 10 Apr 2014 13:19:29 -0700] rev 23742
8039474: sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1) Summary: Specify ISO-8859-1 as charset of String to decode. Reviewed-by: chegar, sherman, mduigou, mchung
Thu, 10 Apr 2014 20:01:52 +0100 8038491: Improve synchronization in ZipFile.read()
coffeys [Thu, 10 Apr 2014 20:01:52 +0100] rev 23741
8038491: Improve synchronization in ZipFile.read() Reviewed-by: alanb, chegar
Thu, 10 Apr 2014 08:43:46 -0700 8039864: Fix fallthrough lint warnings in other libs
darcy [Thu, 10 Apr 2014 08:43:46 -0700] rev 23740
8039864: Fix fallthrough lint warnings in other libs Reviewed-by: alanb, lancea
Thu, 10 Apr 2014 07:09:13 -0700 8039368: Remove testcase from npt utf.c
dsamersoff [Thu, 10 Apr 2014 07:09:13 -0700] rev 23739
8039368: Remove testcase from npt utf.c Summary: don't compile testcase by default Reviewed-by: sla, vkempik
Thu, 10 Apr 2014 11:01:15 +0100 8039527: Broken links in ConcurrentMap javadoc
chegar [Thu, 10 Apr 2014 11:01:15 +0100] rev 23738
8039527: Broken links in ConcurrentMap javadoc Reviewed-by: martin, alanb
Wed, 09 Apr 2014 21:12:46 -0700 Merge
lana [Wed, 09 Apr 2014 21:12:46 -0700] rev 23737
Merge
Wed, 09 Apr 2014 17:17:03 -0700 Merge
lana [Wed, 09 Apr 2014 17:17:03 -0700] rev 23736
Merge
Thu, 10 Apr 2014 10:31:05 +0800 8039575: liberate two manual kerberos tests
weijun [Thu, 10 Apr 2014 10:31:05 +0800] rev 23735
8039575: liberate two manual kerberos tests Reviewed-by: xuelei
Wed, 09 Apr 2014 09:36:19 -0700 8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant
sherman [Wed, 09 Apr 2014 09:36:19 -0700] rev 23734
8039124: j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant Summary: to add the StringBuilder variant Reviewed-by: alanb, sherman Contributed-by: jeremymanson@google.com, peter.levart@gmail.com
Wed, 09 Apr 2014 12:49:51 +0000 8028192: Use of PKCS11-NSS provider in FIPS mode broken
xuelei [Wed, 09 Apr 2014 12:49:51 +0000] rev 23733
8028192: Use of PKCS11-NSS provider in FIPS mode broken Reviewed-by: ahgross, ascarpino, asmotrak
Wed, 09 Apr 2014 17:19:19 +0800 8035986: KerberosKey algorithm names are not specified
weijun [Wed, 09 Apr 2014 17:19:19 +0800] rev 23732
8035986: KerberosKey algorithm names are not specified Reviewed-by: xuelei
Wed, 09 Apr 2014 17:08:37 +0800 8039132: cleanup @ignore JAAS/krb5 tests
weijun [Wed, 09 Apr 2014 17:08:37 +0800] rev 23731
8039132: cleanup @ignore JAAS/krb5 tests Reviewed-by: xuelei
Tue, 08 Apr 2014 13:16:22 -0400 Merge
mullan [Tue, 08 Apr 2014 13:16:22 -0400] rev 23730
Merge
Tue, 08 Apr 2014 11:57:57 -0400 8038431: Close InputStream when finished retrieving XML Signature HTTP References
mullan [Tue, 08 Apr 2014 11:57:57 -0400] rev 23729
8038431: Close InputStream when finished retrieving XML Signature HTTP References Reviewed-by: xuelei
Tue, 08 Apr 2014 17:36:13 +0200 6815126: intermittent SimulResumerTest.java failure
sjiang [Tue, 08 Apr 2014 17:36:13 +0200] rev 23728
6815126: intermittent SimulResumerTest.java failure Reviewed-by: jbachorik, sla
Tue, 08 Apr 2014 11:25:56 +0100 8033113: wsimport fails on WSDL:header parameter name customization
mkos [Tue, 08 Apr 2014 11:25:56 +0100] rev 23727
8033113: wsimport fails on WSDL:header parameter name customization Reviewed-by: chegar
Mon, 07 Apr 2014 16:13:43 +0200 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled.
ykantser [Mon, 07 Apr 2014 16:13:43 +0200] rev 23726
8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled. Reviewed-by: jbachorik, sla
Mon, 07 Apr 2014 15:40:05 +0100 8037396: URI getQuery() and getFragment() don't decode properly
michaelm [Mon, 07 Apr 2014 15:40:05 +0100] rev 23725
8037396: URI getQuery() and getFragment() don't decode properly Reviewed-by: chegar, michaelm Contributed-by: pavel.reppo@oracle.com
Mon, 07 Apr 2014 13:16:17 +0100 8039253: Remove undocumented com.oracle.net
alanb [Mon, 07 Apr 2014 13:16:17 +0100] rev 23724
8039253: Remove undocumented com.oracle.net Reviewed-by: chegar
Mon, 07 Apr 2014 08:09:55 +0200 8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
sla [Mon, 07 Apr 2014 08:09:55 +0200] rev 23723
8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt Reviewed-by: mgronlun, alanb
Thu, 06 Mar 2014 17:31:07 +0000 8036818: DateTimeFormatter withResolverFields() fails to accept null
scolebourne [Thu, 06 Mar 2014 17:31:07 +0000] rev 23722
8036818: DateTimeFormatter withResolverFields() fails to accept null Reviewed-by: chegar, rriggs Contributed-by: scolebourne@joda.org
Fri, 04 Apr 2014 13:01:26 +0200 8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace
mtobiass [Fri, 04 Apr 2014 13:01:26 +0200] rev 23721
8038822: java/lang/management/MemoryMXBean/LowMemoryTest2.sh still fails with OutOfMemoryError: Metaspace Summary: Force a GC when usage above threshold. Add more logging. Reviewed-by: dfuchs
Fri, 04 Apr 2014 19:32:53 +0400 8039172: Tidy warnings cleanup for java.net, java.math, java.time, java.rmi
yan [Fri, 04 Apr 2014 19:32:53 +0400] rev 23720
8039172: Tidy warnings cleanup for java.net, java.math, java.time, java.rmi Reviewed-by: alanb, lancea Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Fri, 04 Apr 2014 19:27:17 +0400 8038306: (tz) Support tzdata2014b
aefimov [Fri, 04 Apr 2014 19:27:17 +0400] rev 23719
8038306: (tz) Support tzdata2014b Reviewed-by: coffeys, sherman, okutsu
Fri, 04 Apr 2014 16:35:43 +0200 8028354: jstat does not provide enough information when fail to read data from remote JVM
sla [Fri, 04 Apr 2014 16:35:43 +0200] rev 23718
8028354: jstat does not provide enough information when fail to read data from remote JVM Reviewed-by: alanb, dholmes, mgronlun
Fri, 04 Apr 2014 18:16:50 +0400 8039259: Tidy warnings cleanup for java.awt
yan [Fri, 04 Apr 2014 18:16:50 +0400] rev 23717
8039259: Tidy warnings cleanup for java.awt Reviewed-by: serb, pchelko Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Fri, 04 Apr 2014 21:19:43 +0800 8029995: accept yes/no for boolean krb5.conf settings
weijun [Fri, 04 Apr 2014 21:19:43 +0800] rev 23716
8029995: accept yes/no for boolean krb5.conf settings Reviewed-by: mullan
Fri, 04 Apr 2014 15:43:10 +0400 8039074: Tidy warnings cleanup for javax.swing
yan [Fri, 04 Apr 2014 15:43:10 +0400] rev 23715
8039074: Tidy warnings cleanup for javax.swing Reviewed-by: pchelko, alexsch Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Thu, 03 Apr 2014 16:00:56 -0700 8032977: Add serial lint warning to build of jdk repository
darcy [Thu, 03 Apr 2014 16:00:56 -0700] rev 23714
8032977: Add serial lint warning to build of jdk repository Reviewed-by: ihse, tbell
Thu, 03 Apr 2014 10:53:35 +0200 8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
mkos [Thu, 03 Apr 2014 10:53:35 +0200] rev 23713
8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0 Reviewed-by: chegar
Thu, 03 Apr 2014 16:10:40 +0400 8039041: Tidy warnings cleanup for javax.naming
yan [Thu, 03 Apr 2014 16:10:40 +0400] rev 23712
8039041: Tidy warnings cleanup for javax.naming Reviewed-by: alanb, lancea Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Wed, 02 Apr 2014 21:38:45 -0700 8039022: Fix serial lint warnings in sun.tools.java
darcy [Wed, 02 Apr 2014 21:38:45 -0700] rev 23711
8039022: Fix serial lint warnings in sun.tools.java 8039027: Fix serial lint warnings in jconsole and jstat 8039038: Fix serial lint warnings in com.sun.jmx.snmp Reviewed-by: alanb, lancea, dfuchs
Wed, 09 Apr 2014 09:20:54 -0700 Merge
lana [Wed, 09 Apr 2014 09:20:54 -0700] rev 23710
Merge
Wed, 02 Apr 2014 23:23:00 +0100 8039118: Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName)
chegar [Wed, 02 Apr 2014 23:23:00 +0100] rev 23709
8039118: Windows build failure (j2pcsc.dll : fatal error unresolved external symbol throwByName) Reviewed-by: mullan, mchung, alanb
Wed, 02 Apr 2014 11:03:10 -0400 8039088: Fix broken URLs in package.html
lancea [Wed, 02 Apr 2014 11:03:10 -0400] rev 23708
8039088: Fix broken URLs in package.html Reviewed-by: chegar
Wed, 02 Apr 2014 10:20:14 -0400 8038653: Fix Time.toLocalTime, Time.valueOf javadoc clarification
lancea [Wed, 02 Apr 2014 10:20:14 -0400] rev 23707
8038653: Fix Time.toLocalTime, Time.valueOf javadoc clarification Reviewed-by: alanb
Wed, 02 Apr 2014 14:57:17 +0200 8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
sjiang [Wed, 02 Apr 2014 14:57:17 +0200] rev 23706
8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor Reviewed-by: dfuchs, jbachorik
Wed, 02 Apr 2014 12:20:01 +0000 Merge
valeriep [Wed, 02 Apr 2014 12:20:01 +0000] rev 23705
Merge
Wed, 02 Apr 2014 12:19:11 +0000 8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending
valeriep [Wed, 02 Apr 2014 12:19:11 +0000] rev 23704
8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending Summary: Fix pending exception errors found by parfait. Reviewed-by: vinnie
Wed, 02 Apr 2014 15:59:00 +0400 8038488: Tidy warnings cleanup for java.beans
yan [Wed, 02 Apr 2014 15:59:00 +0400] rev 23703
8038488: Tidy warnings cleanup for java.beans Reviewed-by: malenkov, alexsch Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Wed, 02 Apr 2014 12:17:25 +0400 8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
igerasim [Wed, 02 Apr 2014 12:17:25 +0400] rev 23702
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message Reviewed-by: mchung
Tue, 01 Apr 2014 17:25:55 -0700 Merge
lana [Tue, 01 Apr 2014 17:25:55 -0700] rev 23701
Merge
Tue, 01 Apr 2014 09:12:51 -0700 Merge
prr [Tue, 01 Apr 2014 09:12:51 -0700] rev 23700
Merge
Mon, 24 Mar 2014 23:02:05 +0400 8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
pchelko [Mon, 24 Mar 2014 23:02:05 +0400] rev 23699
8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos Reviewed-by: prr, serb
Mon, 24 Mar 2014 10:43:59 -0700 Merge
prr [Mon, 24 Mar 2014 10:43:59 -0700] rev 23698
Merge
Sun, 23 Mar 2014 13:49:48 -0700 8034169: Fix serial lint warnings in javax.swing
darcy [Sun, 23 Mar 2014 13:49:48 -0700] rev 23697
8034169: Fix serial lint warnings in javax.swing Reviewed-by: alanb, prr
Fri, 21 Mar 2014 11:33:52 -0700 8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m
prr [Fri, 21 Mar 2014 11:33:52 -0700] rev 23696
8034113: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/AWTStrike.m Reviewed-by: jgodinez, serb
Fri, 21 Mar 2014 11:32:23 -0700 8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending
prr [Fri, 21 Mar 2014 11:32:23 -0700] rev 23695
8029008: [Parfait] warnings from b116 for jdk.src.share.native.sun.font: JNI exceptions pending Reviewed-by: jgodinez, serb
Fri, 21 Mar 2014 21:56:50 +0400 8038106: PIT: access problem to a PrinterJob on OS X
pchelko [Fri, 21 Mar 2014 21:56:50 +0400] rev 23694
8038106: PIT: access problem to a PrinterJob on OS X Reviewed-by: serb, anthony, azvegint
Fri, 21 Mar 2014 21:47:51 +0400 8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
malenkov [Fri, 21 Mar 2014 21:47:51 +0400] rev 23693
8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor Reviewed-by: alexsch, serb
Fri, 21 Mar 2014 21:40:52 +0400 8035177: KSS: sun.awt.shell.ShellFolder
malenkov [Fri, 21 Mar 2014 21:40:52 +0400] rev 23692
8035177: KSS: sun.awt.shell.ShellFolder Reviewed-by: alexsch, serb
Fri, 21 Mar 2014 20:31:14 +0400 8035171: KSS: sun.awt.shell.Win32ShellFolderManager2
malenkov [Fri, 21 Mar 2014 20:31:14 +0400] rev 23691
8035171: KSS: sun.awt.shell.Win32ShellFolderManager2 Reviewed-by: alexsch, serb
Fri, 21 Mar 2014 17:36:37 +0300 7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
kshefov [Fri, 21 Mar 2014 17:36:37 +0300] rev 23690
7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code) Reviewed-by: pchelko, serb
Fri, 21 Mar 2014 17:17:16 +0400 8032878: Editable combos in table do not behave as expected
alitvinov [Fri, 21 Mar 2014 17:17:16 +0400] rev 23689
8032878: Editable combos in table do not behave as expected Reviewed-by: alexp, alexsch Contributed-by: alexey.ivanov@oracle.com
Fri, 21 Mar 2014 16:51:53 +0400 8037117: Javadoc cleanup of javax.sound.midi.spi package
serb [Fri, 21 Mar 2014 16:51:53 +0400] rev 23688
8037117: Javadoc cleanup of javax.sound.midi.spi package Reviewed-by: art, pchelko
Fri, 21 Mar 2014 16:32:26 +0400 8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
kshefov [Fri, 21 Mar 2014 16:32:26 +0400] rev 23687
8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2 Reviewed-by: pchelko, serb, anthony
Fri, 21 Mar 2014 15:25:42 +0400 8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog.
kshefov [Fri, 21 Mar 2014 15:25:42 +0400] rev 23686
8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog. Reviewed-by: pchelko, azvegint, serb
Fri, 21 Mar 2014 15:13:55 +0400 8036022: D3D: rendering with XOR composite causes InternalError.
bae [Fri, 21 Mar 2014 15:13:55 +0400] rev 23685
8036022: D3D: rendering with XOR composite causes InternalError. Reviewed-by: flar, serb
Fri, 21 Mar 2014 15:09:49 +0400 7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping
serb [Fri, 21 Mar 2014 15:09:49 +0400] rev 23684
7124417: [macosx] failure in Window.initGC on Mac with monitor sleeping Reviewed-by: anthony, pchelko
Thu, 20 Mar 2014 19:59:58 +0400 8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
serb [Thu, 20 Mar 2014 19:59:58 +0400] rev 23683
8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results Reviewed-by: anthony, pchelko
Thu, 20 Mar 2014 17:34:27 +0400 8031765: Child process error stream is not empty!
pchelko [Thu, 20 Mar 2014 17:34:27 +0400] rev 23682
8031765: Child process error stream is not empty! Reviewed-by: anthony, serb
Thu, 20 Mar 2014 16:58:58 +0400 8037840: [macosx] Rewrite CWarning window to eliminate the ExecutorService
pchelko [Thu, 20 Mar 2014 16:58:58 +0400] rev 23681
8037840: [macosx] Rewrite CWarning window to eliminate the ExecutorService Reviewed-by: anthony, serb
Thu, 20 Mar 2014 12:10:53 +0400 8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
pchelko [Thu, 20 Mar 2014 12:10:53 +0400] rev 23680
8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp Reviewed-by: anthony, serb, prr
Wed, 19 Mar 2014 11:13:35 -0700 Merge
prr [Wed, 19 Mar 2014 11:13:35 -0700] rev 23679
Merge
Wed, 19 Mar 2014 21:05:28 +0400 8037868: The build is broken after the JDK-8035630
serb [Wed, 19 Mar 2014 21:05:28 +0400] rev 23678
8037868: The build is broken after the JDK-8035630 Reviewed-by: prr, pchelko, bagiras
Wed, 19 Mar 2014 09:00:50 -0700 8037743: 2d nightly: wrong class cast to DigraphNode
henryjen [Wed, 19 Mar 2014 09:00:50 -0700] rev 23677
8037743: 2d nightly: wrong class cast to DigraphNode Reviewed-by: prr, serb
Wed, 19 Mar 2014 18:27:31 +0400 8037776: [macosx] Swing app fails to exit after last window is disposed when security manager is enabled
pchelko [Wed, 19 Mar 2014 18:27:31 +0400] rev 23676
8037776: [macosx] Swing app fails to exit after last window is disposed when security manager is enabled Reviewed-by: anthony, serb
Wed, 19 Mar 2014 16:13:59 +0400 7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
serb [Wed, 19 Mar 2014 16:13:59 +0400] rev 23675
7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible Reviewed-by: pchelko, azvegint
Tue, 18 Mar 2014 16:01:31 -0700 8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c
prr [Tue, 18 Mar 2014 16:01:31 -0700] rev 23674
8035630: [parfait] JNI exception pending in jdk/src/windows/native/sun/font/fontpath.c Reviewed-by: serb, jgodinez
Tue, 18 Mar 2014 15:52:03 -0700 8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m
prr [Tue, 18 Mar 2014 15:52:03 -0700] rev 23673
8034030: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/ImageSurfaceData.m Reviewed-by: serb, jgodinez
Tue, 18 Mar 2014 15:49:19 -0700 8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m
prr [Tue, 18 Mar 2014 15:49:19 -0700] rev 23672
8034097: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/QuartzSurfaceData.m Reviewed-by: serb, jgodinez
Tue, 18 Mar 2014 15:48:03 -0700 8034095: [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m
prr [Tue, 18 Mar 2014 15:48:03 -0700] rev 23671
8034095: [parfait] JNI exception pending in src/jdk/src/macosx/native/sun/awt/QuartzRenderer.m Reviewed-by: serb, jgodinez
Tue, 18 Mar 2014 23:22:45 +0400 8035168: [macosx] Remove CThreading class
pchelko [Tue, 18 Mar 2014 23:22:45 +0400] rev 23670
8035168: [macosx] Remove CThreading class Reviewed-by: serb, anthony
Tue, 18 Mar 2014 11:31:11 -0700 8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m
prr [Tue, 18 Mar 2014 11:31:11 -0700] rev 23669
8034119: [parfait] JNI exception pending in jdk/src/macosx/native/sun/font/CCharToGlyphMapper.m Reviewed-by: serb, jgodinez
Tue, 18 Mar 2014 18:11:41 +0400 8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c
serb [Tue, 18 Mar 2014 18:11:41 +0400] rev 23668
8008114: [parfait] False positive buffer overrun in jdk/src/solaris/native/com/sun/media/sound/PLATFORM_API_LinuxOS_ALSA_MidiUtils.c Reviewed-by: anthony, prr
Tue, 18 Mar 2014 16:07:01 +0400 8028050: Typo correction needed s/Classlaoder/Classloader/
serb [Tue, 18 Mar 2014 16:07:01 +0400] rev 23667
8028050: Typo correction needed s/Classlaoder/Classloader/ Reviewed-by: pchelko, azvegint
Tue, 18 Mar 2014 14:48:47 +0400 8035069: [macosx] Loading resolution variants by demand
alexsch [Tue, 18 Mar 2014 14:48:47 +0400] rev 23666
8035069: [macosx] Loading resolution variants by demand Reviewed-by: serb, pchelko
Tue, 18 Mar 2014 12:30:17 +0400 8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp
pchelko [Tue, 18 Mar 2014 12:30:17 +0400] rev 23665
8036759: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_AWTEvent.cpp Reviewed-by: anthony, serb
Mon, 17 Mar 2014 20:09:41 +0400 8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp
azvegint [Mon, 17 Mar 2014 20:09:41 +0400] rev 23664
8036762: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Canvas.cpp Reviewed-by: serb, pchelko
Mon, 17 Mar 2014 19:44:16 +0400 8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp
azvegint [Mon, 17 Mar 2014 19:44:16 +0400] rev 23663
8036790: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Scrollbar.cpp Reviewed-by: serb, pchelko
Mon, 17 Mar 2014 19:38:34 +0400 8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp
azvegint [Mon, 17 Mar 2014 19:38:34 +0400] rev 23662
8036783: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuBar.cpp Reviewed-by: serb, pchelko
Mon, 17 Mar 2014 19:35:13 +0400 8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp
azvegint [Mon, 17 Mar 2014 19:35:13 +0400] rev 23661
8036717: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Robot.cpp Reviewed-by: serb, pchelko
Mon, 17 Mar 2014 19:30:54 +0400 8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell
azvegint [Mon, 17 Mar 2014 19:30:54 +0400] rev 23660
8012224: AWT_TopLevels/TopLevelEvents/Automated/WindowIconifyDeiconifyEventsTest02 fails on Ubuntu 12.04 Unity shell Reviewed-by: anthony, serb
Mon, 17 Mar 2014 16:33:28 +0400 8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending
serb [Mon, 17 Mar 2014 16:33:28 +0400] rev 23659
8029362: [Parfait] warnings from b117 for jdk.src.share.native.com.sun.media.sound: JNI exception pending Reviewed-by: pchelko, azvegint
Mon, 17 Mar 2014 15:31:58 +0400 8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp
serb [Mon, 17 Mar 2014 15:31:58 +0400] rev 23658
8035743: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Frame.cpp Reviewed-by: pchelko, azvegint
Mon, 17 Mar 2014 13:10:24 +0400 8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h
pchelko [Mon, 17 Mar 2014 13:10:24 +0400] rev 23657
8035626: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Toolkit.cpp, awt_Toolkit.h Reviewed-by: anthony, art, serb
Mon, 17 Mar 2014 13:03:39 +0400 8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp
pchelko [Mon, 17 Mar 2014 13:03:39 +0400] rev 23656
8036793: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_new.cpp Reviewed-by: anthony, serb, azvegint
Fri, 14 Mar 2014 19:27:40 +0400 8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp
bagiras [Fri, 14 Mar 2014 19:27:40 +0400] rev 23655
8036782: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_MouseEvent.cpp Reviewed-by: serb, pchelko
Fri, 14 Mar 2014 19:20:48 +0400 8037377: Windows: compilation failed after the fix for 8033712
bagiras [Fri, 14 Mar 2014 19:20:48 +0400] rev 23654
8037377: Windows: compilation failed after the fix for 8033712 Reviewed-by: serb, pchelko
Fri, 14 Mar 2014 18:14:41 +0400 8036103: Cleanup of java.awt and java.awt.peer packages
serb [Fri, 14 Mar 2014 18:14:41 +0400] rev 23653
8036103: Cleanup of java.awt and java.awt.peer packages Reviewed-by: bagiras, pchelko
Fri, 14 Mar 2014 17:48:28 +0400 8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
pchelko [Fri, 14 Mar 2014 17:48:28 +0400] rev 23652
8037371: [macosx] Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails Reviewed-by: anthony, serb
Fri, 14 Mar 2014 16:01:04 +0400 8037099: [macosx] Remove all references to GC from native OBJ-C code
pchelko [Fri, 14 Mar 2014 16:01:04 +0400] rev 23651
8037099: [macosx] Remove all references to GC from native OBJ-C code Reviewed-by: anthony, serb
Fri, 14 Mar 2014 14:23:33 +0400 8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp
bagiras [Fri, 14 Mar 2014 14:23:33 +0400] rev 23650
8036788: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Event.cpp Reviewed-by: serb, pchelko
Thu, 13 Mar 2014 16:29:26 -0700 8035692: Fix serial lint warnings in mac-specific code
darcy [Thu, 13 Mar 2014 16:29:26 -0700] rev 23649
8035692: Fix serial lint warnings in mac-specific code Reviewed-by: alanb, prr
Thu, 13 Mar 2014 12:48:11 -0700 8037139: Fix serial lint warnings in sun.print
darcy [Thu, 13 Mar 2014 12:48:11 -0700] rev 23648
8037139: Fix serial lint warnings in sun.print Reviewed-by: prr
Thu, 13 Mar 2014 12:40:27 -0700 8033712: Fix more serial lint warnings in sun.awt
darcy [Thu, 13 Mar 2014 12:40:27 -0700] rev 23647
8033712: Fix more serial lint warnings in sun.awt Reviewed-by: alanb, serb, prr
Thu, 13 Mar 2014 20:48:33 +0400 8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp
serb [Thu, 13 Mar 2014 20:48:33 +0400] rev 23646
8035843: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PopupMenu.cpp Reviewed-by: pchelko, azvegint
Thu, 13 Mar 2014 15:33:43 +0400 8037287: Windows build failed after JDK-8030787
pchelko [Thu, 13 Mar 2014 15:33:43 +0400] rev 23645
8037287: Windows build failed after JDK-8030787 Reviewed-by: serb, bagiras
Thu, 13 Mar 2014 12:52:29 +0400 8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image
pchelko [Thu, 13 Mar 2014 12:52:29 +0400] rev 23644
8030787: [Parfait] JNI-related warnings from b119 for jdk/src/share/native/sun/awt/image Reviewed-by: serb, prr
Wed, 12 Mar 2014 09:20:06 -0700 8037173: Fix serial lint warnings in sun.audio
darcy [Wed, 12 Mar 2014 09:20:06 -0700] rev 23643
8037173: Fix serial lint warnings in sun.audio Reviewed-by: alanb, serb
Wed, 12 Mar 2014 09:16:03 -0700 8037174: Fix serial lint warnings in sun.applet
darcy [Wed, 12 Mar 2014 09:16:03 -0700] rev 23642
8037174: Fix serial lint warnings in sun.applet Reviewed-by: alanb, pchelko
Wed, 12 Mar 2014 16:59:11 +0400 8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp
serb [Wed, 12 Mar 2014 16:59:11 +0400] rev 23641
8035627: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Cursor.cpp Reviewed-by: pchelko, azvegint
Wed, 12 Mar 2014 16:09:47 +0400 8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp
serb [Wed, 12 Mar 2014 16:09:47 +0400] rev 23640
8035747: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_FileDialog.cpp Reviewed-by: pchelko, azvegint
Wed, 12 Mar 2014 15:51:58 +0400 8036710: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp
serb [Wed, 12 Mar 2014 15:51:58 +0400] rev 23639
8036710: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_ScrollPane.cpp Reviewed-by: pchelko, azvegint
Wed, 12 Mar 2014 15:43:53 +0400 8034214: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m
serb [Wed, 12 Mar 2014 15:43:53 +0400] rev 23638
8034214: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CInputMethod.m Reviewed-by: pchelko, azvegint
Wed, 12 Mar 2014 13:29:32 +0400 8035622: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp
bagiras [Wed, 12 Mar 2014 13:29:32 +0400] rev 23637
8035622: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DesktopProperties.cpp Reviewed-by: pchelko, serb
Tue, 11 Mar 2014 10:46:38 -0700 Merge
prr [Tue, 11 Mar 2014 10:46:38 -0700] rev 23636
Merge
Tue, 11 Mar 2014 19:28:11 +0400 8036781: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp
alexsch [Tue, 11 Mar 2014 19:28:11 +0400] rev 23635
8036781: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintDialog.cpp Reviewed-by: serb, pchelko
Tue, 11 Mar 2014 19:13:59 +0400 8036787: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp
alexsch [Tue, 11 Mar 2014 19:13:59 +0400] rev 23634
8036787: [parfait] JNI exc. pending in jdk/src/windows/native/sun/windows/awt_Object.cpp Reviewed-by: serb, pchelko
Tue, 11 Mar 2014 11:51:14 +0400 8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp
pchelko [Tue, 11 Mar 2014 11:51:14 +0400] rev 23633
8035847: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_InputTextInfor.cpp Reviewed-by: anthony, serb
Mon, 10 Mar 2014 13:54:25 -0700 8033908: Fix serial lint warnings in com.sun.java.swing.plaf
darcy [Mon, 10 Mar 2014 13:54:25 -0700] rev 23632
8033908: Fix serial lint warnings in com.sun.java.swing.plaf Reviewed-by: serb, alanb
Fri, 07 Mar 2014 13:04:49 -0800 Merge
prr [Fri, 07 Mar 2014 13:04:49 -0800] rev 23631
Merge
Fri, 07 Mar 2014 20:19:55 +0400 8036760: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp
serb [Fri, 07 Mar 2014 20:19:55 +0400] rev 23630
8036760: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Checkbox.cpp Reviewed-by: pchelko, azvegint
Fri, 07 Mar 2014 19:45:56 +0400 8036780: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp
serb [Fri, 07 Mar 2014 19:45:56 +0400] rev 23629
8036780: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dimension.cpp Reviewed-by: pchelko, azvegint
Thu, 06 Mar 2014 22:33:21 +0400 8036792: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp
serb [Thu, 06 Mar 2014 22:33:21 +0400] rev 23628
8036792: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Menu.cpp Reviewed-by: pchelko, azvegint
Thu, 06 Mar 2014 17:13:55 +0400 8032872: [macosx] Cannot select from JComboBox in a JWindow
dmarkov [Thu, 06 Mar 2014 17:13:55 +0400] rev 23627
8032872: [macosx] Cannot select from JComboBox in a JWindow Reviewed-by: pchelko, ant
Thu, 06 Mar 2014 15:29:23 +0400 8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp
pchelko [Thu, 06 Mar 2014 15:29:23 +0400] rev 23626
8036761: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TextComponent.cpp Reviewed-by: anthony, serb
Thu, 06 Mar 2014 15:05:41 +0400 8034037: [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m
serb [Thu, 06 Mar 2014 15:05:41 +0400] rev 23625
8034037: [parfait] JNI exception pending in macosx/native/sun/awt/AWTEvent.m, AWTView.m Reviewed-by: pchelko, azvegint
Thu, 06 Mar 2014 14:47:43 +0400 8036757: [macosx] Space menu accelerator not rendered correctly
pchelko [Thu, 06 Mar 2014 14:47:43 +0400] rev 23624
8036757: [macosx] Space menu accelerator not rendered correctly Reviewed-by: anthony, serb
Thu, 06 Mar 2014 12:18:31 +0400 7158615: [macosx] Some TrayIcon tests presume action trigger on BUTTON1
pchelko [Thu, 06 Mar 2014 12:18:31 +0400] rev 23623
7158615: [macosx] Some TrayIcon tests presume action trigger on BUTTON1 Reviewed-by: anthony, serb
Wed, 05 Mar 2014 16:36:49 +0400 8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp
azvegint [Wed, 05 Mar 2014 16:36:49 +0400] rev 23622
8035750: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Dialog.cpp Reviewed-by: serb, pchelko
Wed, 05 Mar 2014 16:33:00 +0400 8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp
azvegint [Wed, 05 Mar 2014 16:33:00 +0400] rev 23621
8035858: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Desktop.cpp Reviewed-by: serb, pchelko
Wed, 05 Mar 2014 16:01:22 +0400 8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp
azvegint [Wed, 05 Mar 2014 16:01:22 +0400] rev 23620
8035867: [parfait] JNI exception pending in jdk/src/windows/native/sun/java2d/windows/GDIRenderer.cpp Reviewed-by: serb, pchelko
Wed, 05 Mar 2014 15:47:27 +0400 8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp
azvegint [Wed, 05 Mar 2014 15:47:27 +0400] rev 23619
8035756: [parfait] JNI exception pending in windows/native/sun/java2d/windows/WindowsFlags.cpp Reviewed-by: serb, pchelko
Tue, 04 Mar 2014 18:59:35 +0400 8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp
serb [Tue, 04 Mar 2014 18:59:35 +0400] rev 23618
8035837: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_KeyEvent.cpp Reviewed-by: pchelko, azvegint
Tue, 04 Mar 2014 18:40:06 +0400 8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>"
alexsch [Tue, 04 Mar 2014 18:40:06 +0400] rev 23617
8034955: JLabel/JToolTip throw ClassCastException for "<html>a<title>" Reviewed-by: malenkov, pchelko
Tue, 04 Mar 2014 17:29:40 +0400 8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp
pchelko [Tue, 04 Mar 2014 17:29:40 +0400] rev 23616
8035320: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DnDDS.cpp Reviewed-by: anthony, serb
Tue, 04 Mar 2014 17:06:00 +0400 8033534: [macosx] Get MultiResolution image from native system
alexsch [Tue, 04 Mar 2014 17:06:00 +0400] rev 23615
8033534: [macosx] Get MultiResolution image from native system Reviewed-by: serb, pchelko
Tue, 04 Mar 2014 13:40:58 +0400 8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp
alexsch [Tue, 04 Mar 2014 13:40:58 +0400] rev 23614
8035629: [parfait] JNI exc pending in jdk/src/windows/native/sun/windows/ShellFolder2.cpp Reviewed-by: serb, pchelko
Tue, 04 Mar 2014 11:43:12 +0400 8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
pchelko [Tue, 04 Mar 2014 11:43:12 +0400] rev 23613
8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp Reviewed-by: anthony, serb
Mon, 03 Mar 2014 14:24:01 +0400 8035313: Change SwingLazyValue usage to lambda
alexsch [Mon, 03 Mar 2014 14:24:01 +0400] rev 23612
8035313: Change SwingLazyValue usage to lambda Reviewed-by: malenkov, serb
Fri, 28 Feb 2014 18:45:22 +0400 8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
serb [Fri, 28 Feb 2014 18:45:22 +0400] rev 23611
8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m Reviewed-by: pchelko, azvegint
Fri, 28 Feb 2014 18:16:11 +0400 8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
serb [Fri, 28 Feb 2014 18:16:11 +0400] rev 23610
8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m Reviewed-by: pchelko, azvegint
Fri, 28 Feb 2014 17:56:53 +0400 8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
pchelko [Fri, 28 Feb 2014 17:56:53 +0400] rev 23609
8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp Reviewed-by: anthony, serb
Fri, 28 Feb 2014 17:52:40 +0400 8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
pchelko [Fri, 28 Feb 2014 17:52:40 +0400] rev 23608
8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp Reviewed-by: anthony, serb
Thu, 27 Feb 2014 16:11:08 -0600 8032443: Java Access Bridge version strings need to be fixed
ptbrunet [Thu, 27 Feb 2014 16:11:08 -0600] rev 23607
8032443: Java Access Bridge version strings need to be fixed Summary: Use build version info in RC file and in getVersionInfo function Reviewed-by: prr, ihse, serb Contributed-by: peter.brunet@oracle.com
Mon, 31 Mar 2014 15:08:17 +0200 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
mkos [Mon, 31 Mar 2014 15:08:17 +0200] rev 23606
8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode Reviewed-by: chegar
Mon, 31 Mar 2014 19:04:39 +0400 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
aefimov [Mon, 31 Mar 2014 19:04:39 +0400] rev 23605
8035437: Xerces Update: xml/serialize/DOMSerializerImpl Reviewed-by: lancea
Mon, 31 Mar 2014 11:33:40 +0100 8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
chegar [Mon, 31 Mar 2014 11:33:40 +0100] rev 23604
8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java Reviewed-by: chegar Contributed-by: Eric Wang <yiming.wang@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>
Mon, 31 Mar 2014 11:28:03 +0200 8037345: com/sun/jdi/* tests can fail, with race condition on log files
sla [Mon, 31 Mar 2014 11:28:03 +0200] rev 23603
8037345: com/sun/jdi/* tests can fail, with race condition on log files Reviewed-by: sspitsyn, dcubed
Mon, 31 Mar 2014 11:09:04 +0200 8032217: failure in man page processing
erikj [Mon, 31 Mar 2014 11:09:04 +0200] rev 23602
8032217: failure in man page processing Reviewed-by: dholmes, tbell
Fri, 10 Jan 2014 10:25:54 +0100 8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx
erikj [Fri, 10 Jan 2014 10:25:54 +0100] rev 23601
8031300: No jdeps.1 and jjs.1 man pages in jdk8 b122 build and jvisualvm.1 and jcmd.1 missing on macosx 8030946: No jmc.1 for man page of JMC Reviewed-by: ihse, tbell
Tue, 07 Jan 2014 22:04:03 -0800 8026570: NLS: jdk8 man page update
mfang [Tue, 07 Jan 2014 22:04:03 -0800] rev 23600
8026570: NLS: jdk8 man page update Reviewed-by: naoto, okutsu
Mon, 31 Mar 2014 16:12:28 +0800 8038754: ReplayCacheTestProc test fails with timeout
weijun [Mon, 31 Mar 2014 16:12:28 +0800] rev 23599
8038754: ReplayCacheTestProc test fails with timeout Reviewed-by: alanb
Sat, 29 Mar 2014 20:20:04 +0000 8037781: Remove sun.misc.Regexp* classes
chegar [Sat, 29 Mar 2014 20:20:04 +0000] rev 23598
8037781: Remove sun.misc.Regexp* classes Reviewed-by: alanb, chegar Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
Thu, 06 Mar 2014 17:16:20 +0000 8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect
scolebourne [Thu, 06 Mar 2014 17:16:20 +0000] rev 23597
8035099: LocalTime.with(MILLI_OF_DAY/MICRO_OF_DAY) incorrect Summary: Correctly zeros low order bits of time when setting milli/micro Reviewed-by: alanb, rriggs Contributed-by: Stephen Colebourne <scolebourne@joda.org>
Thu, 06 Mar 2014 17:46:12 +0000 8036785: ChronoLocalDate refers to generics that have been removed
scolebourne [Thu, 06 Mar 2014 17:46:12 +0000] rev 23596
8036785: ChronoLocalDate refers to generics that have been removed Reviewed-by: alanb, rriggs Contributed-by: Stephen Colebourne <scolebourne@joda.org>
Sat, 29 Mar 2014 15:01:47 -0400 8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec
rriggs [Sat, 29 Mar 2014 15:01:47 -0400] rev 23595
8032491: DateTimeFormatter fixed width adjacent value parsing does not match spec Reviewed-by: lancea, rriggs Contributed-by: Stephen Colebourne <scolebourne@joda.org>
Sat, 29 Mar 2014 12:29:21 +0400 8038186: [TESTBUG] improvements of test j.l.i.MethodHandles
iignatyev [Sat, 29 Mar 2014 12:29:21 +0400] rev 23594
8038186: [TESTBUG] improvements of test j.l.i.MethodHandles Reviewed-by: iveresov, twisti, vlivanov
Fri, 28 Mar 2014 18:03:40 +0100 Merge
erikj [Fri, 28 Mar 2014 18:03:40 +0100] rev 23593
Merge
Fri, 28 Mar 2014 15:00:07 +0100 8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris
erikj [Fri, 28 Mar 2014 15:00:07 +0100] rev 23592
8038340: Cleanup and fix sysroot and devkit handling on Linux and Solaris Reviewed-by: ihse
Fri, 28 Mar 2014 16:59:19 +0000 8038276: java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface
chegar [Fri, 28 Mar 2014 16:59:19 +0000] rev 23591
8038276: java/net/NetworkInterface/Test.java fails on Windows intermittently for Teredo Interface Reviewed-by: chegar Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
Fri, 28 Mar 2014 15:56:24 +0400 8038493: Tidy warnings cleanup for java.sql
yan [Fri, 28 Mar 2014 15:56:24 +0400] rev 23590
8038493: Tidy warnings cleanup for java.sql Reviewed-by: lancea, chegar Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Fri, 28 Mar 2014 11:57:02 +0100 8038233: Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect()
simonis [Fri, 28 Mar 2014 11:57:02 +0100] rev 23589
8038233: Fix unsafe strcpy in Java_sun_tools_attach_{Aix,Bsd,Linux}VirtualMachine_connect() Reviewed-by: alanb
Fri, 28 Mar 2014 14:33:53 +0400 8038242: Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event
yan [Fri, 28 Mar 2014 14:33:53 +0400] rev 23588
8038242: Tidy warnings cleanup for java.awt.datatransfer, java.awt.dnd, java.awt.event Reviewed-by: pchelko, serb Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
Thu, 27 Mar 2014 17:11:28 -0700 8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder
mchung [Thu, 27 Mar 2014 17:11:28 -0700] rev 23587
8038451: Incorrect initialization order of static fields in sun.nio.cs.ext.JISAutoDetect$Decoder Reviewed-by: alanb, sherman
Thu, 27 Mar 2014 13:42:39 +0000 8038459: Remove superflous classes on platforms without an implementation [macosx, aix]
chegar [Thu, 27 Mar 2014 13:42:39 +0000] rev 23586
8038459: Remove superflous classes on platforms without an implementation [macosx, aix] Reviewed-by: erikj
Wed, 26 Mar 2014 23:53:22 +0000 8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending
valeriep [Wed, 26 Mar 2014 23:53:22 +0000] rev 23585
8031003: [Parfait] warnings from jdk/src/share/native/sun/security/jgss/wrapper: JNI exception pending Summary: Fix pending exception errors found by parfait. Reviewed-by: weijun
Wed, 26 Mar 2014 20:57:49 +0000 8038438: Review comments from 8034181
chegar [Wed, 26 Mar 2014 20:57:49 +0000] rev 23584
8038438: Review comments from 8034181 Reviewed-by: alanb
Wed, 26 Mar 2014 19:53:07 +0000 8035158: Remove dependency on sun.misc.RegexpPool and friends
chegar [Wed, 26 Mar 2014 19:53:07 +0000] rev 23583
8035158: Remove dependency on sun.misc.RegexpPool and friends Reviewed-by: chegar, michaelm Contributed-by: Pavel Rappo <pavel.rappo@oracle.com>
Wed, 26 Mar 2014 09:00:49 -0700 8038177: Eliminate unnecessary dependency to sun.security.action
mchung [Wed, 26 Mar 2014 09:00:49 -0700] rev 23582
8038177: Eliminate unnecessary dependency to sun.security.action Reviewed-by: chegar, alanb
Wed, 26 Mar 2014 12:25:09 +0000 8038343: Eliminate use of reflection to access JavaBeans Introspector
alanb [Wed, 26 Mar 2014 12:25:09 +0000] rev 23581
8038343: Eliminate use of reflection to access JavaBeans Introspector Reviewed-by: mchung, malenkov
Wed, 26 Mar 2014 15:58:37 +0400 8014066: Remove redundant restriction from ArrayList#removeRange() spec
igerasim [Wed, 26 Mar 2014 15:58:37 +0400] rev 23580
8014066: Remove redundant restriction from ArrayList#removeRange() spec Reviewed-by: chegar, dholmes, martin, mduigou
Tue, 25 Mar 2014 20:32:46 -0400 Merge
mullan [Tue, 25 Mar 2014 20:32:46 -0400] rev 23579
Merge
Tue, 25 Mar 2014 20:32:07 -0400 8037258: AIOB while parsing CRL for revoked certificate
mullan [Tue, 25 Mar 2014 20:32:07 -0400] rev 23578
8037258: AIOB while parsing CRL for revoked certificate Reviewed-by: mullan Contributed-by: rajan.halade@oracle.com
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip