lana [Thu, 01 May 2014 14:20:19 -0700] rev 24113
Merge
amurillo [Fri, 25 Apr 2014 09:59:44 -0700] rev 24112
Merge
ehelin [Fri, 25 Apr 2014 15:50:13 +0200] rev 24111
Merge
brutisso [Wed, 23 Apr 2014 12:37:36 +0200] rev 24110
8038265: CMS: enable time based triggering of concurrent cycles
Reviewed-by: mgerdin, brutisso
Contributed-by: michal@frajt.eu
ehelin [Wed, 23 Apr 2014 10:12:34 +0200] rev 24109
Merge
tschatzl [Tue, 22 Apr 2014 11:10:12 +0200] rev 24108
8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname)
Summary: A few locations in the code use sizeof(this) which returns the size of the pointer instead of sizeof(classname) which returns the size of the sum of its members. This change fixes these errors and adds a few tests.
Reviewed-by: mgerdin, brutisso
pliden [Thu, 17 Apr 2014 18:47:15 +0200] rev 24107
8040245: G1: VM hangs during shutdown
Summary: temporarily disable the shutdown of the concurrent GC threads introduced in JDK-8037112
Reviewed-by: brutisso, tschatzl, jmasa
brutisso [Thu, 17 Apr 2014 15:57:02 +0200] rev 24106
8040722: G1: Clean up usages of heap_region_containing
Reviewed-by: tschatzl, jmasa
tschatzl [Wed, 16 Apr 2014 16:47:02 +0200] rev 24105
8040002: Clean up code and code duplication in re-diryting cards for verification
Summary: Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen.
Reviewed-by: brutisso, jmasa
tschatzl [Wed, 16 Apr 2014 16:46:58 +0200] rev 24104
8019342: G1: High "Other" time most likely due to card redirtying
Summary: Parallelize card redirtying to decrease the time it takes.
Reviewed-by: brutisso
tschatzl [Wed, 16 Apr 2014 11:05:37 +0200] rev 24103
8028710: G1 does not retire allocation buffers after reference processing work
Summary: G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly.
Reviewed-by: brutisso
tschatzl [Wed, 16 Apr 2014 10:56:17 +0200] rev 24102
8039596: Remove HeapRegionRemSet::clear_incoming_entry
Summary: The mentioned method is never used and out of date. So it is removed.
Reviewed-by: mgerdin, brutisso
tschatzl [Wed, 16 Apr 2014 10:55:58 +0200] rev 24101
8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
Summary: After changes to the PerRegionTable where all these PRTs are linked together in an additional field, simplify iterating over all PRTs by using these links instead of walki
Reviewed-by: mgerdin, jwilhelm, brutisso
tschatzl [Wed, 16 Apr 2014 10:55:26 +0200] rev 24100
8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction
Summary: Instead of using a manually managed array for the in_cset_fast_test array, use a G1BiasedArray instance.
Reviewed-by: brutisso, mgerdin
tschatzl [Wed, 16 Apr 2014 10:14:50 +0200] rev 24099
8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
Summary: The test incorrectly assumed that it had been started with no other previous compilation activity. Fix this by allowing multiple code root free chunk lists, and use one separate from the global one to perform the test.
Reviewed-by: brutisso
stefank [Tue, 15 Apr 2014 20:46:23 +0200] rev 24098
8039957: Replace the last few %p usages with PTR_FORMAT in the GC code
Reviewed-by: jwilhelm, sjohanss, jmasa
jwilhelm [Tue, 15 Apr 2014 18:09:53 +0200] rev 24097
8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
Summary: New test added.
Reviewed-by: ehelin, tschatzl, jwilhelm
Contributed-by: andrey.x.zakharov@oracle.com
ehelin [Mon, 14 Apr 2014 10:08:10 +0200] rev 24096
Merge
jwilhelm [Fri, 11 Apr 2014 18:28:39 +0200] rev 24095
8037924: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
Summary: New test implemented
Reviewed-by: ehelin, tschatzl
Contributed-by: andrey.x.zakharov@oracle.com
pliden [Fri, 11 Apr 2014 12:29:24 +0200] rev 24094
8039147: Cleanup SuspendibleThreadSet
Reviewed-by: brutisso, tschatzl, mgerdin
pliden [Fri, 11 Apr 2014 11:00:12 +0200] rev 24093
8037112: gc/g1/TestHumongousAllocInitialMark.java caused SIGSEGV
Reviewed-by: brutisso, mgerdin
stefank [Wed, 09 Apr 2014 13:54:32 +0200] rev 24092
8039743: Use correct format specifier to print size_t values and pointers in the GC code
Reviewed-by: jmasa, sjohanss
Contributed-by: stefan.karlsson@oracle.com, mikael.vidstedt@oracle.com
bharadwaj [Thu, 24 Apr 2014 17:20:29 -0400] rev 24091
Merge
kvn [Tue, 22 Apr 2014 17:45:56 -0700] rev 24090
8041351: Crash in src/share/vm/opto/loopnode.cpp:3215 - assert(!had_error) failed: bad dominance
Summary: add missing is_mem() check when we collect load nodes in SuperWord::co_locate_pack().
Reviewed-by: iveresov
bharadwaj [Fri, 18 Apr 2014 14:30:58 -0400] rev 24089
Merge
roland [Fri, 18 Apr 2014 14:25:21 +0200] rev 24088
8039975: SIGSEGV in MethodData::next_data(ProfileData*)
Summary: profiling code in interpreter broken when argument profiling is off.
Reviewed-by: iveresov, kvn
dcubed [Fri, 18 Apr 2014 10:55:41 -0700] rev 24087
Merge
hseigel [Fri, 18 Apr 2014 08:51:34 -0400] rev 24086
8040018: Remove bad assert in ClassFileParser.cpp
Summary: Remove assert that prevent throwing valid exception
Reviewed-by: coleenp, lfoltan
ctornqvi [Fri, 18 Apr 2014 00:19:24 +0200] rev 24085
8040887: [TESTBUG] Remove test/runtime/6925573/SortMethodsTest.java
Summary: Removed test/runtime/6925573/SortMethodsTest.java
Reviewed-by: coleenp, rdurbin
ctornqvi [Thu, 17 Apr 2014 00:03:58 +0200] rev 24084
6959423: [TESTBUG] runtime/6925573/SortMethodsTest.java times out
Summary: Decreased maximum number methods in generated classes and decreased ratio to make it reproduce more often
Reviewed-by: coleenp, lfoltan
katleman [Thu, 01 May 2014 12:50:03 -0700] rev 24083
Added tag jdk9-b11 for changeset e21de7fd0dd1
lana [Thu, 01 May 2014 14:19:55 -0700] rev 24082
Merge
erikj [Wed, 30 Apr 2014 14:45:27 +0200] rev 24081
8042213: Freetype detection fails on Solaris sparcv9 when using devkit
Reviewed-by: tbell
erikj [Wed, 30 Apr 2014 10:36:25 +0200] rev 24080
8041265: jdk/bin/rmic -iiop failed on macosx-x86_64 with "Class sun.rmi.rmic.iiop.BatchEnvironmen not found"
Reviewed-by: tbell, msheppar
katleman [Thu, 01 May 2014 12:49:15 -0700] rev 24079
Added tag jdk9-b11 for changeset da174d121fd3
duke [Wed, 05 Jul 2017 19:38:36 +0200] rev 24078
Added tag jdk9-b11 for changeset 0809c9a4d36e
duke [Wed, 05 Jul 2017 19:38:35 +0200] rev 24077
Merge
duke [Wed, 05 Jul 2017 19:38:32 +0200] rev 24076
Merge
lana [Thu, 24 Apr 2014 16:04:44 -0700] rev 24075
Merge
jlahoda [Thu, 24 Apr 2014 13:32:21 +0200] rev 24074
8041695: Update the NetBeans build script and metadata
Summary: Various improvements to the NetBeans project for langtools, adding formatting/import setting for langtools.
Reviewed-by: ksrini
jlahoda [Wed, 23 Apr 2014 11:28:09 +0200] rev 24073
8039250: Test tools/javac/classfiles/InnerClasses/SyntheticClasses.java fails
Summary: The test should only analyze classfiles.
Reviewed-by: vromero
jjg [Tue, 22 Apr 2014 17:57:40 -0700] rev 24072
8040903: Clean up use of BUG_ID in javadoc tests
Reviewed-by: ksrini
jjg [Tue, 22 Apr 2014 17:41:11 -0700] rev 24071
8041253: Avoid redundant synonyms of NO_TEST
Reviewed-by: ksrini
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
iignatyev [Fri, 11 Apr 2014 00:35:23 +0400] rev 24006
8037860: Add tests to cover Intel RTM instructions support
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
iignatyev [Fri, 11 Apr 2014 00:35:11 +0400] rev 24005
8039499: Add all common classes used by tests on RTM support to testlibrary
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
iignatyev [Fri, 11 Apr 2014 00:34:56 +0400] rev 24004
8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
Reviewed-by: kvn, iignatyev
Contributed-by: filipp.zhinkin@oracle.com
iignatyev [Fri, 11 Apr 2014 00:34:51 +0400] rev 24003
8038953: Add sanity tests for BMI1 and LZCNT instructions
Reviewed-by: kvn, iignatyev
Contributed-by: anton.ivanov@oracle.com
roland [Thu, 10 Apr 2014 11:38:12 +0200] rev 24002
8005079: fix LogCompilation for incremental inlining
Summary: report late inlining as part of the rest of the inlining output
Reviewed-by: twisti, kvn