OQL

 select objectid(o) from com.szgmt.gcenter.service.impl.ActiveTestHandlerImpl o   1977462952






      select 
   map(heap.findObject(1977462952).validCache,
     function tally(obj) { 
          return map(filter(reachables(obj),"it!=null&&it.key!=null && it.key.value.toString()=='1.18.133'"),
function a(o){
var b= o.key;

         return b==null?toHtml(b):b.value.toString();
}
);
     }
   );

你可能感兴趣的:(OQL)