-
Bug
-
Resolution: Not an Issue
-
P5
-
None
-
1.1.6
-
generic
-
generic
For the JDK 116 release on the OpenVMS platform running on DIGITAL's
hardware, DIGITAL has changed, the following JDK 116 source file
in the shared part of the JDK.
see bug # 4102107, added another instance of calling allocCacheCleanup()
diff -c -r JDK116/src/share/java/runtime/interpreter.c
sun_JDK116/src/share/java/runtime/interpreter.c
*** JDK116/src/share/java/runtime/interpreter.c Thu May 21 02:04:13 1998
--- sun_JDK116/src/share/java/runtime/interpreter.c Tue May 19 22:42:52 1998
***************
*** 245,253 ****
OSTACK_UNLOCK();
ee->initial_stack = 0;
-
- /* ccg: clean up cache for this ExecEnv. Part of the "mci fix" */
- allocCacheCleanup( &ee->alloc_cache );
}
/*
--- 244,249 ----
hardware, DIGITAL has changed, the following JDK 116 source file
in the shared part of the JDK.
see bug # 4102107, added another instance of calling allocCacheCleanup()
diff -c -r JDK116/src/share/java/runtime/interpreter.c
sun_JDK116/src/share/java/runtime/interpreter.c
*** JDK116/src/share/java/runtime/interpreter.c Thu May 21 02:04:13 1998
--- sun_JDK116/src/share/java/runtime/interpreter.c Tue May 19 22:42:52 1998
***************
*** 245,253 ****
OSTACK_UNLOCK();
ee->initial_stack = 0;
-
- /* ccg: clean up cache for this ExecEnv. Part of the "mci fix" */
- allocCacheCleanup( &ee->alloc_cache );
}
/*
--- 244,249 ----
- relates to
-
JDK-4102107 allocCacheCleanup() is never called for thread local storage for objects/handleW
-
- Closed
-