I just made the last round of checkins to make JSS work with NSS shared
libraries. JSS now links against the SO with no undefined symbols. I had
to make a few changes in NSS to accomodate this--you can see them in
tinderbox.
The benefit of this is now you can run JSS and NSS in the same process.
Previously, JSS was statically linked to NSS, so if you tried to use the
NSS code from C, there were two different copies of NSS dueling for
shared resources.
I'm going to start doing some rigorous testing to make sure everything
works right.