Can an object instantiated after config_db set()?

In reply to Charlesjjj:

You need to understand the difference between class variables and class handles. the uvm_config_db stores a handle to a my_objoct instance, not a pointer to class variable my_obj.

See my short course on SystemVerilog classes.