Thu, 26 Jun 2014 12:51:14 -0700 Added tag jdk9-b20 for changeset 3abb2de3cdb3
katleman [Thu, 26 Jun 2014 12:51:14 -0700] rev 25016
Added tag jdk9-b20 for changeset 3abb2de3cdb3
Wed, 05 Jul 2017 19:46:41 +0200 Added tag jdk9-b20 for changeset 89731ae72a76
duke [Wed, 05 Jul 2017 19:46:41 +0200] rev 25015
Added tag jdk9-b20 for changeset 89731ae72a76
Wed, 05 Jul 2017 19:46:40 +0200 Merge jdk9-b20
duke [Wed, 05 Jul 2017 19:46:40 +0200] rev 25014
Merge
Wed, 05 Jul 2017 19:46:37 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:37 +0200] rev 25013
Merge
Fri, 20 Jun 2014 10:15:13 -0700 Merge
lana [Fri, 20 Jun 2014 10:15:13 -0700] rev 25012
Merge
Wed, 18 Jun 2014 10:54:24 -0700 Merge
lana [Wed, 18 Jun 2014 10:54:24 -0700] rev 25011
Merge
Wed, 18 Jun 2014 13:51:50 +0100 8043253: Slow javac compile times in JDK 8
mcimadamore [Wed, 18 Jun 2014 13:51:50 +0100] rev 25010
8043253: Slow javac compile times in JDK 8 Summary: Enable on-demand diagnostic source position completion Reviewed-by: jjg, vromero
Wed, 18 Jun 2014 10:44:16 +0200 8046916: Type parameter annotations don't work with multiple type parameters
jlahoda [Wed, 18 Jun 2014 10:44:16 +0200] rev 25009
8046916: Type parameter annotations don't work with multiple type parameters Summary: When reading type variable's annotations out of the owner's type annotations, use the type variable's index in owner to exclude annotations belonging to other type variables. Reviewed-by: jfranck, emc
Tue, 17 Jun 2014 17:33:01 +0100 8036953: Fix timing of varargs access check, per JDK-8016205
vromero [Tue, 17 Jun 2014 17:33:01 +0100] rev 25008
8036953: Fix timing of varargs access check, per JDK-8016205 Reviewed-by: mcimadamore, dlsmith
Tue, 17 Jun 2014 11:11:59 -0400 8038975: Access control in enhanced for
pgovereau [Tue, 17 Jun 2014 11:11:59 -0400] rev 25007
8038975: Access control in enhanced for Reviewed-by: vromero, jlahoda
Mon, 16 Jun 2014 11:30:31 -0700 8046369: sjavac should not use javac internal API for starting javac
jjg [Mon, 16 Jun 2014 11:30:31 -0700] rev 25006
8046369: sjavac should not use javac internal API for starting javac Reviewed-by: jfranck, alundblad, ohrstrom
Thu, 12 Jun 2014 14:29:09 +0200 8042830: A recently added Xprefer test fails on Windows
alundblad [Thu, 12 Jun 2014 14:29:09 +0200] rev 25005
8042830: A recently added Xprefer test fails on Windows Summary: Test now accepts both / and \ as file separator. Reviewed-by: mcimadamore
Thu, 22 May 2014 12:16:53 -0700 8042829: [javadoc] index-file output is not sorted correctly
ksrini [Thu, 22 May 2014 12:16:53 -0700] rev 25004
8042829: [javadoc] index-file output is not sorted correctly 8043062: JDK 9 platform and compiler upgrade failed on Solaris-sparcv9 with Javadoc.gmk:360: recipe for target docs/api/index.html Reviewed-by: erikj, jjg
Thu, 19 Jun 2014 11:22:49 -0700 Added tag jdk9-b19 for changeset 26e23230009a
katleman [Thu, 19 Jun 2014 11:22:49 -0700] rev 25003
Added tag jdk9-b19 for changeset 26e23230009a
Wed, 05 Jul 2017 19:46:31 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:31 +0200] rev 25002
Merge
Thu, 19 Jun 2014 11:22:36 -0700 Added tag jdk9-b19 for changeset 9ed534348756
katleman [Thu, 19 Jun 2014 11:22:36 -0700] rev 25001
Added tag jdk9-b19 for changeset 9ed534348756
Wed, 05 Jul 2017 19:46:27 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:27 +0200] rev 25000
Merge
Thu, 19 Jun 2014 11:22:33 -0700 Added tag jdk9-b19 for changeset 12e7286572ef
katleman [Thu, 19 Jun 2014 11:22:33 -0700] rev 24999
Added tag jdk9-b19 for changeset 12e7286572ef
Wed, 05 Jul 2017 19:46:23 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:23 +0200] rev 24998
Merge
Fri, 20 Jun 2014 10:14:50 -0700 Merge
lana [Fri, 20 Jun 2014 10:14:50 -0700] rev 24997
Merge
Wed, 18 Jun 2014 10:54:57 -0700 Merge
lana [Wed, 18 Jun 2014 10:54:57 -0700] rev 24996
Merge
Tue, 17 Jun 2014 18:23:35 +0530 8047057: Add a regression test for the passing test cases from JDK-8042304
sundar [Tue, 17 Jun 2014 18:23:35 +0530] rev 24995
8047057: Add a regression test for the passing test cases from JDK-8042304 Reviewed-by: lagergren, attila
Tue, 17 Jun 2014 15:55:39 +0530 8047035: (function() "hello")() crashes in Lexer with jdk9
sundar [Tue, 17 Jun 2014 15:55:39 +0530] rev 24994
8047035: (function() "hello")() crashes in Lexer with jdk9 Reviewed-by: lagergren, hannesw, attila
Tue, 17 Jun 2014 11:37:03 +0200 8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager.
lagergren [Tue, 17 Jun 2014 11:37:03 +0200] rev 24993
8046898: Make sure that lazy compilation is the default, remove redundant "enable lazy compilation" flags, added warning message if compile logging is enabled and lazy is switched off. Verified existing test suite code coverage equivalence between lazy and eager. Reviewed-by: attila, hannesw
Thu, 19 Jun 2014 11:22:50 -0700 Added tag jdk9-b19 for changeset a7c5ef3bb9d4
katleman [Thu, 19 Jun 2014 11:22:50 -0700] rev 24992
Added tag jdk9-b19 for changeset a7c5ef3bb9d4
Wed, 05 Jul 2017 19:46:17 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:17 +0200] rev 24991
Merge
Thu, 19 Jun 2014 11:22:18 -0700 Added tag jdk9-b19 for changeset 7056eab40723
katleman [Thu, 19 Jun 2014 11:22:18 -0700] rev 24990
Added tag jdk9-b19 for changeset 7056eab40723
Wed, 05 Jul 2017 19:46:13 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:13 +0200] rev 24989
Merge
Fri, 20 Jun 2014 10:15:30 -0700 Merge
lana [Fri, 20 Jun 2014 10:15:30 -0700] rev 24988
Merge
Wed, 18 Jun 2014 10:55:17 -0700 Merge
lana [Wed, 18 Jun 2014 10:55:17 -0700] rev 24987
Merge
Wed, 11 Jun 2014 08:25:33 +0100 8046416: Unable to parse an Instant from fields
scolebourne [Wed, 11 Jun 2014 08:25:33 +0100] rev 24986
8046416: Unable to parse an Instant from fields Summary: Fix Instant parsing Reviewed-by: rriggs
Thu, 12 Jun 2014 00:31:27 +0100 8046707: Performance of java.time could be better
scolebourne [Thu, 12 Jun 2014 00:31:27 +0100] rev 24985
8046707: Performance of java.time could be better Summary: Optimise performance Reviewed-by: rriggs
Wed, 18 Jun 2014 15:05:29 +0100 8047085: PKCS11/NSS tests failing intermittently on Windows
vinnie [Wed, 18 Jun 2014 15:05:29 +0100] rev 24984
8047085: PKCS11/NSS tests failing intermittently on Windows Reviewed-by: mullan
Wed, 18 Jun 2014 17:34:05 +0400 8046596: fix doclint issues in swing classes, part 3 of 4
yan [Wed, 18 Jun 2014 17:34:05 +0400] rev 24983
8046596: fix doclint issues in swing classes, part 3 of 4 Reviewed-by: pchelko Contributed-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Wed, 18 Jun 2014 17:31:01 +0400 8046595: fix doclint issues in swing classes, part 2 of 4
yan [Wed, 18 Jun 2014 17:31:01 +0400] rev 24982
8046595: fix doclint issues in swing classes, part 2 of 4 Reviewed-by: pchelko Contributed-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Wed, 18 Jun 2014 03:29:58 -0700 8044762: com/sun/jdi/OptionTest.java test time out
dsamersoff [Wed, 18 Jun 2014 03:29:58 -0700] rev 24981
8044762: com/sun/jdi/OptionTest.java test time out Summary: gdata could be NULL in debugInit_exit Reviewed-by: dcubed
Wed, 18 Jun 2014 09:04:20 +0200 8046778: Better error messages when starting JMX agent via attach or jcmd
sla [Wed, 18 Jun 2014 09:04:20 +0200] rev 24980
8046778: Better error messages when starting JMX agent via attach or jcmd Reviewed-by: dholmes
Tue, 17 Jun 2014 10:47:07 +0100 8046902: Remove sun.misc.Timer
chegar [Tue, 17 Jun 2014 10:47:07 +0100] rev 24979
8046902: Remove sun.misc.Timer Reviewed-by: rriggs, mduigou, iris
Mon, 09 Jun 2014 17:18:14 +0200 8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined
sla [Mon, 09 Jun 2014 17:18:14 +0200] rev 24978
8046355: sun/tools/jstatd/TestJstatdExternalRegistry.java should be quarantined Reviewed-by: sla Contributed-by: alex.schenkman@oracle.com
Mon, 09 Jun 2014 17:12:18 +0200 8046352: com/sun/tools/attach/TempDirTest.java should be quarantined
sla [Mon, 09 Jun 2014 17:12:18 +0200] rev 24977
8046352: com/sun/tools/attach/TempDirTest.java should be quarantined Reviewed-by: sla Contributed-by: alex.schenkman@oracle.com
Mon, 09 Jun 2014 17:04:11 +0200 8046351: com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotification[Content]Test.java should be quarantined
sla [Mon, 09 Jun 2014 17:04:11 +0200] rev 24976
8046351: com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotification[Content]Test.java should be quarantined Reviewed-by: sla Contributed-by: alex.schenkman@oracle.com
Fri, 13 Jun 2014 11:58:34 +0200 8046348: com/sun/jdi/OptionTest.java should be quarantined
sla [Fri, 13 Jun 2014 11:58:34 +0200] rev 24975
8046348: com/sun/jdi/OptionTest.java should be quarantined Reviewed-by: sla Contributed-by: alex.schenkman@oracle.com
Tue, 17 Jun 2014 13:06:05 +0400 8046903: VM anonymous class members can't be statically invocable
vlivanov [Tue, 17 Jun 2014 13:06:05 +0400] rev 24974
8046903: VM anonymous class members can't be statically invocable Reviewed-by: jrose
Tue, 17 Jun 2014 10:01:16 +0200 6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure
sla [Tue, 17 Jun 2014 10:01:16 +0200] rev 24973
6622468: TEST_BUG: Time to retire the @debuggeeVMOptions mechanism used in the com.sun.jdi infrastructure Summary: Use jtreg "@run driver" for the JDI tests Reviewed-by: sspitsyn, dholmes
Mon, 16 Jun 2014 17:52:21 -0700 8044730: small errors in ConcurrentHashMap and LongAdder docs
smarks [Mon, 16 Jun 2014 17:52:21 -0700] rev 24972
8044730: small errors in ConcurrentHashMap and LongAdder docs Reviewed-by: martin
Mon, 16 Jun 2014 13:48:58 -0400 Merge
mullan [Mon, 16 Jun 2014 13:48:58 -0400] rev 24971
Merge
Mon, 16 Jun 2014 13:47:42 -0400 8046044: Fix raw and unchecked lint warnings in XML Signature Impl
mullan [Mon, 16 Jun 2014 13:47:42 -0400] rev 24970
8046044: Fix raw and unchecked lint warnings in XML Signature Impl Reviewed-by: darcy
Mon, 16 Jun 2014 17:45:26 +0100 8041679: Replace uses of StringBuffer with StringBuilder within core library classes
psandoz [Mon, 16 Jun 2014 17:45:26 +0100] rev 24969
8041679: Replace uses of StringBuffer with StringBuilder within core library classes Reviewed-by: psandoz, alanb, xuelei, dfuchs, jfranck, prr, serb, chegar Contributed-by: otaviopolianasantana@gmail.com
Mon, 16 Jun 2014 08:09:30 -0700 8046389: Add missing @since tag under javax.sql.**
henryjen [Mon, 16 Jun 2014 08:09:30 -0700] rev 24968
8046389: Add missing @since tag under javax.sql.** Reviewed-by: lancea
Mon, 16 Jun 2014 07:25:11 -0700 8041498: Remove npt library
dsamersoff [Mon, 16 Jun 2014 07:25:11 -0700] rev 24967
8041498: Remove npt library Summary: Get rid of npt library and move utf-related code to share/backend Reviewed-by: sla
Mon, 16 Jun 2014 13:40:49 +0100 8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
vinnie [Mon, 16 Jun 2014 13:40:49 +0100] rev 24966
8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c Reviewed-by: mullan
Mon, 16 Jun 2014 13:52:25 +0200 8043939: Remove management-agent.jar
sla [Mon, 16 Jun 2014 13:52:25 +0200] rev 24965
8043939: Remove management-agent.jar Reviewed-by: alanb
Mon, 16 Jun 2014 11:03:54 +0200 6545295: TEST BUG: The test HatHeapDump1Test uses wrong path in exec call.
ykantser [Mon, 16 Jun 2014 11:03:54 +0200] rev 24964
6545295: TEST BUG: The test HatHeapDump1Test uses wrong path in exec call. Reviewed-by: sla
Fri, 13 Jun 2014 14:32:49 +0100 Merge
michaelm [Fri, 13 Jun 2014 14:32:49 +0100] rev 24963
Merge
Fri, 13 Jun 2014 14:30:41 +0100 8046588: test for SO_FLOW_SLA availability does not check for EACCESS
michaelm [Fri, 13 Jun 2014 14:30:41 +0100] rev 24962
8046588: test for SO_FLOW_SLA availability does not check for EACCESS Reviewed-by: alanb, chegar
Thu, 19 Jun 2014 11:22:38 -0700 Added tag jdk9-b19 for changeset 40b2b32fa541
katleman [Thu, 19 Jun 2014 11:22:38 -0700] rev 24961
Added tag jdk9-b19 for changeset 40b2b32fa541
Wed, 05 Jul 2017 19:46:03 +0200 Merge
duke [Wed, 05 Jul 2017 19:46:03 +0200] rev 24960
Merge
Fri, 20 Jun 2014 10:15:08 -0700 Merge
lana [Fri, 20 Jun 2014 10:15:08 -0700] rev 24959
Merge
Wed, 18 Jun 2014 10:56:06 -0700 Merge
lana [Wed, 18 Jun 2014 10:56:06 -0700] rev 24958
Merge
Fri, 13 Jun 2014 12:04:33 -0700 Merge
amurillo [Fri, 13 Jun 2014 12:04:33 -0700] rev 24957
Merge
Fri, 13 Jun 2014 10:21:30 -0700 Merge
kvn [Fri, 13 Jun 2014 10:21:30 -0700] rev 24956
Merge
Thu, 12 Jun 2014 16:31:07 -0700 8032045: Enable compiler and linker safety switches for debug builds
mduigou [Thu, 12 Jun 2014 16:31:07 -0700] rev 24955
8032045: Enable compiler and linker safety switches for debug builds Summary: Enable GCC linker protections, runtime bounds checks and stack protection. Reviewed-by: dholmes, kvn, coleenp
Thu, 12 Jun 2014 10:15:43 -0700 8046516: Segmentation fault in JVM (easily reproducible)
kvn [Thu, 12 Jun 2014 10:15:43 -0700] rev 24954
8046516: Segmentation fault in JVM (easily reproducible) Summary: Place new nodes on the previous loop exit in reorg_offsets(). Reviewed-by: roland
Wed, 11 Jun 2014 11:05:10 -0700 8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
kvn [Wed, 11 Jun 2014 11:05:10 -0700] rev 24953
8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC Summary: Add C2 SHA intrinsics on SPARC Reviewed-by: kvn, roland Contributed-by: james.cheng@oracle.com
Wed, 11 Jun 2014 09:16:19 +0200 8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64
thartmann [Wed, 11 Jun 2014 09:16:19 +0200] rev 24952
8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64 Summary: Fixed internal_word_Relocation::target() to not retrieve target address from code if relocation points into the constant section. Added test. Reviewed-by: kvn, twisti, dlong
Tue, 10 Jun 2014 20:53:23 +0000 Merge
iignatyev [Tue, 10 Jun 2014 20:53:23 +0000] rev 24951
Merge
Tue, 10 Jun 2014 23:18:25 +0400 8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments
iignatyev [Tue, 10 Jun 2014 23:18:25 +0400] rev 24950
8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments Reviewed-by: kvn, jmasa
Tue, 10 Jun 2014 12:57:50 -0700 Merge
kvn [Tue, 10 Jun 2014 12:57:50 -0700] rev 24949
Merge
Tue, 10 Jun 2014 12:28:06 -0700 8035605: Expand functionality of PredictedIntrinsicGenerator
kvn [Tue, 10 Jun 2014 12:28:06 -0700] rev 24948
8035605: Expand functionality of PredictedIntrinsicGenerator Summary: Allow several predicates and separate intrinsic methods per one intrinsified (virtual) method. Reviewed-by: roland
Mon, 09 Jun 2014 10:32:49 +0200 8040244: compiler/whitebox/IsMethodCompilableTest.java fails
neliasso [Mon, 09 Jun 2014 10:32:49 +0200] rev 24947
8040244: compiler/whitebox/IsMethodCompilableTest.java fails Summary: Prevent from running with Xcomp Reviewed-by: kvn, twisti
Tue, 10 Jun 2014 13:37:16 +0200 8026796: Make replace_in_map() on parent maps generic
roland [Tue, 10 Jun 2014 13:37:16 +0200] rev 24946
8026796: Make replace_in_map() on parent maps generic Summary: propagate node replacements along control flow edges to callers Reviewed-by: kvn, vlivanov
Tue, 10 Jun 2014 10:00:59 +0000 8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place
vlivanov [Tue, 10 Jun 2014 10:00:59 +0000] rev 24945
8033626: assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place Reviewed-by: kvn, roland
Tue, 10 Jun 2014 08:53:22 +0200 8033145: Runtime1::arraycopy_count_address uses wrong _oop_arraycopy_cnt variable
thartmann [Tue, 10 Jun 2014 08:53:22 +0200] rev 24944
8033145: Runtime1::arraycopy_count_address uses wrong _oop_arraycopy_cnt variable Summary: The method Runtime1::arraycopy_count_address(..) returns the address of Runtime::_oop_arraycopy_cnt instead of the the file static variable _oop_arraycopy_cnt. Reviewed-by: roland, kvn, twisti
Wed, 11 Jun 2014 18:56:01 +0400 8044673: Create jtreg groups to list GC specific tests
iignatyev [Wed, 11 Jun 2014 18:56:01 +0400] rev 24943
8044673: Create jtreg groups to list GC specific tests Reviewed-by: dholmes, iignatyev Contributed-by: dmitry.fazunenko@oracle.com
Tue, 10 Jun 2014 20:46:28 -0700 Merge
jmasa [Tue, 10 Jun 2014 20:46:28 -0700] rev 24942
Merge
Fri, 02 May 2014 02:11:34 +0200 8042298: Remove the names gen0 and gen1 from the GC code
jwilhelm [Fri, 02 May 2014 02:11:34 +0200] rev 24941
8042298: Remove the names gen0 and gen1 from the GC code Summary: Renamed gen0 and gen1 to young and old throughout the GC code. Reviewed-by: sjohanss, jcoomes
Wed, 30 Apr 2014 02:41:00 +0200 8026396: Remove information duplication in the collector policy
jwilhelm [Wed, 30 Apr 2014 02:41:00 +0200] rev 24940
8026396: Remove information duplication in the collector policy Summary: Cleaned up the usage of flags in collector policy. Reviewed-by: sjohanss, jcoomes
Mon, 09 Jun 2014 15:42:31 -0700 8046275: Fastdebug build failing on jdk9/hs/ control jobs after pulling some hs-comp changes
kvn [Mon, 09 Jun 2014 15:42:31 -0700] rev 24939
8046275: Fastdebug build failing on jdk9/hs/ control jobs after pulling some hs-comp changes Summary: Add missing check for Opaque nodes from loop predicates in clone_loop(). Reviewed-by: iveresov
Mon, 09 Jun 2014 11:49:02 +0000 8046226: assert(_thread == Thread::current()) failed: thread must be current w/ -XX:+TraceDeoptimization -XX:+Verbose
vlivanov [Mon, 09 Jun 2014 11:49:02 +0000] rev 24938
8046226: assert(_thread == Thread::current()) failed: thread must be current w/ -XX:+TraceDeoptimization -XX:+Verbose Reviewed-by: twisti, dcubed, fparain
Fri, 06 Jun 2014 13:31:55 -0700 Merge
amurillo [Fri, 06 Jun 2014 13:31:55 -0700] rev 24937
Merge
Fri, 06 Jun 2014 11:37:23 -0700 Merge
kvn [Fri, 06 Jun 2014 11:37:23 -0700] rev 24936
Merge
Thu, 05 Jun 2014 10:43:16 +0200 8031389: On x86 C1 emits two relocations for polls
thartmann [Thu, 05 Jun 2014 10:43:16 +0200] rev 24935
8031389: On x86 C1 emits two relocations for polls Summary: C1 emits two poll_type relocations at safepoint polls because LIR_Assembler::safepoint_poll(..) adds a relocation and calls LIR_Assembler::add_debug_info_for_branch(..) which adds a relocation as well. The implementation of add_debug_info_for_branch(..) is changed to not emit a poll relocation. Reviewed-by: kvn, roland
Thu, 22 May 2014 13:42:44 +0200 8030976: Untaken paths should be more vigorously pruned at highest optimization level
rbackman [Thu, 22 May 2014 13:42:44 +0200] rev 24934
8030976: Untaken paths should be more vigorously pruned at highest optimization level Reviewed-by: roland, vlivanov
Wed, 04 Jun 2014 10:01:28 +0200 8031994: java/lang/Character/CheckProp test times out
rbackman [Wed, 04 Jun 2014 10:01:28 +0200] rev 24933
8031994: java/lang/Character/CheckProp test times out Reviewed-by: iveresov, roland
Tue, 03 Jun 2014 18:24:38 -0700 8044735: Print format/argument warnings
mikael [Tue, 03 Jun 2014 18:24:38 -0700] rev 24932
8044735: Print format/argument warnings Reviewed-by: twisti, kvn
Wed, 04 Jun 2014 00:25:21 +0400 8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions
iignatyev [Wed, 04 Jun 2014 00:25:21 +0400] rev 24931
8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions Reviewed-by: kvn, dholmes, iignatyev
Mon, 02 Jun 2014 15:48:34 -0700 8044242: Remove dead NativeMovRegMemPatching class
mikael [Mon, 02 Jun 2014 15:48:34 -0700] rev 24930
8044242: Remove dead NativeMovRegMemPatching class Reviewed-by: twisti, kvn
Mon, 02 Jun 2014 13:53:52 -0700 Merge
twisti [Mon, 02 Jun 2014 13:53:52 -0700] rev 24929
Merge
Mon, 02 Jun 2014 10:48:02 -0700 Merge
twisti [Mon, 02 Jun 2014 10:48:02 -0700] rev 24928
Merge
Mon, 02 Jun 2014 15:49:53 -0400 Merge
drchase [Mon, 02 Jun 2014 15:49:53 -0400] rev 24927
Merge
Mon, 02 Jun 2014 14:32:29 -0400 8029381: assert(is_method_type()) failed: bad cast
drchase [Mon, 02 Jun 2014 14:32:29 -0400] rev 24926
8029381: assert(is_method_type()) failed: bad cast Summary: Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization. Reviewed-by: kvn, coleenp, jrose
Mon, 02 Jun 2014 07:26:52 -1000 8044496: 8034812 broke build with clang
iveresov [Mon, 02 Jun 2014 07:26:52 -1000] rev 24925
8044496: 8034812 broke build with clang Summary: Remove superfluous clang-diagnostic-pop Reviewed-by: kvn, drchase
Mon, 02 Jun 2014 10:01:15 +0200 8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
roland [Mon, 02 Jun 2014 10:01:15 +0200] rev 24924
8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux Summary: long series of lambda form calls trigger stack overflow in c2 Reviewed-by: kvn, vlivanov
Mon, 02 Jun 2014 08:07:29 +0200 8034812: remove IDX_INIT macro hack in Node class
thartmann [Mon, 02 Jun 2014 08:07:29 +0200] rev 24923
8034812: remove IDX_INIT macro hack in Node class Summary: The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly. Reviewed-by: kvn, jrose, iveresov, goetz
Fri, 30 May 2014 20:01:11 +0000 Merge
iignatyev [Fri, 30 May 2014 20:01:11 +0000] rev 24922
Merge
Fri, 30 May 2014 17:20:48 +0400 8038756: new WB API :: get/setVMFlag
iignatyev [Fri, 30 May 2014 17:20:48 +0400] rev 24921
8038756: new WB API :: get/setVMFlag Reviewed-by: vlivanov, sla
Fri, 30 May 2014 19:21:42 +0000 Merge
anoll [Fri, 30 May 2014 19:21:42 +0000] rev 24920
Merge
Fri, 30 May 2014 09:26:48 +0200 8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50"
thartmann [Fri, 30 May 2014 09:26:48 +0200] rev 24919
8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50" Summary: Reimplemented the test using the Whitebox API to deterministically trigger compilation and deoptimization. Now allowing number of recursive calls to vary by 1. Reviewed-by: twisti, roland, iignatyev
Fri, 30 May 2014 09:49:50 -0700 Merge
twisti [Fri, 30 May 2014 09:49:50 -0700] rev 24918
Merge
Thu, 29 May 2014 16:01:13 -0700 8044071: Print format/argument warnings
mikael [Thu, 29 May 2014 16:01:13 -0700] rev 24917
8044071: Print format/argument warnings Reviewed-by: drchase, dholmes, lfoltan, twisti
Fri, 30 May 2014 06:50:38 +0200 8011646: SEGV in compiled code with loop predication
anoll [Fri, 30 May 2014 06:50:38 +0200] rev 24916
8011646: SEGV in compiled code with loop predication Summary: Remove control edge of load node to ensure that castPP removal sets the control edge correctly Reviewed-by: kvn, roland
Thu, 19 Jun 2014 11:22:25 -0700 Added tag jdk9-b19 for changeset 718694e51e25
katleman [Thu, 19 Jun 2014 11:22:25 -0700] rev 24915
Added tag jdk9-b19 for changeset 718694e51e25
Fri, 20 Jun 2014 10:14:33 -0700 Merge
lana [Fri, 20 Jun 2014 10:14:33 -0700] rev 24914
Merge
Wed, 18 Jun 2014 10:54:13 -0700 Merge
lana [Wed, 18 Jun 2014 10:54:13 -0700] rev 24913
Merge
Fri, 13 Jun 2014 12:35:18 -0700 Merge
amurillo [Fri, 13 Jun 2014 12:35:18 -0700] rev 24912
Merge
Thu, 12 Jun 2014 16:33:32 -0700 8032045: Enable compiler and linker safety switches for debug builds
mduigou [Thu, 12 Jun 2014 16:33:32 -0700] rev 24911
8032045: Enable compiler and linker safety switches for debug builds Summary: Enable GCC linker protections, runtime bounds checks and stack protection. Reviewed-by: ihse, dholmes
Thu, 19 Jun 2014 11:22:16 -0700 Added tag jdk9-b19 for changeset db769f12fe54
katleman [Thu, 19 Jun 2014 11:22:16 -0700] rev 24910
Added tag jdk9-b19 for changeset db769f12fe54
Wed, 05 Jul 2017 19:45:37 +0200 Added tag jdk9-b19 for changeset 2dcf544eb7ed
duke [Wed, 05 Jul 2017 19:45:37 +0200] rev 24909
Added tag jdk9-b19 for changeset 2dcf544eb7ed
Wed, 05 Jul 2017 19:45:37 +0200 Merge jdk9-b19
duke [Wed, 05 Jul 2017 19:45:37 +0200] rev 24908
Merge
Wed, 05 Jul 2017 19:45:33 +0200 Merge
duke [Wed, 05 Jul 2017 19:45:33 +0200] rev 24907
Merge
Wed, 18 Jun 2014 10:09:04 -0700 Merge
lana [Wed, 18 Jun 2014 10:09:04 -0700] rev 24906
Merge
Thu, 12 Jun 2014 15:37:29 -0700 Merge
lana [Thu, 12 Jun 2014 15:37:29 -0700] rev 24905
Merge
Thu, 12 Jun 2014 11:32:23 -0400 8043484: DPrinter does not compile
emc [Thu, 12 Jun 2014 11:32:23 -0400] rev 24904
8043484: DPrinter does not compile Summary: Make DPrinter compile Reviewed-by: jjg
Wed, 11 Jun 2014 12:49:10 -0400 8027886: javac allows illegal receiver parameters
pgovereau [Wed, 11 Jun 2014 12:49:10 -0400] rev 24903
8027886: javac allows illegal receiver parameters 8029042: Receiver parameter not supported on local class constructor Reviewed-by: jfranck, jlahoda
Tue, 10 Jun 2014 15:25:01 -0600 8015101: Covariance of return type implied by upper bounding on type parameter is ignored
dlsmith [Tue, 10 Jun 2014 15:25:01 -0600] rev 24902
8015101: Covariance of return type implied by upper bounding on type parameter is ignored Summary: Capture intersection supertypes before comparing their members Reviewed-by: vromero
Tue, 10 Jun 2014 12:41:39 -0600 8037385: constant pool errors with -target 1.7 and static default methods
dlsmith [Tue, 10 Jun 2014 12:41:39 -0600] rev 24901
8037385: constant pool errors with -target 1.7 and static default methods Summary: Add error check for static interface methods invoked from -source 7 Reviewed-by: vromero, mcimadamore
Mon, 09 Jun 2014 15:46:44 -0400 8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue
emc [Mon, 09 Jun 2014 15:46:44 -0400] rev 24900
8046296: java/util/concurrent/BlockingQueue/PollMemoryLeak.java fails in nightly on all platform due to compiler issue Summary: Alter logic to choose type of type annotation position for a variable declaration Reviewed-by: jjg
Mon, 09 Jun 2014 12:54:02 +0100 8043725: javac fails with StackOverflowException
mcimadamore [Mon, 09 Jun 2014 12:54:02 +0100] rev 24899
8043725: javac fails with StackOverflowException Summary: loose type comparison test should be protected against infinite recursion with fbounds Reviewed-by: vromero
Mon, 09 Jun 2014 10:17:16 +0200 8033414: javac Plugin to receive notification (before and) after the compilation.
jlahoda [Mon, 09 Jun 2014 10:17:16 +0200] rev 24898
8033414: javac Plugin to receive notification (before and) after the compilation. Summary: Introducing TaskEvent.Kind.COMPILATION, sending this event before and after compilation. Reviewed-by: jjg, jfranck Contributed-by: joel.franck@oracle.com, jan.lahoda@oracle.com
Sun, 08 Jun 2014 15:02:34 -0700 7026941: 199: path options ignored when reusing filemanager across tasks
jjg [Sun, 08 Jun 2014 15:02:34 -0700] rev 24897
7026941: 199: path options ignored when reusing filemanager across tasks Reviewed-by: jlahoda, jfranck
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip