You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The HotSpot team owns two components in JBS: hotspot and core-svc.

TeamJBS componentJBS query
Compilerhotspot / compilercomponent = hotspot AND Subcomponent = compiler
GChotspot / gccomponent = hotspot AND Subcomponent = gc
Runtime

hotspot / runtime

hotspot / jfr

component = hotspot AND Subcomponent in (runtime, jfr)

Serviceability

hotspot / jvmti

hotspot / svc

core-svc

core-svc / debugger

core-svc / tools

core-svc / java.lang.instrument

tools / hprof

( (component = hotspot AND Subcomponent in (jvmti, svc)) OR
(component = core-svc AND (Subcomponent is EMPTY OR
Subcomponent in (debugger, tools, java.lang.instrument))) OR

(component = tools AND Subcomponent = hprof) )

Monitor and Management

hotspot / svc-agent

core-svc / java.lang.management

core-svc / javax.management

( (component = hotspot AND Subcomponent = svc-agent) OR
(component = core-svc AND (Subcomponent in (java.lang.management, javax.management) )

SQEhotspot / testcomponent = hotspot AND Subcomponent = test
  • No labels