Fri, 11 Apr 2014 13:52:51 +0200 8039498: Add iterators to GrowableArray
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>
Fri, 11 Apr 2014 11:33:00 +0200 8034216: assert(false) failed: infinite loop in PhaseIterGVN::optimize
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
Thu, 10 Apr 2014 23:15:13 -0700 8038297: Avoid placing CTI immediately following cbcond instruction on T4
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
Fri, 11 Apr 2014 00:35:28 +0400 8039496: Add sanity tests on RTM-related command line options
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
Fri, 11 Apr 2014 00:35:23 +0400 8037860: Add tests to cover Intel RTM instructions support
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
Fri, 11 Apr 2014 00:35:11 +0400 8039499: Add all common classes used by tests on RTM support to testlibrary
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
Fri, 11 Apr 2014 00:34:56 +0400 8039497: Testlibrary should be updated to provide information about all VM types as well as access to Unsafe
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
Fri, 11 Apr 2014 00:34:51 +0400 8038953: Add sanity tests for BMI1 and LZCNT instructions
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
Thu, 10 Apr 2014 11:38:12 +0200 8005079: fix LogCompilation for incremental inlining
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
Thu, 10 Apr 2014 09:26:24 +0200 8036898: assert(t != NULL) failed: must set before get
anoll [Thu, 10 Apr 2014 09:26:24 +0200] rev 24001
8036898: assert(t != NULL) failed: must set before get Summary: Ignore nodes without a type when checking for speculative types in Compile::remove_speculative_types(...). Reviewed-by: kvn, roland Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Tue, 15 Apr 2014 19:03:51 +0200 8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586
ctornqvi [Tue, 15 Apr 2014 19:03:51 +0200] rev 24000
8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586 Summary: Test ported to jtreg, thread pairs decreased from 1024 to 128 to avoid OOM on 32 bit Windows Reviewed-by: sla, dsimms
Mon, 14 Apr 2014 14:27:45 -0400 8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults.
lfoltan [Mon, 14 Apr 2014 14:27:45 -0400] rev 23999
8033150: invokestatic: IncompatibleClassChangeError trying to invoke static method from a parent in presence of conflicting defaults. Summary: A static method should be preferred during method resolution over an overpass, search the current class as well as its superclasses. Reviewed-by: acorn, coleenp, kamg
Mon, 14 Apr 2014 10:13:03 -0400 8038076: constraint on multianewarray instruction is not checked since class version 50.
lfoltan [Mon, 14 Apr 2014 10:13:03 -0400] rev 23998
8038076: constraint on multianewarray instruction is not checked since class version 50. Summary: No VerifiyError generated if multianewarray bytecode's array type descriptor was 1 dimension smaller than dimensions specified. Reviewed-by: hseigel, ctornqvi, coleenp, kamg
Mon, 14 Apr 2014 11:23:06 +0200 8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly
dsimms [Mon, 14 Apr 2014 11:23:06 +0200] rev 23997
8039947: Dtrace return probe name for jni_SetStaticBooleanField named incorrectly Reviewed-by: sla, dholmes, gtriantafill
Mon, 14 Apr 2014 10:43:04 +0200 Merge
allwin [Mon, 14 Apr 2014 10:43:04 +0200] rev 23996
Merge
Fri, 11 Apr 2014 20:02:37 +0000 8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
coleenp [Fri, 11 Apr 2014 20:02:37 +0000] rev 23995
8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated" Summary: Dtrace monitoring uses size before mirror size is set. Reviewed-by: kamg, hseigel
Thu, 10 Apr 2014 21:36:56 -0400 8039891: Remove ppcsflt builds from JPRT
dholmes [Thu, 10 Apr 2014 21:36:56 -0400] rev 23994
8039891: Remove ppcsflt builds from JPRT Reviewed-by: sla, hseigel, coleenp
Wed, 09 Apr 2014 15:01:24 +0000 Merge
dsamersoff [Wed, 09 Apr 2014 15:01:24 +0000] rev 23993
Merge
Wed, 09 Apr 2014 07:08:08 -0700 8029139: [TESTBUG] runtime/InitialThreadOverflow/testme.sh fails with exit code 127
dsamersoff [Wed, 09 Apr 2014 07:08:08 -0700] rev 23992
8029139: [TESTBUG] runtime/InitialThreadOverflow/testme.sh fails with exit code 127 Summary: The test launcher compiles against TESTJAVA but LD_LIBRARY_PATH set to COMPILE java. Reviewed-by: sla, sspitsyn
Wed, 09 Apr 2014 06:09:43 -0700 8037279: runtime/6929067/Test6929067.sh crashes on 32bit linux
dsamersoff [Wed, 09 Apr 2014 06:09:43 -0700] rev 23991
8037279: runtime/6929067/Test6929067.sh crashes on 32bit linux Summary: The test compile launcher with TESTJAVA but attempt to load vm from COMPILEJAVA Reviewed-by: sla, sspitsyn
Thu, 24 Apr 2014 12:21:02 -0700 Added tag jdk9-b10 for changeset 41f447bfbbd7
katleman [Thu, 24 Apr 2014 12:21:02 -0700] rev 23990
Added tag jdk9-b10 for changeset 41f447bfbbd7
Fri, 11 Apr 2014 10:31:20 -0700 8041151: More concurrent hgforest
mduigou [Fri, 11 Apr 2014 10:31:20 -0700] rev 23989
8041151: More concurrent hgforest Reviewed-by: chegar, erikj, sla
Thu, 24 Apr 2014 16:02:11 -0700 Merge
lana [Thu, 24 Apr 2014 16:02:11 -0700] rev 23988
Merge
Thu, 24 Apr 2014 10:21:58 +0200 8041593: Update README-builds.html to refer to jdk9
erikj [Thu, 24 Apr 2014 10:21:58 +0200] rev 23987
8041593: Update README-builds.html to refer to jdk9 Reviewed-by: tbell, iris
Wed, 23 Apr 2014 14:23:50 +0200 8041487: Fix proper dependencies for correct incremental build of javadocs
erikj [Wed, 23 Apr 2014 14:23:50 +0200] rev 23986
8041487: Fix proper dependencies for correct incremental build of javadocs Reviewed-by: tbell
Tue, 22 Apr 2014 12:56:41 -0700 8007327: Emit MEMORY_SIZE into spec.gmk
mduigou [Tue, 22 Apr 2014 12:56:41 -0700] rev 23985
8007327: Emit MEMORY_SIZE into spec.gmk Reviewed-by: erikj
Tue, 22 Apr 2014 12:55:56 -0700 8041267: Add filtering capability to CacheFind
mduigou [Tue, 22 Apr 2014 12:55:56 -0700] rev 23984
8041267: Add filtering capability to CacheFind Reviewed-by: erikj
Tue, 22 Apr 2014 16:39:46 +0200 8037085: The sjavac exclude option should accept valid directory identifiers
alundblad [Tue, 22 Apr 2014 16:39:46 +0200] rev 23983
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
Tue, 22 Apr 2014 14:14:35 +0200 8030794: Update configure to require jdk8 as boot
erikj [Tue, 22 Apr 2014 14:14:35 +0200] rev 23982
8030794: Update configure to require jdk8 as boot Reviewed-by: chegar, tbell
Mon, 21 Apr 2014 20:17:00 -0400 8041141: JDK9 emb build failure on PPC platform
dholmes [Mon, 21 Apr 2014 20:17:00 -0400] rev 23981
8041141: JDK9 emb build failure on PPC platform Reviewed-by: tbell
Thu, 24 Apr 2014 12:20:54 -0700 Added tag jdk9-b10 for changeset 94afcb4be25e
katleman [Thu, 24 Apr 2014 12:20:54 -0700] rev 23980
Added tag jdk9-b10 for changeset 94afcb4be25e
Wed, 05 Jul 2017 19:37:47 +0200 Added tag jdk9-b10 for changeset 8c0bdeecd7c0
duke [Wed, 05 Jul 2017 19:37:47 +0200] rev 23979
Added tag jdk9-b10 for changeset 8c0bdeecd7c0
Wed, 05 Jul 2017 19:37:47 +0200 Merge jdk9-b10
duke [Wed, 05 Jul 2017 19:37:47 +0200] rev 23978
Merge
Wed, 05 Jul 2017 19:37:43 +0200 Merge
duke [Wed, 05 Jul 2017 19:37:43 +0200] rev 23977
Merge
Thu, 17 Apr 2014 15:23:23 -0700 Merge
lana [Thu, 17 Apr 2014 15:23:23 -0700] rev 23976
Merge
Thu, 17 Apr 2014 12:17:02 -0400 8040319: Clean up type annotation exception index generating code in Code.java
emc [Thu, 17 Apr 2014 12:17:02 -0400] rev 23975
8040319: Clean up type annotation exception index generating code in Code.java Summary: Remove bad code from exception index generation for type annotations and make type_index final Reviewed-by: jjg, vromero
Wed, 16 Apr 2014 19:21:59 -0700 8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
ksrini [Wed, 16 Apr 2014 19:21:59 -0700] rev 23974
8038976: javadoc requires a trailing / for links where java 7's javadoc didn't Reviewed-by: jjg
Wed, 16 Apr 2014 18:15:48 -0700 8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set
ksrini [Wed, 16 Apr 2014 18:15:48 -0700] rev 23973
8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set Reviewed-by: jjg
Wed, 16 Apr 2014 18:36:43 -0700 8039251: Test tools/javadoc/6964914/TestStdDoclet.java fails
ksrini [Wed, 16 Apr 2014 18:36:43 -0700] rev 23972
8039251: Test tools/javadoc/6964914/TestStdDoclet.java fails Reviewed-by: jjg
Wed, 16 Apr 2014 16:17:09 -0700 8031649: Clean up javadoc tests
jjg [Wed, 16 Apr 2014 16:17:09 -0700] rev 23971
8031649: Clean up javadoc tests Reviewed-by: jjg Contributed-by: neil.toda@oracle.com
Tue, 15 Apr 2014 15:55:24 -0700 8038420: Lambda returning post-increment generates wrong code
rfield [Tue, 15 Apr 2014 15:55:24 -0700] rev 23970
8038420: Lambda returning post-increment generates wrong code Reviewed-by: vromero, jlahoda
Tue, 15 Apr 2014 15:52:52 -0700 8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
rfield [Tue, 15 Apr 2014 15:52:52 -0700] rev 23969
8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify Summary: Remove over-zealous Attr optimization breaking lambdas Reviewed-by: jjg, vromero
Mon, 13 Jan 2014 14:50:51 -0800 8026736: Enhance Javadoc pages
bpatel [Mon, 13 Jan 2014 14:50:51 -0800] rev 23968
8026736: Enhance Javadoc pages Reviewed-by: jjg
Tue, 15 Apr 2014 18:58:47 +0200 8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails
jlahoda [Tue, 15 Apr 2014 18:58:47 +0200] rev 23967
8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails Summary: Ensuring the test passes in both samevm and othervm modes. Reviewed-by: darcy
Mon, 14 Apr 2014 18:48:29 -0400 8040181: Silent failure in Code.findExceptionIndex
emc [Mon, 14 Apr 2014 18:48:29 -0400] rev 23966
8040181: Silent failure in Code.findExceptionIndex Summary: Remove silent failure when exception index has not been set properly. Reviewed-by: jjg
Thu, 17 Apr 2014 10:14:07 -0700 Added tag jdk9-b09 for changeset 16bad6bc066b
katleman [Thu, 17 Apr 2014 10:14:07 -0700] rev 23965
Added tag jdk9-b09 for changeset 16bad6bc066b
Wed, 05 Jul 2017 19:37:38 +0200 Merge
duke [Wed, 05 Jul 2017 19:37:38 +0200] rev 23964
Merge
Thu, 17 Apr 2014 15:23:41 -0700 Merge
lana [Thu, 17 Apr 2014 15:23:41 -0700] rev 23963
Merge
Fri, 21 Feb 2014 17:37:39 +0100 8026801: Enhance endpoint addressing
mkos [Fri, 21 Feb 2014 17:37:39 +0100] rev 23962
8026801: Enhance endpoint addressing Summary: Caching data initialized via TCCL in static context; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin Reviewed-by: ahgross, mgrebac, skoivu
Fri, 21 Feb 2014 17:36:15 +0100 8026188: Enhance envelope factory
mkos [Fri, 21 Feb 2014 17:36:15 +0100] rev 23961
8026188: Enhance envelope factory Summary: Avoiding caching data initialized via TCCL in static context; fix also reviewed by Alexander Fomin Reviewed-by: ahgross, mgrebac, skoivu
Fri, 21 Feb 2014 17:30:18 +0100 8025030: Enhance stream handling
mkos [Fri, 21 Feb 2014 17:30:18 +0100] rev 23960
8025030: Enhance stream handling Summary: Avoiding caching data initialized via TCCL in static context; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin Reviewed-by: ahgross, mgrebac, skoivu
Sun, 15 Dec 2013 23:35:45 +0100 8025152: Enhance activation set up
mkos [Sun, 15 Dec 2013 23:35:45 +0100] rev 23959
8025152: Enhance activation set up 8028388: 9 jaxws tests failed in nightly build with java.lang.ClassCastException Summary: fix also reviewed by Bill Shannon, Alexander Fomin Reviewed-by: dfuchs, hawtin, mgrebac Contributed-by: bill.shannon@oracle.com
Thu, 17 Apr 2014 10:13:52 -0700 Added tag jdk9-b09 for changeset 6b3ffbf07446
katleman [Thu, 17 Apr 2014 10:13:52 -0700] rev 23958
Added tag jdk9-b09 for changeset 6b3ffbf07446
Wed, 05 Jul 2017 19:37:33 +0200 Merge
duke [Wed, 05 Jul 2017 19:37:33 +0200] rev 23957
Merge
Thu, 17 Apr 2014 15:24:19 -0700 Merge
lana [Thu, 17 Apr 2014 15:24:19 -0700] rev 23956
Merge
Tue, 15 Apr 2014 10:36:23 -0700 8037259: xerces update: xpointer update
dli [Tue, 15 Apr 2014 10:36:23 -0700] rev 23955
8037259: xerces update: xpointer update Reviewed-by: lancea Contributed-by: david.x.li@oracle.com
Wed, 08 Jan 2014 10:49:54 -0800 8029282: Enhance CharInfo set up
joehw [Wed, 08 Jan 2014 10:49:54 -0800] rev 23954
8029282: Enhance CharInfo set up Reviewed-by: alanb, lancea, dfuchs, skoivu
Thu, 17 Apr 2014 10:13:49 -0700 Added tag jdk9-b09 for changeset 54fd9e33ddec
katleman [Thu, 17 Apr 2014 10:13:49 -0700] rev 23953
Added tag jdk9-b09 for changeset 54fd9e33ddec
Wed, 05 Jul 2017 19:37:28 +0200 Merge
duke [Wed, 05 Jul 2017 19:37:28 +0200] rev 23952
Merge
Thu, 17 Apr 2014 15:22:07 -0700 Merge
lana [Thu, 17 Apr 2014 15:22:07 -0700] rev 23951
Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip