stuefe [Tue, 10 Sep 2019 15:05:00 +0200] rev 58070
Fix class space display issue in metaspace report
stuefe [Tue, 10 Sep 2019 14:31:38 +0200] rev 58069
Remove always-use-class-space feature
mgronlun [Tue, 10 Sep 2019 13:14:36 +0200] rev 58068
restructuring in JfrRecorderService
stuefe [Tue, 10 Sep 2019 12:53:00 +0200] rev 58067
commit granule size must not be smaller than native page size
pliden [Tue, 10 Sep 2019 11:11:31 +0200] rev 58066
8230566: ZGC: Don't substitute klass pointer during array clearing
Reviewed-by: stefank, eosterlund
mbaesken [Mon, 09 Sep 2019 16:34:45 +0200] rev 58065
8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
Reviewed-by: prr, stuefe
mbaesken [Fri, 06 Sep 2019 16:15:11 +0200] rev 58064
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
Reviewed-by: mdoerr
stuefe [Tue, 10 Sep 2019 09:24:05 +0200] rev 58063
Initial changes for new metaspace. Only tested for Linux x64.
xgong [Tue, 10 Sep 2019 14:52:53 +0800] rev 58062
8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
Reviewed-by: dlong
chagedorn [Tue, 10 Sep 2019 08:43:33 +0200] rev 58061
8225653: Provide more information when hitting SIGILL from HaltNode
Summary: Add information string for each HaltNode which is printed if hit at runtime.
Reviewed-by: vlivanov, thartmann