I was evaluating dbx CR 7193639 (show JNI java frames like pstack)
and learned about libjvm_db.so (see also java CR 4993641 (new libjvm_db
interface needs to be integrated)). But there's no libjvm_db.h in sight!
To my horror I discovered that pstack doesn't include any libjvm_db.h.
Instead it has inlined the declarations from libjvm_db.h into pstack.c.
I'd rather not do this for dbx and have a bona-fide, official, .h to include.
and learned about libjvm_db.so (see also java CR 4993641 (new libjvm_db
interface needs to be integrated)). But there's no libjvm_db.h in sight!
To my horror I discovered that pstack doesn't include any libjvm_db.h.
Instead it has inlined the declarations from libjvm_db.h into pstack.c.
I'd rather not do this for dbx and have a bona-fide, official, .h to include.