Wed, 11 May 2016 17:43:23 -0700 8137296: [JVMCI] Enable sharing of debug info by default in all configurations
never [Wed, 11 May 2016 17:43:23 -0700] rev 38673
8137296: [JVMCI] Enable sharing of debug info by default in all configurations Reviewed-by: kvn, twisti
Wed, 11 May 2016 20:27:17 +0000 Merge
twisti [Wed, 11 May 2016 20:27:17 +0000] rev 38672
Merge
Wed, 04 May 2016 12:06:51 +0200 8156025: [JVMCI] make HotSpotResolvedObjectTypeImpl.createField non-public
rschatz [Wed, 04 May 2016 12:06:51 +0200] rev 38671
8156025: [JVMCI] make HotSpotResolvedObjectTypeImpl.createField non-public Reviewed-by: twisti
Wed, 11 May 2016 18:32:38 +0000 Merge
never [Wed, 11 May 2016 18:32:38 +0000] rev 38670
Merge
Wed, 11 May 2016 09:44:39 -0700 8156775: IGV: StringUtils is absent
never [Wed, 11 May 2016 09:44:39 -0700] rev 38669
8156775: IGV: StringUtils is absent Reviewed-by: kvn
Wed, 11 May 2016 16:40:04 +0000 8153782: [JVMCI] update JVMCI sources to Eclipse 4.5.2 format style
dnsimon [Wed, 11 May 2016 16:40:04 +0000] rev 38668
8153782: [JVMCI] update JVMCI sources to Eclipse 4.5.2 format style Reviewed-by: twisti, never
Wed, 11 May 2016 09:13:49 +0200 8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
psandoz [Wed, 11 May 2016 09:13:49 +0200] rev 38667
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable Reviewed-by: twisti
Tue, 10 May 2016 11:48:06 +0200 8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method
dnsimon [Tue, 10 May 2016 11:48:06 +0200] rev 38666
8152311: [JVMCI] allow JVMCI compiler to change the compilation policy for a method Reviewed-by: kvn, never
Tue, 10 May 2016 23:08:42 +0000 Merge
never [Tue, 10 May 2016 23:08:42 +0000] rev 38665
Merge
Tue, 10 May 2016 21:55:27 +0000 Merge
never [Tue, 10 May 2016 21:55:27 +0000] rev 38664
Merge
Tue, 10 May 2016 08:52:43 -0700 8155023: jdk.vm.ci needs to securely export services
dnsimon [Tue, 10 May 2016 08:52:43 -0700] rev 38663
8155023: jdk.vm.ci needs to securely export services Reviewed-by: twisti, kvn, alanb
Tue, 10 May 2016 21:45:32 +0000 Merge
vlivanov [Tue, 10 May 2016 21:45:32 +0000] rev 38662
Merge
Wed, 11 May 2016 00:38:58 +0300 Merge
vlivanov [Wed, 11 May 2016 00:38:58 +0300] rev 38661
Merge
Tue, 10 May 2016 11:18:40 +0200 8156211: [JVMCI] ResolvedJava* interfaces should extend AnnotatedElement
rschatz [Tue, 10 May 2016 11:18:40 +0200] rev 38660
8156211: [JVMCI] ResolvedJava* interfaces should extend AnnotatedElement Reviewed-by: twisti Contributed-by: Vojin Jovanovic <vojin.jovanovic@oracle.com>
Tue, 10 May 2016 12:18:22 +0200 8155719: remove TrustedInterface from JVMCI
rschatz [Tue, 10 May 2016 12:18:22 +0200] rev 38659
8155719: remove TrustedInterface from JVMCI Reviewed-by: twisti
Tue, 03 May 2016 12:23:06 +0200 8140594: Various minor code improvements (compiler)
goetz [Tue, 03 May 2016 12:23:06 +0200] rev 38658
8140594: Various minor code improvements (compiler) Summary: Various minor code improvements (compiler) Reviewed-by: thartmann, kvn
Mon, 09 May 2016 23:49:22 -0700 8144856: fix assert in CompiledStaticCall::set_to_interpreted
jcm [Mon, 09 May 2016 23:49:22 -0700] rev 38657
8144856: fix assert in CompiledStaticCall::set_to_interpreted Summary: trivial cleanup in assert code. Reviewed-by: kvn, goetz, thartmann
Tue, 10 May 2016 00:17:46 -0700 8150016: small typo in ciReplay code
jcm [Tue, 10 May 2016 00:17:46 -0700] rev 38656
8150016: small typo in ciReplay code Summary: changed atol to atoi Reviewed-by: kvn
Tue, 24 May 2016 12:00:15 +0000 Merge
dsamersoff [Tue, 24 May 2016 12:00:15 +0000] rev 38655
Merge
Tue, 24 May 2016 10:03:07 +0000 Merge
dsamersoff [Tue, 24 May 2016 10:03:07 +0000] rev 38654
Merge
Tue, 24 May 2016 12:56:41 +0300 8155957: java.lang.IllegalAccessError: class <foo> (in unnamed module XXX) cannot access class jdk.internal.misc.Unsafe
dsamersoff [Tue, 24 May 2016 12:56:41 +0300] rev 38653
8155957: java.lang.IllegalAccessError: class <foo> (in unnamed module XXX) cannot access class jdk.internal.misc.Unsafe Summary: Added missed exports Reviewed-by: sspitsyn
Tue, 24 May 2016 10:05:03 +0200 8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value
sjohanss [Tue, 24 May 2016 10:05:03 +0200] rev 38652
8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value Reviewed-by: jmasa, sangheki, drwhite
Tue, 24 May 2016 09:07:22 +0200 8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching
zmajo [Tue, 24 May 2016 09:07:22 +0200] rev 38651
8157560: Reserve space for allocation prefetch only in builds that support allocation prefetching Summary: Create the reserved area only in C2-enabled builds. Reviewed-by: kvn, thartmann
Thu, 02 Jun 2016 21:14:51 +0000 Merge
lana [Thu, 02 Jun 2016 21:14:51 +0000] rev 38650
Merge
Tue, 31 May 2016 09:41:15 -0700 Merge
amurillo [Tue, 31 May 2016 09:41:15 -0700] rev 38649
Merge
Thu, 26 May 2016 14:17:03 -0700 Merge
amurillo [Thu, 26 May 2016 14:17:03 -0700] rev 38648
Merge
Mon, 23 May 2016 09:57:17 +0200 8157097: OptionsValidation/TestOptionsWithRanges.java crashes at CompactHashtableWriter::add during StringTable::copy_shared_string
rehn [Mon, 23 May 2016 09:57:17 +0200] rev 38647
8157097: OptionsValidation/TestOptionsWithRanges.java crashes at CompactHashtableWriter::add during StringTable::copy_shared_string Reviewed-by: dholmes, jiangli
Mon, 23 May 2016 08:02:04 +0200 8153723: Change the default logging output for errors and warnings from stderr to stdout
rehn [Mon, 23 May 2016 08:02:04 +0200] rev 38646
8153723: Change the default logging output for errors and warnings from stderr to stdout Reviewed-by: mlarsson, sla
Fri, 20 May 2016 11:30:51 -0700 Merge
amurillo [Fri, 20 May 2016 11:30:51 -0700] rev 38645
Merge
Fri, 20 May 2016 16:39:40 +0000 Merge
ctornqvi [Fri, 20 May 2016 16:39:40 +0000] rev 38644
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip