Thu, 28 Apr 2016 21:56:38 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 21:56:38 +0000] rev 38117
Merge
Thu, 28 Apr 2016 19:34:13 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 19:34:13 +0000] rev 38116
Merge
Thu, 28 Apr 2016 12:25:16 -0700 8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module
sspitsyn [Thu, 28 Apr 2016 12:25:16 -0700] rev 38115
8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module Summary: Clarify the JVMTI spec Reviewed-by: alanb
Thu, 28 Apr 2016 22:32:06 +0200 Merge
stefank [Thu, 28 Apr 2016 22:32:06 +0200] rev 38114
Merge
Thu, 28 Apr 2016 15:52:08 +0200 8155206: Internal VM test DirectiveParser_test is too verbose
stefank [Thu, 28 Apr 2016 15:52:08 +0200] rev 38113
8155206: Internal VM test DirectiveParser_test is too verbose Reviewed-by: rehn, neliasso
Thu, 28 Apr 2016 13:44:36 -0400 8151342: Add module name/version to class histogram output
hseigel [Thu, 28 Apr 2016 13:44:36 -0400] rev 38112
8151342: Add module name/version to class histogram output Summary: Add additional column to histogram containing module@version Reviewed-by: sundar, gtriantafill
Thu, 28 Apr 2016 09:10:10 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 09:10:10 +0000] rev 38111
Merge
Thu, 28 Apr 2016 00:36:46 -0700 8153749: New capability can_generate_early_class_hook_events
sspitsyn [Thu, 28 Apr 2016 00:36:46 -0700] rev 38110
8153749: New capability can_generate_early_class_hook_events Summary: Add new capability Reviewed-by: alanb, dsamersoff
Wed, 27 Apr 2016 11:25:16 +0200 8155209: Move setting of young index in cset to G1CollectionSet
mgerdin [Wed, 27 Apr 2016 11:25:16 +0200] rev 38109
8155209: Move setting of young index in cset to G1CollectionSet Reviewed-by: sjohanss, ehelin
Wed, 27 Apr 2016 11:40:43 -0700 8154976: UseSharedSpaces error message is incomplete
ccheung [Wed, 27 Apr 2016 11:40:43 -0700] rev 38108
8154976: UseSharedSpaces error message is incomplete Reviewed-by: cjplummer, jiangli, mseledtsov
Wed, 27 Apr 2016 16:02:32 +0200 8155087: Calculation in other_time_ms() is incorrect
sjohanss [Wed, 27 Apr 2016 16:02:32 +0200] rev 38107
8155087: Calculation in other_time_ms() is incorrect Reviewed-by: tschatzl, ehelin
Wed, 27 Apr 2016 16:02:02 +0200 8155082: Refactor mutator region restriction
sjohanss [Wed, 27 Apr 2016 16:02:02 +0200] rev 38106
8155082: Refactor mutator region restriction Reviewed-by: mgerdin, tschatzl
Wed, 27 Apr 2016 13:50:00 +0200 Merge
ehelin [Wed, 27 Apr 2016 13:50:00 +0200] rev 38105
Merge
Wed, 27 Apr 2016 13:01:04 +0200 8155224: Bring back version control history to g1Policy.hpp and g1DefaultPolicy.*
ehelin [Wed, 27 Apr 2016 13:01:04 +0200] rev 38104
8155224: Bring back version control history to g1Policy.hpp and g1DefaultPolicy.* Reviewed-by: pliden, mgerdin, sjohanss
Tue, 26 Apr 2016 12:46:40 +0200 8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long
dsimms [Tue, 26 Apr 2016 12:46:40 +0200] rev 38103
8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long Summary: MonitorInUseLists on by default Reviewed-by: rbackman, mlarsson
Wed, 27 Apr 2016 08:48:39 +0200 8141496: BitMap set operations copy their other BitMap argument
stefank [Wed, 27 Apr 2016 08:48:39 +0200] rev 38102
8141496: BitMap set operations copy their other BitMap argument Reviewed-by: mgerdin, tschatzl
Tue, 26 Apr 2016 20:55:39 +0200 Merge
ppunegov [Tue, 26 Apr 2016 20:55:39 +0200] rev 38101
Merge
Tue, 26 Apr 2016 18:54:37 +0200 Merge
ppunegov [Tue, 26 Apr 2016 18:54:37 +0200] rev 38100
Merge
Tue, 26 Apr 2016 16:50:34 +0300 8155092: [TESTBUG] TestHumongousClassLoader.java needs UnlockDiagnosticVMOptions before WhiteBoxAPI
kzhaldyb [Tue, 26 Apr 2016 16:50:34 +0300] rev 38099
8155092: [TESTBUG] TestHumongousClassLoader.java needs UnlockDiagnosticVMOptions before WhiteBoxAPI Reviewed-by: tschatzl, dfazunen
Tue, 26 Apr 2016 17:46:36 +0200 Merge
erikj [Tue, 26 Apr 2016 17:46:36 +0200] rev 38098
Merge
Tue, 26 Apr 2016 13:35:28 +0200 8150601: Remove the old Hotspot build system
erikj [Tue, 26 Apr 2016 13:35:28 +0200] rev 38097
8150601: Remove the old Hotspot build system Reviewed-by: ihse
Tue, 26 Apr 2016 15:45:20 +0000 Merge
rprotacio [Tue, 26 Apr 2016 15:45:20 +0000] rev 38096
Merge
Tue, 26 Apr 2016 14:22:06 +0000 Merge
rprotacio [Tue, 26 Apr 2016 14:22:06 +0000] rev 38095
Merge
Tue, 26 Apr 2016 09:08:12 -0400 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass
rprotacio [Tue, 26 Apr 2016 09:08:12 -0400] rev 38094
8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass Summary: Converted package() and module() functions to pure virtual functions of Klass Reviewed-by: dholmes, coleenp, lfoltan, hseigel
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 tip