Wed, 10 Sep 2014 19:19:51 +0400 8057657: Annotate LambdaForm parameters with types
vlivanov [Wed, 10 Sep 2014 19:19:51 +0400] rev 26479
8057657: Annotate LambdaForm parameters with types Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:51 +0400 8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks
vlivanov [Wed, 10 Sep 2014 19:19:51 +0400] rev 26478
8057656: Improve MethodType.isCastableTo() & MethodType.isConvertibleTo() checks Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:51 +0400 8057654: Extract checks performed during MethodHandle construction into separate methods
vlivanov [Wed, 10 Sep 2014 19:19:51 +0400] rev 26477
8057654: Extract checks performed during MethodHandle construction into separate methods Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050887: Intrinsify constants for default values
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26476
8050887: Intrinsify constants for default values Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050884: Intrinsify ValueConversions.identity() functions
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26475
8050884: Intrinsify ValueConversions.identity() functions Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050877: Improve code for pairwise argument conversions and value boxing/unboxing
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26474
8050877: Improve code for pairwise argument conversions and value boxing/unboxing Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:50 +0400 8050200: Make LambdaForm intrinsics detection more robust
vlivanov [Wed, 10 Sep 2014 19:19:50 +0400] rev 26473
8050200: Make LambdaForm intrinsics detection more robust Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:49 +0400 8050057: Improve caching of MethodHandle reinvokers
vlivanov [Wed, 10 Sep 2014 19:19:49 +0400] rev 26472
8050057: Improve caching of MethodHandle reinvokers Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:49 +0400 8050174: Support overriding of isInvokeSpecial flag in WrappedMember
vlivanov [Wed, 10 Sep 2014 19:19:49 +0400] rev 26471
8050174: Support overriding of isInvokeSpecial flag in WrappedMember Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:49 +0400 8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm)
vlivanov [Wed, 10 Sep 2014 19:19:49 +0400] rev 26470
8050173: Add j.l.i.MethodHandle.copyWith(MethodType, LambdaForm) Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:48 +0400 8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle
vlivanov [Wed, 10 Sep 2014 19:19:48 +0400] rev 26469
8050166: Get rid of some package-private methods on arguments in j.l.i.MethodHandle Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:48 +0400 8050053: Improve caching of different invokers
vlivanov [Wed, 10 Sep 2014 19:19:48 +0400] rev 26468
8050053: Improve caching of different invokers Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:47 +0400 8050052: Small cleanups in java.lang.invoke code
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26467
8050052: Small cleanups in java.lang.invoke code Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:47 +0400 8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26466
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke Reviewed-by: psandoz, iignatyev
Wed, 10 Sep 2014 19:19:47 +0400 8038261: JSR292: cache and reuse typed array accessors
vlivanov [Wed, 10 Sep 2014 19:19:47 +0400] rev 26465
8038261: JSR292: cache and reuse typed array accessors Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 19:19:46 +0400 8037209: Improvements and cleanups to bytecode assembly for lambda forms
vlivanov [Wed, 10 Sep 2014 19:19:46 +0400] rev 26464
8037209: Improvements and cleanups to bytecode assembly for lambda forms Reviewed-by: vlivanov, psandoz Contributed-by: john.r.rose@oracle.com
Wed, 10 Sep 2014 16:14:14 +0100 8057813: Alterations to jdk_security3 test target
coffeys [Wed, 10 Sep 2014 16:14:14 +0100] rev 26463
8057813: Alterations to jdk_security3 test target Reviewed-by: mullan, wetmore, xuelei
Wed, 10 Sep 2014 13:51:17 +0100 8055251: Re-examine Integer.parseInt and Long.parseLong methods
alanb [Wed, 10 Sep 2014 13:51:17 +0100] rev 26462
8055251: Re-examine Integer.parseInt and Long.parseLong methods Reviewed-by: alanb Contributed-by: claes.redestad@oracle.com
Wed, 10 Sep 2014 10:37:12 +0200 8057937: javax/management/monitor/GaugeMonitorDeadlockTest.java should be quarantined
sla [Wed, 10 Sep 2014 10:37:12 +0200] rev 26461
8057937: javax/management/monitor/GaugeMonitorDeadlockTest.java should be quarantined Reviewed-by: sla, allwin
Wed, 10 Sep 2014 11:32:31 +0200 8057558: VirtualMachineImpl.execute on windows should close PipedInputStream before throwing exceptions
sla [Wed, 10 Sep 2014 11:32:31 +0200] rev 26460
8057558: VirtualMachineImpl.execute on windows should close PipedInputStream before throwing exceptions Reviewed-by: alanb, sspitsyn, dsamersoff
Thu, 04 Sep 2014 13:20:27 +0200 8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608
stefank [Thu, 04 Sep 2014 13:20:27 +0200] rev 26459
8057174: MemoryMXBean tests -- TEST FAILED: chunkSize: 6291456 is less than YOUNG_GEN_SIZE: 8388608 Reviewed-by: jbachorik, jwilhelm, dfuchs
Tue, 09 Sep 2014 19:02:36 +0400 7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets
igerasim [Tue, 09 Sep 2014 19:02:36 +0400] rev 26458
7010989: Duplicate closure of file descriptors leads to unexpected and incorrect closure of sockets Reviewed-by: chegar
Tue, 09 Sep 2014 17:20:26 +0400 8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp
kizune [Tue, 09 Sep 2014 17:20:26 +0400] rev 26457
8051989: Unportable format string argument mismatch in jdk/src/share/native/com/sun/java/util/jar/pack/unpack.cpp Reviewed-by: ksrini
Tue, 09 Sep 2014 12:04:31 +0200 5043030: (reflect) unnecessary object creation in reflection
jfranck [Tue, 09 Sep 2014 12:04:31 +0200] rev 26456
5043030: (reflect) unnecessary object creation in reflection Summary: Use valueOf() instead of new for primitive wrappers. Reviewed-by: jfranck Contributed-by: Andrej Golovnin <andrej.golovnin@gmail.com>
Tue, 09 Sep 2014 10:48:01 +0200 8054987: (reflect) Add sharing of annotations between instances of Executable
jfranck [Tue, 09 Sep 2014 10:48:01 +0200] rev 26455
8054987: (reflect) Add sharing of annotations between instances of Executable Reviewed-by: darcy, plevart
Mon, 08 Sep 2014 20:29:15 +0200 8057778: Misc cleanups of the attach code (aix)
sla [Mon, 08 Sep 2014 20:29:15 +0200] rev 26454
8057778: Misc cleanups of the attach code (aix) Reviewed-by: simonis
Mon, 08 Sep 2014 14:46:51 +0200 8057776: Misc cleanups of the attach code
sla [Mon, 08 Sep 2014 14:46:51 +0200] rev 26453
8057776: Misc cleanups of the attach code Reviewed-by: alanb, dfuchs, jbachorik
Sun, 07 Sep 2014 23:04:09 +0400 8049343: (tz) Support tzdata2014g
aefimov [Sun, 07 Sep 2014 23:04:09 +0400] rev 26452
8049343: (tz) Support tzdata2014g Reviewed-by: mfang, okutsu
Fri, 29 Aug 2014 14:50:15 -0700 8056951: pico-optimize contains(Object) methods
martin [Fri, 29 Aug 2014 14:50:15 -0700] rev 26451
8056951: pico-optimize contains(Object) methods Summary: use idiiom >= 0 consistently to check for valid index Reviewed-by: mduigou
Fri, 05 Sep 2014 15:09:05 +0200 8057686: Clean up ProblemList.txt
ykantser [Fri, 05 Sep 2014 15:09:05 +0200] rev 26450
8057686: Clean up ProblemList.txt Reviewed-by: jbachorik
Fri, 05 Sep 2014 12:18:31 +0100 8029516: (fs) WatchKey cancel unreliable on Windows
alanb [Fri, 05 Sep 2014 12:18:31 +0100] rev 26449
8029516: (fs) WatchKey cancel unreliable on Windows Reviewed-by: chegar
Fri, 05 Sep 2014 10:54:28 +0200 8056248: Improve ForkJoin thread throttling
dl [Fri, 05 Sep 2014 10:54:28 +0200] rev 26448
8056248: Improve ForkJoin thread throttling Reviewed-by: psandoz, martin
Thu, 11 Sep 2014 09:08:56 -0700 Added tag jdk9-b30 for changeset dfdf7c92f55e
katleman [Thu, 11 Sep 2014 09:08:56 -0700] rev 26447
Added tag jdk9-b30 for changeset dfdf7c92f55e
Wed, 05 Jul 2017 20:00:24 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:24 +0200] rev 26446
Merge
Thu, 11 Sep 2014 14:28:30 -0700 Merge
lana [Thu, 11 Sep 2014 14:28:30 -0700] rev 26445
Merge
Thu, 11 Sep 2014 12:18:02 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:02 -0700] rev 26444
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Wed, 10 Sep 2014 19:36:46 -0700 Merge
lana [Wed, 10 Sep 2014 19:36:46 -0700] rev 26443
Merge
Thu, 04 Sep 2014 22:59:17 -0700 Merge
kvn [Thu, 04 Sep 2014 22:59:17 -0700] rev 26442
Merge
Wed, 03 Sep 2014 14:39:13 +0200 8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
simonis [Wed, 03 Sep 2014 14:39:13 +0200] rev 26441
8057129: Fix AIX build after the Extend CompileCommand=option change 8055286 Reviewed-by: kvn
Sat, 02 Aug 2014 06:15:23 +0200 8057038: Speculative traps not robust when compilation and class unloading are concurrent
roland [Sat, 02 Aug 2014 06:15:23 +0200] rev 26440
8057038: Speculative traps not robust when compilation and class unloading are concurrent Summary: speculative traps can be removed from MDO while being copied by compiler Reviewed-by: kvn, iveresov
Wed, 03 Sep 2014 15:29:57 +0400 8055904: Develop tests for new command-line options related to SHA intrinsics
fzhinkin [Wed, 03 Sep 2014 15:29:57 +0400] rev 26439
8055904: Develop tests for new command-line options related to SHA intrinsics Reviewed-by: kvn, iignatyev
Wed, 03 Sep 2014 15:26:06 +0400 8055903: Develop sanity tests on SPARC's SHA instructions support
fzhinkin [Wed, 03 Sep 2014 15:26:06 +0400] rev 26438
8055903: Develop sanity tests on SPARC's SHA instructions support Reviewed-by: kvn, iignatyev
Wed, 03 Sep 2014 15:24:26 +0400 8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality
fzhinkin [Wed, 03 Sep 2014 15:24:26 +0400] rev 26437
8056091: Move compiler/intrinsics/mathexact/sanity/Verifier to compiler/testlibrary and extend its functionality Reviewed-by: kvn, iignatyev
Wed, 27 Aug 2014 17:37:18 +0200 8055946: assert(result == NULL || result->is_oop()) failed: must be oop
roland [Wed, 27 Aug 2014 17:37:18 +0200] rev 26436
8055946: assert(result == NULL || result->is_oop()) failed: must be oop Summary: caller of popped frame doesn't have valid result during deoptimization Reviewed-by: kvn
Fri, 29 Aug 2014 16:32:29 +0200 8055910: closed/java/util/Collections/CheckedCollections.java failed with ClassCastException not thrown
roland [Fri, 29 Aug 2014 16:32:29 +0200] rev 26435
8055910: closed/java/util/Collections/CheckedCollections.java failed with ClassCastException not thrown Summary: missing subtype check for Arrays.copyOf intrinsic Reviewed-by: kvn, iveresov
Tue, 02 Sep 2014 12:48:45 -0700 8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method
kvn [Tue, 02 Sep 2014 12:48:45 -0700] rev 26434
8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
Tue, 02 Sep 2014 10:26:48 -0700 8056964: JDK-8055286 changes are incomplete.
kvn [Tue, 02 Sep 2014 10:26:48 -0700] rev 26433
8056964: JDK-8055286 changes are incomplete. Summary: added ccstr and ccstrlist types to compilerOracle 'option' command Reviewed-by: roland
Fri, 29 Aug 2014 19:45:49 -0400 8054292: code comments leak in fastdebug builds
drchase [Fri, 29 Aug 2014 19:45:49 -0400] rev 26432
8054292: code comments leak in fastdebug builds Summary: Added deallocation to destructor; hardened interface against misuse Reviewed-by: kvn
Fri, 29 Aug 2014 13:46:50 +0000 Merge
thartmann [Fri, 29 Aug 2014 13:46:50 +0000] rev 26431
Merge
Fri, 29 Aug 2014 15:32:16 +0200 8055286: Extend CompileCommand=option to handle numeric parameters
zmajo [Fri, 29 Aug 2014 15:32:16 +0200] rev 26430
8055286: Extend CompileCommand=option to handle numeric parameters Summary: Changed CompileCommand=option to handle "extended" parameters: Klass::method,type,flag,value. Types supported are bool, intx, and uintx. Reviewed-by: kvn, roland
Fri, 29 Aug 2014 14:46:35 +0200 8056067: NodeHash debug variables are available in product build
thartmann [Fri, 29 Aug 2014 14:46:35 +0200] rev 26429
8056067: NodeHash debug variables are available in product build Summary: Make NodeHash debug variables only available in debug/optimized build. Reviewed-by: kvn, roland
Thu, 28 Aug 2014 23:30:13 +0400 8056223: typo in export_optimized_jdk
iignatyev [Thu, 28 Aug 2014 23:30:13 +0400] rev 26428
8056223: typo in export_optimized_jdk Reviewed-by: kvn
Thu, 04 Sep 2014 13:45:39 -0700 Merge
jmasa [Thu, 04 Sep 2014 13:45:39 -0700] rev 26427
Merge
Thu, 04 Sep 2014 12:25:05 -0700 Merge
jmasa [Thu, 04 Sep 2014 12:25:05 -0700] rev 26426
Merge
Wed, 03 Sep 2014 15:07:47 +0000 Merge
tschatzl [Wed, 03 Sep 2014 15:07:47 +0000] rev 26425
Merge
Wed, 03 Sep 2014 17:01:57 +0200 8057143: Incomplete renaming of variables containing "hrs" to "hrm" related to HeapRegionSeq
tschatzl [Wed, 03 Sep 2014 17:01:57 +0200] rev 26424
8057143: Incomplete renaming of variables containing "hrs" to "hrm" related to HeapRegionSeq Summary: Fixup the remaining variable names. Reviewed-by: tonyp, jwilhelm
Wed, 03 Sep 2014 12:45:14 +0200 8057037: Verification in ClassLoaderData::is_alive is too slow
stefank [Wed, 03 Sep 2014 12:45:14 +0200] rev 26423
8057037: Verification in ClassLoaderData::is_alive is too slow Reviewed-by: brutisso, mgerdin, tschatzl
Fri, 29 Aug 2014 13:12:21 +0200 8048268: G1 Code Root Migration performs poorly
mgerdin [Fri, 29 Aug 2014 13:12:21 +0200] rev 26422
8048268: G1 Code Root Migration performs poorly Summary: Replace G1CodeRootSet with a Hashtable based implementation, merge Code Root Migration phase into Code Root Scanning Reviewed-by: jmasa, brutisso, tschatzl
Fri, 29 Aug 2014 13:08:01 +0200 8056084: Refactor Hashtable to allow implementations without rehashing support
mgerdin [Fri, 29 Aug 2014 13:08:01 +0200] rev 26421
8056084: Refactor Hashtable to allow implementations without rehashing support Reviewed-by: gziemski, jmasa, brutisso, coleenp, tschatzl
Wed, 03 Sep 2014 17:30:23 -0400 8057147: [TESTBUG] Platform.isDebugBuild() doesn't work on all build types
ctornqvi [Wed, 03 Sep 2014 17:30:23 -0400] rev 26420
8057147: [TESTBUG] Platform.isDebugBuild() doesn't work on all build types Summary: Check java.version for debug string as well Reviewed-by: gtriantafill, hseigel, sla, acorn, dcubed
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip