pgovereau [Tue, 22 Apr 2014 15:59:33 -0700] rev 24070
8041521: JDK-8034245 breaks a bootcycle build
Reviewed-by: jjg
pgovereau [Tue, 22 Apr 2014 17:07:54 -0400] rev 24069
8034245: Refactor TopLevel tree node.
Summary: Added JCPackageDecl to JCTree to store package-level information.
Reviewed-by: jjg, jlahoda
pgovereau [Tue, 22 Apr 2014 19:52:15 +0100] rev 24068
8038023: Compiler crash ClassCastException
Summary: Add additional checks on results of ClassReader.readPool
Reviewed-by: vromero
alundblad [Tue, 22 Apr 2014 16:51:10 +0200] rev 24067
8035063: Option handling in sjavac needs to be rewritten
Summary: Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jjg, jfranck
vromero [Mon, 21 Apr 2014 22:51:49 +0100] rev 24066
8029718: Should always use lambda body structure to disambiguate overload resolution
Reviewed-by: dlsmith, jjg, jlahoda
jjg [Fri, 18 Apr 2014 17:25:43 -0700] rev 24065
8041150: Avoid silly use of static methods in JavadocTester
Reviewed-by: ksrini
jjg [Fri, 18 Apr 2014 17:23:36 -0700] rev 24064
8040908: javadoc test TestDocEncoding should use -notimestamp
Reviewed-by: ksrini
vromero [Fri, 18 Apr 2014 17:50:30 +0100] rev 24063
8029002: javac should take multiple upper bounds into account in incorporation
Reviewed-by: dlsmith, jjg
jlahoda [Fri, 18 Apr 2014 11:53:34 +0200] rev 24062
8038788: javac behaves incorrectly for annotations after method type parameters in some cases
Reviewed-by: jjg, emc
katleman [Thu, 24 Apr 2014 12:21:18 -0700] rev 24061
Added tag jdk9-b10 for changeset 16ec7c58cdea
duke [Wed, 05 Jul 2017 19:38:26 +0200] rev 24060
Merge
lana [Thu, 24 Apr 2014 16:04:23 -0700] rev 24059
Merge
erikj [Tue, 22 Apr 2014 14:08:43 +0200] rev 24058
8040267: Remove forced -g from java compile lines in jaxp and jaxws
Reviewed-by: mduigou, tbell, ihse
katleman [Thu, 24 Apr 2014 12:21:09 -0700] rev 24057
Added tag jdk9-b10 for changeset a77369b22afb
duke [Wed, 05 Jul 2017 19:38:22 +0200] rev 24056
Merge
lana [Thu, 24 Apr 2014 16:03:35 -0700] rev 24055
Merge
erikj [Tue, 22 Apr 2014 14:08:26 +0200] rev 24054
8040267: Remove forced -g from java compile lines in jaxp and jaxws
Reviewed-by: mduigou, tbell, ihse
katleman [Thu, 24 Apr 2014 12:21:08 -0700] rev 24053
Added tag jdk9-b10 for changeset 933717886959
duke [Wed, 05 Jul 2017 19:38:18 +0200] rev 24052
Merge
katleman [Thu, 24 Apr 2014 12:21:20 -0700] rev 24051
Added tag jdk9-b10 for changeset 8e30fd90c1db
duke [Wed, 05 Jul 2017 19:38:15 +0200] rev 24050
Merge
katleman [Thu, 24 Apr 2014 12:20:56 -0700] rev 24049
Added tag jdk9-b10 for changeset 1348715ce50c
duke [Wed, 05 Jul 2017 19:38:11 +0200] rev 24048
Merge
lana [Thu, 24 Apr 2014 16:03:00 -0700] rev 24047
Merge
michaelm [Wed, 23 Apr 2014 17:29:51 +0100] rev 24046
8041397: Lint regression in java.net.SocketOption
Reviewed-by: rriggs
chegar [Wed, 23 Apr 2014 13:19:21 +0100] rev 24045
8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
Reviewed-by: chegar
Contributed-by: Steven Lawrance <slawrance@salesforce.com>, Andreas Rieber <rieberandreas@gmail.com>
chegar [Wed, 23 Apr 2014 12:26:13 +0100] rev 24044
8041563: More ProblemList.txt updates (4/2014)
Reviewed-by: chegar
Contributed-by: Michael Cui <michael.cui@oracle.com>
mchung [Tue, 22 Apr 2014 15:16:37 -0700] rev 24043
8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
Reviewed-by: alanb, vinnie, sherman, msheppar
mduigou [Tue, 22 Apr 2014 16:21:43 +0200] rev 24042
8040747: Improve performance of IP address parsing
Reviewed-by: mduigou, chegar
Contributed-by: claes.redestad@oracle.com, bernd-2014@eckenfels.net
mduigou [Tue, 22 Apr 2014 10:38:20 -0700] rev 24041
8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
Reviewed-by: mduigou
Contributed-by: bernd-2014@eckenfels.net, claes.redestad@oracle.com
alundblad [Tue, 22 Apr 2014 16:45:10 +0200] rev 24040
8037085: The sjavac exclude option should accept valid directory identifiers
Summary: Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jfranck, erikj, ihse
lancea [Tue, 22 Apr 2014 09:09:55 -0400] rev 24039
8041485: Update TEST.groups for jdk/nio/zipfs
Reviewed-by: chegar
lancea [Tue, 22 Apr 2014 08:57:01 -0400] rev 24038
8041331: Cleanup files for jtreg and windows
Reviewed-by: rriggs, smarks, chegar
shurailine [Mon, 21 Apr 2014 13:16:32 -0700] rev 24037
8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Summary: Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.
Reviewed-by: alanb, mchung, chegar
Contributed-by: Alexandre Iline <alexandre.iline@oracle.com>
shurailine [Mon, 21 Apr 2014 13:12:22 -0700] rev 24036
8039438: Some tests depend on internal API sun.misc.IOUtils
Summary: Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)
Reviewed-by: alanb, mchung, chegar
Contributed-by: Alexandre Iline <alexandre.iline@oracle.com>
lfoltan [Mon, 21 Apr 2014 13:51:08 -0400] rev 24035
8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list.
Summary: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from ProblemList.txt, issue fixed in JDK 8.
Reviewed-by: gtriantafill, hseigel, mchung
weijun [Mon, 21 Apr 2014 10:26:03 +0800] rev 24034
8038837: Add support to jarsigner for specifying timestamp hash algorithm
Reviewed-by: vinnie
weijun [Mon, 21 Apr 2014 10:25:40 +0800] rev 24033
8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie
scolebourne [Sat, 12 Apr 2014 14:54:44 +0100] rev 24032
8040058: IsoFields.WEEK_BASED_YEAR adjustInto incorrect and WeekFields.weekOfWeekBasedYear().range incorrect
Reviewed-by: lancea, rriggs
lancea [Fri, 18 Apr 2014 17:37:13 -0400] rev 24031
8040760: Addition of new java.sql tests
Reviewed-by: rriggs
bpb [Fri, 18 Apr 2014 14:03:46 -0700] rev 24030
8027595: Enable BigInteger overflow tests in JTREG
Summary: Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow.
Reviewed-by: mduigou
rriggs [Fri, 18 Apr 2014 15:37:22 -0400] rev 24029
8038823: Missing @Test annotation and copyright in java.time tests
Reviewed-by: lancea
igerasim [Fri, 18 Apr 2014 18:46:50 +0400] rev 24028
8038982: java/lang/ref/EarlyTimeout.java failed again
Reviewed-by: mchung
katleman [Thu, 24 Apr 2014 12:21:10 -0700] rev 24027
Added tag jdk9-b10 for changeset c354cfc60e8e
duke [Wed, 05 Jul 2017 19:38:06 +0200] rev 24026
Merge
lana [Thu, 24 Apr 2014 16:03:50 -0700] rev 24025
Merge
amurillo [Fri, 18 Apr 2014 10:30:13 -0700] rev 24024
Merge
bharadwaj [Thu, 17 Apr 2014 13:50:26 -0400] rev 24023
Merge
iignatyev [Thu, 17 Apr 2014 18:54:09 +0400] rev 24022
8039260: c.o.j.t.ProcessTools::createJavaProcessBuilder(boolean, String... ) must also take TestJavaOptions
Reviewed-by: kvn, iignatyev
Contributed-by: lev.priima@oracle.com
kvn [Wed, 16 Apr 2014 14:49:03 -0700] rev 24021
8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
Summary: use correct set_escape_state() method.
Reviewed-by: kvn, iignatyev
Contributed-by: Richard Reingruber <richard.reingruber@sap.com>
kvn [Tue, 15 Apr 2014 14:34:48 -0700] rev 24020
8039050: Crash in C2 compiler at Node::rematerialize
Summary: Added missing calls to record_for_igvn() in loop opts. Added verification of def-use domination.
Reviewed-by: iveresov
roland [Tue, 15 Apr 2014 02:27:34 -0700] rev 24019
Merge
roland [Tue, 01 Apr 2014 09:36:49 +0200] rev 24018
8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points.
Reviewed-by: twisti, kvn
iignatyev [Tue, 15 Apr 2014 12:21:24 +0400] rev 24017
8040001: CLI test on RTMRetryCount option was missed from fix for 8039496
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
anoll [Mon, 14 Apr 2014 09:04:36 +0000] rev 24016
Merge
anoll [Mon, 14 Apr 2014 10:57:07 +0200] rev 24015
8039425: Code cleanup: PhaseIterGVN::optimize()
Summary: This code cleanup aims at improving code readability.
Reviewed-by: kvn, roland
anoll [Sun, 13 Apr 2014 23:39:22 -0700] rev 24014
Merge
anoll [Mon, 14 Apr 2014 08:24:28 +0200] rev 24013
8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
Summary: CICompilerCount is updated in AdvancedThresholdPolicy::initialize, SimpleThresholdPolicy::initialize and NonTieredCompPolicy::initialize. A warning is printed if the usersets both, CICompilerCount and CICompilerCountPerCPU.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
bharadwaj [Fri, 11 Apr 2014 15:08:40 -0400] rev 24012
Merge
iignatyev [Fri, 11 Apr 2014 18:46:35 +0400] rev 24011
8038418: New tests development for type profiling and speculation
Reviewed-by: roland, iignatyev
Contributed-by: Pavel Punegov <pavel.punegov@oracle.com>
anoll [Fri, 11 Apr 2014 13:52:51 +0200] rev 24010
8039498: Add iterators to GrowableArray
Summary: To simplify the management of multiple code heaps in the code cache (see JDK-8015774), STL-style iterator capability is added to the GrowableArray. Further, custom iterators allow to only iterate over elements that satisfy a given predicate.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
anoll [Fri, 11 Apr 2014 11:33:00 +0200] rev 24009
8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize
Summary: Eagerly remove all castPP nodes in PhaseCCP to get type convergence in memnode.
Reviewed-by: kvn, roland
iveresov [Thu, 10 Apr 2014 23:15:13 -0700] rev 24008
8038297: Avoid placing CTI immediately following cbcond instruction on T4
Summary: Insert a nop between cbcond and CTI
Reviewed-by: kvn, twisti
iignatyev [Fri, 11 Apr 2014 00:35:28 +0400] rev 24007
8039496: Add sanity tests on RTM-related command line options
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com