xuelei [Mon, 14 Apr 2014 13:40:45 +0000] rev 23883
8040062: Need to add new methods in BaseSSLSocketImpl
Reviewed-by: mullan
igerasim [Mon, 14 Apr 2014 16:15:10 +0400] rev 23882
8009637: Some error messages are missing a space
Reviewed-by: alanb
sla [Wed, 02 Apr 2014 12:03:25 +0200] rev 23881
8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
Reviewed-by: dcubed, jbachorik
sherman [Sat, 12 Apr 2014 14:38:50 -0700] rev 23880
8039751: UTF-8 decoder fails to handle some edge cases correctly
Summary: to update decoder.isMalformed4_2() to correctly detect out of range 2nd byte
Reviewed-by: alanb
michaelm [Sat, 12 Apr 2014 20:21:09 +0100] rev 23879
8036979: Support java.net.SocketOption<> in java.net socket types
Reviewed-by: alanb, chegar
katleman [Thu, 17 Apr 2014 10:13:55 -0700] rev 23878
Added tag jdk9-b09 for changeset 56fc7867c5c9
duke [Wed, 05 Jul 2017 19:37:10 +0200] rev 23877
Merge
lana [Thu, 17 Apr 2014 15:22:41 -0700] rev 23876
Merge
amurillo [Tue, 15 Apr 2014 15:37:36 -0700] rev 23875
Merge
amurillo [Fri, 11 Apr 2014 11:39:04 -0700] rev 23874
Merge
allwin [Fri, 11 Apr 2014 13:04:59 +0200] rev 23873
Merge
coleenp [Tue, 08 Apr 2014 13:58:38 -0400] rev 23872
8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
Summary: Keep class in CLD::_klasses list and mirror created for CDS classes if OOM during restore_shareable_info(). This keeps pointers consistent for CMS.
Reviewed-by: ehelin, stefank, jmasa, iklam
mgronlun [Tue, 08 Apr 2014 11:50:01 +0200] rev 23871
8039348: -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM
Reviewed-by: kvn, sla
sla [Tue, 08 Apr 2014 08:14:14 +0200] rev 23870
8038296: sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM
Reviewed-by: sspitsyn, coleenp, dsamersoff
dsamersoff [Sat, 05 Apr 2014 20:59:37 +0000] rev 23869
Merge
dsamersoff [Sat, 05 Apr 2014 05:55:05 -0700] rev 23868
Merge
mgronlun [Sat, 05 Apr 2014 21:33:11 +0200] rev 23867
8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
Reviewed-by: coleenp, minqi
fparain [Thu, 03 Apr 2014 06:39:26 -0400] rev 23866
Merge
fparain [Thu, 03 Apr 2014 09:28:28 +0000] rev 23865
8038473: Remove support for old T1 libthread
Reviewed-by: dholmes, coleenp, acorn, dcubed
kevinw [Wed, 02 Apr 2014 18:40:52 +0200] rev 23864
8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
Reviewed-by: dholmes, dsamersoff
Contributed-by: andreas.eriksson@oracle.com
kevinw [Wed, 02 Apr 2014 16:08:59 +0100] rev 23863
8026334: hs_err improvement: Print elapsed time in a humanly readable format
Reviewed-by: coleenp, dsamersoff
Contributed-by: masato.yoshida@oracle.com
ctornqvi [Wed, 02 Apr 2014 14:15:39 +0200] rev 23862
8028733: [TESTBUG] Remove test exclusion for runtime/6626217/Test6626217.sh
Summary: Removed @ignore tag from Test6626217.sh, the fix for 7015395 had already solved the issue but left the @ignore tag
Reviewed-by: sla, lfoltan, gtriantafill
ctornqvi [Tue, 01 Apr 2014 22:39:09 +0200] rev 23861
7049895: [TESTBUG] vmerrors.sh should suppress windows .mdmp files
Summary: Added -XX:-CreateMinidumpOnCrash to vmerror.sh to suppress creation of dumps on Windows
Reviewed-by: coleenp, allwin, zgu
ehelin [Fri, 11 Apr 2014 10:31:25 +0200] rev 23860
Merge
ehelin [Tue, 08 Apr 2014 13:50:58 +0200] rev 23859
Merge
stefank [Fri, 04 Apr 2014 09:46:10 +0200] rev 23858
8039244: Don't use UINT32_FORMAT and INT32_FORMAT when printing uints and ints in the GC code
Reviewed-by: brutisso, tschatzl
jwilhelm [Thu, 03 Apr 2014 16:20:16 +0200] rev 23857
8039089: List verification enabled in product builds
Summary: Replaced the verification call to a conditional one that only runs verification in debug builds.
Reviewed-by: brutisso, tschatzl
kevinw [Thu, 03 Apr 2014 11:21:33 -0700] rev 23856
Merge
vkempik [Thu, 03 Apr 2014 17:49:31 +0400] rev 23855
8016302: Change type of the number of GC workers to unsigned int (2)
Reviewed-by: tschatzl, jwilhelm
ehelin [Mon, 31 Mar 2014 17:09:38 +0200] rev 23854
8038934: Remove prefix allocated_ from methods and variables in Metaspace
Reviewed-by: jmasa, coleenp
ehelin [Wed, 26 Mar 2014 14:15:02 +0100] rev 23853
8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
Reviewed-by: jmasa, stefank
pliden [Thu, 03 Apr 2014 10:39:27 +0200] rev 23852
8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
Reviewed-by: jmasa, sjohanss
sjohanss [Wed, 19 Mar 2014 17:08:03 +0100] rev 23851
8029186: regression-hotspot nightly failure: assert(FLAG_IS_DEFAULT(MaxNewSize) || MaxNewSize < MaxHeapSize) failed
Summary: Cleaned up the collector policy and added more asserts to enforce that the heap is correctly setup.
Reviewed-by: jwilhelm, jmasa
bharadwaj [Thu, 10 Apr 2014 19:47:17 -0400] rev 23850
Merge
iignatyev [Wed, 09 Apr 2014 19:45:59 +0000] rev 23849
Merge
iignatyev [Wed, 09 Apr 2014 22:37:37 +0400] rev 23848
8039597: WhiteBox :: clean type profiling data
Reviewed-by: kvn, roland
kvn [Wed, 09 Apr 2014 11:18:02 -0700] rev 23847
8038939: Some options related to RTM locking optimization works inconsistently
Summary: Switch UseRTMXendForLockBusy flag ON by default and change code to retry RTM locking on lock busy condition by default.
Reviewed-by: roland
roland [Wed, 09 Apr 2014 09:17:43 +0200] rev 23846
8007988: PrintInlining output is inconsistent with incremental inlining
Summary: fix duplicate and conflicting inlining output
Reviewed-by: kvn, vlivanov
roland [Tue, 08 Apr 2014 09:51:25 +0200] rev 23845
8038636: speculative traps break when classes are redefined
Summary: remove speculative traps that point to methods that are redefined
Reviewed-by: kvn, twisti
goetz [Thu, 03 Apr 2014 12:37:53 +0200] rev 23844
8039146: Fix 64-bit store to int JNIHandleBlock::_top
Reviewed-by: coleenp, kvn
bharadwaj [Fri, 04 Apr 2014 15:12:58 -0400] rev 23843
Merge
anoll [Fri, 04 Apr 2014 10:22:35 +0200] rev 23842
8024769: Remove unused code in sharedRuntime.cpp
Summary: Removed unnecessary code
Reviewed-by: kvn, coleenp
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
dsimms [Fri, 10 Jan 2014 15:58:40 +0100] rev 23841
8029858: Enhance array copies
Summary: Just read the source element once
Reviewed-by: coleenp, ahgross
hseigel [Thu, 20 Feb 2014 13:11:23 -0500] rev 23840
8034926: Attribute classes properly
Summary: Add check to prevent underflow
Reviewed-by: coleenp, ahgross
katleman [Thu, 17 Apr 2014 10:13:41 -0700] rev 23839
Added tag jdk9-b09 for changeset 4b998d7123d6
lana [Thu, 17 Apr 2014 15:19:46 -0700] rev 23838
Merge
mduigou [Wed, 16 Apr 2014 09:00:42 -0700] rev 23837
8040332: fixpath must explicitly quote empty string parameters.
Reviewed-by: ihse
michaelm [Sat, 12 Apr 2014 19:05:42 +0000] rev 23836
8036979: Support java.net.SocketOption<> in java.net socket types
Reviewed-by: alanb, chegar
katleman [Thu, 17 Apr 2014 10:13:34 -0700] rev 23835
Added tag jdk9-b09 for changeset 31676cffe01c
duke [Wed, 05 Jul 2017 19:36:51 +0200] rev 23834
Added tag jdk9-b09 for changeset efe7dbc60886
duke [Wed, 05 Jul 2017 19:36:50 +0200] rev 23833
Merge
duke [Wed, 05 Jul 2017 19:36:47 +0200] rev 23832
Merge
katleman [Tue, 15 Apr 2014 12:14:29 -0700] rev 23831
Added tag jdk9-b08 for changeset 06ab27895804
duke [Wed, 05 Jul 2017 19:36:44 +0200] rev 23830
Merge
katleman [Tue, 15 Apr 2014 12:13:29 -0700] rev 23829
Added tag jdk9-b08 for changeset 053266219b53
duke [Wed, 05 Jul 2017 19:36:41 +0200] rev 23828
Merge
katleman [Tue, 15 Apr 2014 12:13:27 -0700] rev 23827
Added tag jdk9-b08 for changeset bf6b3c7f8f05
duke [Wed, 05 Jul 2017 19:36:38 +0200] rev 23826
Merge
katleman [Tue, 15 Apr 2014 12:14:31 -0700] rev 23825
Added tag jdk9-b08 for changeset 1b70f28ef99f
duke [Wed, 05 Jul 2017 19:36:35 +0200] rev 23824
Merge
katleman [Tue, 15 Apr 2014 12:12:52 -0700] rev 23823
Added tag jdk9-b08 for changeset 02a76805d58d
duke [Wed, 05 Jul 2017 19:36:32 +0200] rev 23822
Merge
katleman [Tue, 15 Apr 2014 12:13:52 -0700] rev 23821
Added tag jdk9-b08 for changeset ce60f7b62312
duke [Wed, 05 Jul 2017 19:36:28 +0200] rev 23820
Merge
katleman [Tue, 15 Apr 2014 12:13:17 -0700] rev 23819
Added tag jdk9-b08 for changeset 80e041234b06
katleman [Tue, 15 Apr 2014 12:12:49 -0700] rev 23818
Added tag jdk9-b08 for changeset 1f9fe77d878d
duke [Wed, 05 Jul 2017 19:36:18 +0200] rev 23817
Added tag jdk9-b08 for changeset b47e02119575
duke [Wed, 05 Jul 2017 19:36:17 +0200] rev 23816
Merge
duke [Wed, 05 Jul 2017 19:36:14 +0200] rev 23815
Merge
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
lana [Wed, 09 Apr 2014 17:18:22 -0700] rev 23813
Merge
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
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
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
pgovereau [Fri, 04 Apr 2014 19:13:53 -0400] rev 23809
8023945: javac wrongly allows a subclass of an anonymous class
Reviewed-by: jjg
ksrini [Fri, 04 Apr 2014 18:36:16 -0700] rev 23808
8039231: [javadoc] test failure caused by javax.crypto fix
Reviewed-by: jjg
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
lana [Wed, 09 Apr 2014 09:20:35 -0700] rev 23806
Merge
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
pgovereau [Tue, 01 Apr 2014 23:52:10 -0700] rev 23804
8034933: Update documentation for Types.directSupertypes to clarify behavior
Reviewed-by: darcy
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
lana [Tue, 01 Apr 2014 17:25:39 -0700] rev 23802
Merge
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
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
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
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
jjg [Wed, 26 Mar 2014 17:50:33 -0700] rev 23797
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
kizune [Wed, 26 Mar 2014 10:47:30 -0700] rev 23796
8035956: javac, incomplete error message
Reviewed-by: vromero
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
bpatel [Tue, 25 Mar 2014 22:07:55 -0700] rev 23794
8031625: javadoc problems referencing inner class constructors
Reviewed-by: jjg
lana [Tue, 25 Mar 2014 14:50:31 -0700] rev 23793
Merge
kizune [Thu, 20 Mar 2014 15:13:26 +0400] rev 23792
7118295: javac does not explicitly close -Xstdout file
Reviewed-by: ksrini, jjg
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
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
katleman [Wed, 02 Apr 2014 22:00:13 -0700] rev 23789
Added tag jdk9-b07 for changeset a70a71ac79f3
duke [Wed, 05 Jul 2017 19:36:06 +0200] rev 23788
Merge
lana [Wed, 09 Apr 2014 17:19:42 -0700] rev 23787
Merge
mkos [Tue, 08 Apr 2014 11:26:40 +0100] rev 23786
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
lana [Wed, 09 Apr 2014 09:20:23 -0700] rev 23785
Merge
lana [Tue, 01 Apr 2014 17:27:04 -0700] rev 23784
Merge
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
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
katleman [Wed, 02 Apr 2014 22:00:00 -0700] rev 23781
Added tag jdk9-b07 for changeset 5d95c3684e9f
duke [Wed, 05 Jul 2017 19:36:00 +0200] rev 23780
Merge
lana [Wed, 09 Apr 2014 09:19:57 -0700] rev 23779
Merge
lana [Tue, 01 Apr 2014 17:27:49 -0700] rev 23778
Merge
aefimov [Mon, 31 Mar 2014 19:03:41 +0400] rev 23777
8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
lana [Tue, 25 Mar 2014 14:51:51 -0700] rev 23776
Merge
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
katleman [Wed, 02 Apr 2014 21:59:59 -0700] rev 23774
Added tag jdk9-b07 for changeset 8c109399a3da
duke [Wed, 05 Jul 2017 19:35:54 +0200] rev 23773
Merge
lana [Wed, 09 Apr 2014 17:18:48 -0700] rev 23772
Merge
mnunez [Wed, 09 Apr 2014 10:14:34 +0200] rev 23771
8039403: Write sanity tests for persistent caching
Reviewed-by: hannesw, sundar
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
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
lana [Wed, 09 Apr 2014 09:20:03 -0700] rev 23768
Merge
hannesw [Wed, 02 Apr 2014 18:26:57 +0200] rev 23767
8038638: Persistent store for compiled scripts
Reviewed-by: lagergren, sundar
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
lana [Tue, 01 Apr 2014 17:28:17 -0700] rev 23765
Merge
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
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
lana [Tue, 25 Mar 2014 14:52:34 -0700] rev 23762
Merge
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
mnunez [Wed, 19 Mar 2014 16:01:19 +0100] rev 23760
8037779: NoPersistenceCachingTest fails with ant test
Reviewed-by: sundar, hannesw
katleman [Wed, 02 Apr 2014 22:00:15 -0700] rev 23759
Added tag jdk9-b07 for changeset dd19ff015a33
duke [Wed, 05 Jul 2017 19:35:47 +0200] rev 23758
Merge
lana [Wed, 09 Apr 2014 17:19:02 -0700] rev 23757
Merge
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
lana [Wed, 09 Apr 2014 09:19:52 -0700] rev 23755
Merge
coffeys [Wed, 02 Apr 2014 21:45:26 +0100] rev 23754
8039114: Build failure: JDK-8039108 issue
Reviewed-by: alanb
coffeys [Wed, 02 Apr 2014 20:15:59 +0100] rev 23753
8039108: Build Broken: 8035618 fix breaks corba build
Reviewed-by: alanb
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
lana [Tue, 01 Apr 2014 17:28:35 -0700] rev 23751
Merge
lana [Tue, 25 Mar 2014 14:50:45 -0700] rev 23750
Merge
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
katleman [Wed, 02 Apr 2014 21:59:43 -0700] rev 23748
Added tag jdk9-b07 for changeset fd3ce35a9d5c
duke [Wed, 05 Jul 2017 19:35:40 +0200] rev 23747
Merge
mduigou [Fri, 11 Apr 2014 14:07:25 -0700] rev 23746
8035284: Remove redundant null initialization
Reviewed-by: lancea, martin, chegar, shade
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
mkos [Fri, 11 Apr 2014 09:25:36 +0100] rev 23744
8039899: Missing licence headers in test for JDK-8033113
Reviewed-by: chegar
xuelei [Fri, 11 Apr 2014 03:10:44 +0000] rev 23743
8037557: test SessionCacheSizeTests.java timeout
Reviewed-by: weijun
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
coffeys [Thu, 10 Apr 2014 20:01:52 +0100] rev 23741
8038491: Improve synchronization in ZipFile.read()
Reviewed-by: alanb, chegar
darcy [Thu, 10 Apr 2014 08:43:46 -0700] rev 23740
8039864: Fix fallthrough lint warnings in other libs
Reviewed-by: alanb, lancea
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
chegar [Thu, 10 Apr 2014 11:01:15 +0100] rev 23738
8039527: Broken links in ConcurrentMap javadoc
Reviewed-by: martin, alanb
lana [Wed, 09 Apr 2014 21:12:46 -0700] rev 23737
Merge
lana [Wed, 09 Apr 2014 17:17:03 -0700] rev 23736
Merge
weijun [Thu, 10 Apr 2014 10:31:05 +0800] rev 23735
8039575: liberate two manual kerberos tests
Reviewed-by: xuelei
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
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
weijun [Wed, 09 Apr 2014 17:19:19 +0800] rev 23732
8035986: KerberosKey algorithm names are not specified
Reviewed-by: xuelei
weijun [Wed, 09 Apr 2014 17:08:37 +0800] rev 23731
8039132: cleanup @ignore JAAS/krb5 tests
Reviewed-by: xuelei
mullan [Tue, 08 Apr 2014 13:16:22 -0400] rev 23730
Merge
mullan [Tue, 08 Apr 2014 11:57:57 -0400] rev 23729
8038431: Close InputStream when finished retrieving XML Signature HTTP References
Reviewed-by: xuelei
sjiang [Tue, 08 Apr 2014 17:36:13 +0200] rev 23728
6815126: intermittent SimulResumerTest.java failure
Reviewed-by: jbachorik, sla
mkos [Tue, 08 Apr 2014 11:25:56 +0100] rev 23727
8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
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
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
alanb [Mon, 07 Apr 2014 13:16:17 +0100] rev 23724
8039253: Remove undocumented com.oracle.net
Reviewed-by: chegar
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
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
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
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>
aefimov [Fri, 04 Apr 2014 19:27:17 +0400] rev 23719
8038306: (tz) Support tzdata2014b
Reviewed-by: coffeys, sherman, okutsu
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
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>
weijun [Fri, 04 Apr 2014 21:19:43 +0800] rev 23716
8029995: accept yes/no for boolean krb5.conf settings
Reviewed-by: mullan
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>
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
mkos [Thu, 03 Apr 2014 10:53:35 +0200] rev 23713
8032884: Globalbindings optionalProperty=primitive does not work when minOccurs=0
Reviewed-by: chegar
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>
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
lana [Wed, 09 Apr 2014 09:20:54 -0700] rev 23710
Merge
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
lancea [Wed, 02 Apr 2014 11:03:10 -0400] rev 23708
8039088: Fix broken URLs in package.html
Reviewed-by: chegar
lancea [Wed, 02 Apr 2014 10:20:14 -0400] rev 23707
8038653: Fix Time.toLocalTime, Time.valueOf javadoc clarification
Reviewed-by: alanb
sjiang [Wed, 02 Apr 2014 14:57:17 +0200] rev 23706
8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
Reviewed-by: dfuchs, jbachorik
valeriep [Wed, 02 Apr 2014 12:20:01 +0000] rev 23705
Merge
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
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>
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
lana [Tue, 01 Apr 2014 17:25:55 -0700] rev 23701
Merge
prr [Tue, 01 Apr 2014 09:12:51 -0700] rev 23700
Merge
pchelko [Mon, 24 Mar 2014 23:02:05 +0400] rev 23699
8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
Reviewed-by: prr, serb
prr [Mon, 24 Mar 2014 10:43:59 -0700] rev 23698
Merge
darcy [Sun, 23 Mar 2014 13:49:48 -0700] rev 23697
8034169: Fix serial lint warnings in javax.swing
Reviewed-by: alanb, prr
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
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
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
malenkov [Fri, 21 Mar 2014 21:47:51 +0400] rev 23693
8035188: KSS: javax.swing.plaf.basic.BasicComboBoxEditor
Reviewed-by: alexsch, serb
malenkov [Fri, 21 Mar 2014 21:40:52 +0400] rev 23692
8035177: KSS: sun.awt.shell.ShellFolder
Reviewed-by: alexsch, serb