Due to partial code promotion(related to feature #256) in b51, some tests which are designed for testing class loading functionality fail(because of erroneus throwing of LinkageError exception in some situations).
Affected tests are:
runtime/ParallelClassLoading/stress/freeLock/loadClass/tree
runtime/ParallelClassLoading/stress/freeLock/forName/tree
runtime/ParallelClassLoading/stress-redefine/freeLock/loadClass/tree
runtime/ParallelClassLoading/stress-redefine/freeLock/forName/tree
runtime/ParallelClassLoading/InvalidLoading/forName/D-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/T-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/Y-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/D-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/T-hierarchy
runtime/ParallelClassLoading/InvalidLoading/forName/Y-hierarchy
When remaining code will be integrated, these tests will pass.