-
Bug
-
Resolution: Done
-
Critical
-
2.0.8.Final
-
None
There is a mistake in the initialization of unsafe:
static final Unsafe unsafe = getSecurityManager() != null ? GetUnsafeAction.INSTANCE.run() : doPrivileged(GetUnsafeAction.INSTANCE);
It invokes doPrivileged if SecurityManager is not null, it should be the other way around.
- is incorporated by
-
WFCORE-4619 Upgrade JBoss Marshalling from 2.0.8.Final to 2.0.9.Final
- Closed
-
JBEAP-17278 [GSS](7.2.z) Upgrade JBoss Marshalling from 2.0.7 to 2.0.9
- Closed