RFR: 8168914: Crash in ClassLoaderData/JNIHandleBlock::oops_do during concurrent marking

Kim Barrett kim.barrett at oracle.com
Tue Feb 21 02:26:25 UTC 2017


> On Feb 20, 2017, at 9:05 PM, David Holmes <david.holmes at oracle.com> wrote:
> BTW not sure about nested classes in C++ but does anything in ChunkHandleList need to be public?

Yes.  The outer class has no special access rights on the inner class.

For C++03 the inner class has no special access rights on the outer class either.
That was fixed in C++11.



More information about the hotspot-dev mailing list