Javaのオブジェクト参照って64bit環境だと64bitなんだっけ
↓こういうの書くときはvolatile付けたほうがいいのかな?
if (sobj == null) sobj = new Obj();
return sobj;