Thu, 25 Jul 2013 03:18:14 -0700 Added tag jdk8-b100 for changeset e7387def0ed3
cl [Thu, 25 Jul 2013 03:18:14 -0700] rev 18968
Added tag jdk8-b100 for changeset e7387def0ed3
Wed, 05 Jul 2017 19:05:18 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:18 +0200] rev 18967
Merge
Thu, 25 Jul 2013 03:19:11 -0700 Added tag jdk8-b100 for changeset d7b96032a966
cl [Thu, 25 Jul 2013 03:19:11 -0700] rev 18966
Added tag jdk8-b100 for changeset d7b96032a966
Wed, 05 Jul 2017 19:05:15 +0200 Merge
duke [Wed, 05 Jul 2017 19:05:15 +0200] rev 18965
Merge
Fri, 26 Jul 2013 03:48:16 -0700 Added tag hs25-b43 for changeset b29dcea3e5a4
amurillo [Fri, 26 Jul 2013 03:48:16 -0700] rev 18964
Added tag hs25-b43 for changeset b29dcea3e5a4
Fri, 26 Jul 2013 03:48:15 -0700 Merge
amurillo [Fri, 26 Jul 2013 03:48:15 -0700] rev 18963
Merge
Thu, 25 Jul 2013 18:12:02 -0400 Merge
jiangli [Thu, 25 Jul 2013 18:12:02 -0400] rev 18962
Merge
Wed, 24 Jul 2013 19:23:26 -0400 8020799: Allow customization of hotspot source directories and files
dholmes [Wed, 24 Jul 2013 19:23:26 -0400] rev 18961
8020799: Allow customization of hotspot source directories and files Reviewed-by: kvn, dlong
Wed, 24 Jul 2013 13:54:03 -0700 Merge
morris [Wed, 24 Jul 2013 13:54:03 -0700] rev 18960
Merge
Fri, 19 Jul 2013 13:59:25 -0700 Merge
morris [Fri, 19 Jul 2013 13:59:25 -0700] rev 18959
Merge
Mon, 15 Jul 2013 10:28:32 -0700 8020433: Crash when using -XX:+RestoreMXCSROnJNICalls
kvn [Mon, 15 Jul 2013 10:28:32 -0700] rev 18958
8020433: Crash when using -XX:+RestoreMXCSROnJNICalls Summary: remove StubRoutines::x86::_mxcsr_std and use StubRoutines::_mxcsr_std Reviewed-by: jrose
Mon, 15 Jul 2013 06:27:46 -0700 Merge
morris [Mon, 15 Jul 2013 06:27:46 -0700] rev 18957
Merge
Fri, 12 Jul 2013 14:03:10 -0700 8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier()
kvn [Fri, 12 Jul 2013 14:03:10 -0700] rev 18956
8007898: Incorrect optimization of Memory Barriers in Matcher::post_store_load_barrier() Summary: generate one "fat" membar instead of set of barriers for volitile store Reviewed-by: roland
Fri, 12 Jul 2013 14:01:37 -0700 8020215: Different execution plan when using JIT vs interpreter
kvn [Fri, 12 Jul 2013 14:01:37 -0700] rev 18955
8020215: Different execution plan when using JIT vs interpreter Summary: fix bytecode analyzer Reviewed-by: twisti
Tue, 23 Jul 2013 12:50:15 -0700 Merge
minqi [Tue, 23 Jul 2013 12:50:15 -0700] rev 18954
Merge
Mon, 22 Jul 2013 22:21:57 -0700 Merge
minqi [Mon, 22 Jul 2013 22:21:57 -0700] rev 18953
Merge
Fri, 19 Jul 2013 14:54:54 -0700 8020791: [TESTBUG] runtime/jsig/Test8017498.sh failed to compile native code
ccheung [Fri, 19 Jul 2013 14:54:54 -0700] rev 18952
8020791: [TESTBUG] runtime/jsig/Test8017498.sh failed to compile native code Summary: Added -DLINUX to the gcc command and improved the .sh script Reviewed-by: dcubed, dholmes, minqi
Mon, 22 Jul 2013 17:57:42 -0400 8019632: Method parameters are not copied in clone_with_new_data
emc [Mon, 22 Jul 2013 17:57:42 -0400] rev 18951
8019632: Method parameters are not copied in clone_with_new_data Summary: Add code to copy method parameters data in clone_with_new_data Reviewed-by: coleenp, sspitsyn
Fri, 19 Jul 2013 11:17:19 -0700 Merge
minqi [Fri, 19 Jul 2013 11:17:19 -0700] rev 18950
Merge
Fri, 19 Jul 2013 08:34:48 -0700 8016538: volatile double access via Unsafe.cpp is not atomic
minqi [Fri, 19 Jul 2013 08:34:48 -0700] rev 18949
8016538: volatile double access via Unsafe.cpp is not atomic Summary: volatile jdouble load/store is not atomic, fix by using of existing volatile jlong operations which are atomic for jdouble. Reviewed-by: kvn, vladidan, jrose Contributed-by: david.holmes@oracle.com
Fri, 19 Jul 2013 17:56:27 +0200 8020547: Event based tracing needs a UNICODE string type
mgronlun [Fri, 19 Jul 2013 17:56:27 +0200] rev 18948
8020547: Event based tracing needs a UNICODE string type Reviewed-by: egahlin, rbackman, dcubed, brutisso, acorn
Thu, 18 Jul 2013 18:00:39 -0700 Merge
minqi [Thu, 18 Jul 2013 18:00:39 -0700] rev 18947
Merge
Thu, 18 Jul 2013 14:57:51 -0700 8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed
ccheung [Thu, 18 Jul 2013 14:57:51 -0700] rev 18946
8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed Summary: this fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
Thu, 18 Jul 2013 12:35:55 -0700 Merge
dcubed [Thu, 18 Jul 2013 12:35:55 -0700] rev 18945
Merge
Thu, 18 Jul 2013 12:05:32 -0700 Merge
dcubed [Thu, 18 Jul 2013 12:05:32 -0700] rev 18944
Merge
Wed, 17 Jul 2013 13:48:15 +0200 8020701: Avoid crashes in WatcherThread
rbackman [Wed, 17 Jul 2013 13:48:15 +0200] rev 18943
8020701: Avoid crashes in WatcherThread Reviewed-by: acorn, dcubed, dsimms
Thu, 18 Jul 2013 06:47:15 -0400 8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass())
dholmes [Thu, 18 Jul 2013 06:47:15 -0400] rev 18942
8020697: jniCheck.cpp:check_is_obj_array asserts on TypeArrayKlass::cast(aOop->klass()) Reviewed-by: dcubed, fparain, dholmes Contributed-by: David Simms <david.simms@oracle.com>
Wed, 17 Jul 2013 17:14:50 -0700 Merge
jiangli [Wed, 17 Jul 2013 17:14:50 -0700] rev 18941
Merge
Wed, 17 Jul 2013 18:06:29 -0400 8020309: Eliminate InstanceKlass::_cached_class_file_len.
jiangli [Wed, 17 Jul 2013 18:06:29 -0400] rev 18940
8020309: Eliminate InstanceKlass::_cached_class_file_len. Summary: Use JvmtiCachedClassFileData. Reviewed-by: iklam, sspitsyn, dcubed
Wed, 17 Jul 2013 12:22:57 -0700 8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20
ccheung [Wed, 17 Jul 2013 12:22:57 -0700] rev 18939
8017498: JVM crashes when native code calls sigaction(sig) where sig>=0x20 Summary: Added (sig < MAXSIGNUM) check in jsig.c Reviewed-by: dholmes, acorn
Wed, 12 Jun 2013 11:17:39 +0200 8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()'
rbackman [Wed, 12 Jun 2013 11:17:39 +0200] rev 18938
8016131: nsk/sysdict/vm/stress/chain tests crash the VM in 'entry_frame_is_first()' Reviewed-by: jrose, kvn, mgronlun
Tue, 16 Jul 2013 07:33:29 +0200 6671508: JNI GetPrimitiveArrayCritical should not be callable on object arrays
mgerdin [Tue, 16 Jul 2013 07:33:29 +0200] rev 18937
6671508: JNI GetPrimitiveArrayCritical should not be callable on object arrays Summary: Checked JNI now reports error for Get/ReleasePrimitiveArrayCritical on object arrays Reviewed-by: dholmes, acorn Contributed-by: david.simms@oracle.com
Mon, 15 Jul 2013 23:23:15 -0400 8015759: hotspot changes needed to compile with Visual Studio 2012
dholmes [Mon, 15 Jul 2013 23:23:15 -0400] rev 18936
8015759: hotspot changes needed to compile with Visual Studio 2012 Reviewed-by: anthony, dholmes, dcubed Contributed-by: Tim Bell <timothy.bell@oracle.com>
Mon, 15 Jul 2013 12:06:50 +0200 Merge
rbackman [Mon, 15 Jul 2013 12:06:50 +0200] rev 18935
Merge
Mon, 15 Jul 2013 11:35:10 +0200 8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change
rbackman [Mon, 15 Jul 2013 11:35:10 +0200] rev 18934
8019324: assert(_f2 == 0 || _f2 == f2) failed: illegal field change Reviewed-by: dholmes, rbackman Contributed-by: David Simms <david.simms@oracle.com>
Mon, 15 Jul 2013 00:23:48 -0700 Merge
fparain [Mon, 15 Jul 2013 00:23:48 -0700] rev 18933
Merge
Fri, 12 Jul 2013 20:47:23 +0200 Merge
ctornqvi [Fri, 12 Jul 2013 20:47:23 +0200] rev 18932
Merge
Fri, 12 Jul 2013 18:43:27 +0200 7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand
allwin [Fri, 12 Jul 2013 18:43:27 +0200] rev 18931
7162400: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Summary: Intermittent java.io.IOException: Bad file number during HotSpotVirtualMachine.executeCommand Reviewed-by: dcubed, dholmes, sspitsyn, mgerdin, ctornqvi, dsamersoff
Fri, 12 Jul 2013 04:35:52 -0700 Merge
zgu [Fri, 12 Jul 2013 04:35:52 -0700] rev 18930
Merge
Thu, 11 Jul 2013 13:15:12 -0400 8012241: NMT huge memory footprint, it usually leads to OOME
zgu [Thu, 11 Jul 2013 13:15:12 -0400] rev 18929
8012241: NMT huge memory footprint, it usually leads to OOME Summary: Enforce memory limitation on NMT to prevent JVM OOM Reviewed-by: acorn, dcubed, minqi
Wed, 10 Jul 2013 15:49:15 +0000 7143807: ResourceMark nesting problem in stringStream
fparain [Wed, 10 Jul 2013 15:49:15 +0000] rev 18928
7143807: ResourceMark nesting problem in stringStream Reviewed-by: kvn, dcubed
Thu, 18 Jul 2013 09:35:02 -0700 8020797: new hotspot build - hs25-b43
amurillo [Thu, 18 Jul 2013 09:35:02 -0700] rev 18927
8020797: new hotspot build - hs25-b43 Reviewed-by: jcoomes
Thu, 25 Jul 2013 03:18:31 -0700 Added tag jdk8-b100 for changeset 9493b1a85536
cl [Thu, 25 Jul 2013 03:18:31 -0700] rev 18926
Added tag jdk8-b100 for changeset 9493b1a85536
Thu, 25 Jul 2013 03:18:11 -0700 Added tag jdk8-b100 for changeset 2c6e85d3bb72
cl [Thu, 25 Jul 2013 03:18:11 -0700] rev 18925
Added tag jdk8-b100 for changeset 2c6e85d3bb72
Wed, 05 Jul 2017 19:04:57 +0200 Added tag jdk8-b100 for changeset 3d34036aae4e
duke [Wed, 05 Jul 2017 19:04:57 +0200] rev 18924
Added tag jdk8-b100 for changeset 3d34036aae4e
Wed, 05 Jul 2017 19:04:56 +0200 Merge jdk8-b100
duke [Wed, 05 Jul 2017 19:04:56 +0200] rev 18923
Merge
Wed, 05 Jul 2017 19:04:53 +0200 Merge
duke [Wed, 05 Jul 2017 19:04:53 +0200] rev 18922
Merge
Mon, 22 Jul 2013 17:39:45 -0700 Merge
lana [Mon, 22 Jul 2013 17:39:45 -0700] rev 18921
Merge
Wed, 17 Jul 2013 10:40:53 -0700 Merge
lana [Wed, 17 Jul 2013 10:40:53 -0700] rev 18920
Merge
Wed, 17 Jul 2013 15:08:58 +0200 8020586: Warning produced for an incorrect file
jlahoda [Wed, 17 Jul 2013 15:08:58 +0200] rev 18919
8020586: Warning produced for an incorrect file Summary: Always using DeferredLintHandler.immediateHandler when processing import classes Reviewed-by: mcimadamore
Wed, 17 Jul 2013 14:21:12 +0100 8019942: Graph inference: avoid redundant computation during bound incorporation
mcimadamore [Wed, 17 Jul 2013 14:21:12 +0100] rev 18918
8019942: Graph inference: avoid redundant computation during bound incorporation Summary: Bound incorporation should not perform same operation multiple times Reviewed-by: jjg
Wed, 17 Jul 2013 14:19:25 +0100 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
mcimadamore [Wed, 17 Jul 2013 14:19:25 +0100] rev 18917
8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact Summary: Disable certain varargs warnings when compiling polymorphic signature calls Reviewed-by: jjg
Wed, 17 Jul 2013 14:19:02 +0100 8020149: Graph inference: wrong logic for picking best variable to solve
mcimadamore [Wed, 17 Jul 2013 14:19:02 +0100] rev 18916
8020149: Graph inference: wrong logic for picking best variable to solve Summary: Replace logic for selecting best inference leaf in the graph during an unsticking round Reviewed-by: jjg
Wed, 17 Jul 2013 14:16:25 +0100 8016640: compiler hangs if the generics arity of a base class is wrong
mcimadamore [Wed, 17 Jul 2013 14:16:25 +0100] rev 18915
8016640: compiler hangs if the generics arity of a base class is wrong Summary: Check.checkCompatibleConcretes hang when javac creates synthetic supertypes for 269 model API Reviewed-by: jjg
Wed, 17 Jul 2013 14:14:49 +0100 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
mcimadamore [Wed, 17 Jul 2013 14:14:49 +0100] rev 18914
7041019: Bogus type-variable substitution with array types with dependencies on accessibility check Summary: call to upperBound() when performing type-variable substitution on element type leads to unsoundness Reviewed-by: jjg
Wed, 17 Jul 2013 14:14:32 +0100 8020286: Wrong diagnostic after compaction
mcimadamore [Wed, 17 Jul 2013 14:14:32 +0100] rev 18913
8020286: Wrong diagnostic after compaction Summary: compact diagnostic shows the least relevant method in the list Reviewed-by: jjg
Wed, 17 Jul 2013 14:13:15 +0100 8020147: Spurious errors when compiling nested stuck lambdas
mcimadamore [Wed, 17 Jul 2013 14:13:15 +0100] rev 18912
8020147: Spurious errors when compiling nested stuck lambdas Summary: Scope of deferred types is not copied correctly; postAttr analyzer should not run on stuck expressions Reviewed-by: jjg
Wed, 17 Jul 2013 14:11:41 +0100 8012238: Nested method capture and inference
mcimadamore [Wed, 17 Jul 2013 14:11:41 +0100] rev 18911
8012238: Nested method capture and inference 8008200: java/lang/Class/asSubclass/BasicUnit.java fails to compile Summary: Inference support should be more flexible w.r.t. nested method calls returning captured types Reviewed-by: jjg, vromero
Wed, 17 Jul 2013 14:09:46 +0100 8016175: Add bottom-up type-checking support for unambiguous method references
mcimadamore [Wed, 17 Jul 2013 14:09:46 +0100] rev 18910
8016175: Add bottom-up type-checking support for unambiguous method references Summary: Type-checking of non-overloaded method references should be independent from target-type Reviewed-by: jjg, vromero
Wed, 17 Jul 2013 14:04:01 +0100 8012242: Lambda compatibility and checked exceptions
mcimadamore [Wed, 17 Jul 2013 14:04:01 +0100] rev 18909
8012242: Lambda compatibility and checked exceptions Summary: Inference variables in 'throws' clause with no constraints should be inferred as RuntimeException Reviewed-by: jjg, vromero
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip