javapathfinder / jpf-core

JPF is an extensible software analysis framework for Java bytecode. jpf-core is the basis for all JPF projects; you always need to install it. It contains the basic VM and model checking infrastructure, and can be used to check for concurrency defects like deadlocks, and unhandled exceptions like NullPointerExceptions and AssertionErrors.
517 stars 326 forks source link

add getAndBitwiseAndInt(), weakCompareAndSetInt(), and put???Opaque()… #468

Closed eklaDFF closed 5 days ago

eklaDFF commented 6 days ago

… methods in Unsafe.java class

cyrille-artho commented 5 days ago

Thanks!