corba/src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java

Print this page
rev 502 : 8000631: Restrict access to class constructor
Reviewed-by: alanb, ahgross

*** 838,848 **** return codeBaseIOR; // backward compatability 4365188 CodeBase cb; ! ValueHandler vh = ORBUtility.createValueHandler(this); cb = (CodeBase)vh.getRunTimeCodeBase(); return ORBUtility.connectAndGetIOR( this, cb ) ; } --- 838,848 ---- return codeBaseIOR; // backward compatability 4365188 CodeBase cb; ! ValueHandler vh = ORBUtility.createValueHandler(); cb = (CodeBase)vh.getRunTimeCodeBase(); return ORBUtility.connectAndGetIOR( this, cb ) ; }