stefank [Wed, 18 Oct 2017 21:15:01 +0200] rev 47649
8189360: JvmtiExport::weak_oops_do is called for all JNIHandleBlock instances
Reviewed-by: pliden, kbarrett, sspitsyn
stefank [Wed, 18 Oct 2017 21:13:35 +0200] rev 47648
8189359: Move native weak oops cleaning out of ReferenceProcessor
Reviewed-by: pliden, kbarrett
rkennke [Wed, 18 Oct 2017 21:17:46 +0200] rev 47647
8189276: Make SuspendibleThreadSet and related code available to other GCs
Reviewed-by: zgu, coleenp
ihse [Wed, 18 Oct 2017 14:31:10 +0200] rev 47646
8189607: Remove duplicated jvmticmlr.h
Reviewed-by: sspitsyn, dholmes, erikj
stuefe [Thu, 07 Sep 2017 15:40:20 +0200] rev 47645
8187230: [aix] Leave OS guard page size at default for non-java threads instead of explicitly setting it
Reviewed-by: goetz, dholmes
kbarrett [Tue, 17 Oct 2017 20:21:50 -0400] rev 47644
8187462: IntegralConstant should not be AllStatic
Summary: Changed base class to VALUE_OBJ_CLASS_SPEC
Reviewed-by: coleenp
sspitsyn [Tue, 17 Oct 2017 23:05:35 +0000] rev 47643
Merge
sspitsyn [Tue, 17 Oct 2017 21:50:22 +0000] rev 47642
Merge
sspitsyn [Tue, 17 Oct 2017 14:37:01 -0700] rev 47641
8173936: [TESTBUG] test/serviceability/jvmti/ModuleAwareAgents/ClassFileLoadHook/MAAClassFileLoadHook.java needs to be re-examined
Summary: Expect CFLH events only if can_generate_early_vmstart capability is enabled
Reviewed-by: dholmes, gtriantafill
iklam [Tue, 17 Oct 2017 22:02:10 +0000] rev 47640
Merge
iklam [Tue, 17 Oct 2017 14:06:36 -0700] rev 47639
8176827: Test can't find libXext.so
Summary: Removed references to classes that belong to desktop modules.
Reviewed-by: ccheung, dholmes
iveresov [Tue, 17 Oct 2017 13:52:52 -0700] rev 47638
8189409: [AOT] Fix paths in aot test scripts
Reviewed-by: kvn, gtriantafill
rkennke [Tue, 17 Oct 2017 18:54:03 +0200] rev 47637
8185580: Refactor Threads::possibly_parallel_oops_do() to use Threads::parallel_java_threads_do()
Reviewed-by: dholmes, coleenp
eosterlund [Tue, 17 Oct 2017 08:51:55 +0200] rev 47636
8188919: Generalize GC thread suspend/resume at safepoints
Reviewed-by: pliden, rkennke
jgeorge [Mon, 16 Oct 2017 23:23:27 -0700] rev 47635
8184042: several serviceability/sa tests timed out on MacOS X
Summary: Restore the ptrace attach argument to PT_ATTACH from PT_ATTACHEXC
Reviewed-by: dholmes, sspitsyn, dcubed, poonam, dsamersoff
Contributed-by: jini.george@oracle.com