Comment #4 on issue 1597 by [email protected]: fail to load v8 at amd64 in the debug mode
http://code.google.com/p/v8/issues/detail?id=1597
Ok, so I need call v8::internal::Isolate::Current()->InitializeLoggingAndCounters(); after create the isolate. It is work very well even I think it's strange to use a internal API do a normal task, maybe v8 should do it when I create or enter a new isolate.
For the second question, I have to check and initialize a new isolate when release the context pointer, because the function may be called by Java in a standalone finalizer thread. Please check the changes for more detail.
http://code.google.com/p/jav8/source/detail?r=42 Thanks anyway! -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
