Bad definition of EE2SysThread -
------------------------------
EE2Systhread is normally called with a real pointer value as the argument.
The exceptions are in
src/share/javavm/runtime/hprof.c
src/share/javavm/runtime/threads.c
src/share/javavm/include/threads.h
where it is called with eetop, which is an int64_t.
------------------------------
EE2Systhread is normally called with a real pointer value as the argument.
The exceptions are in
src/share/javavm/runtime/hprof.c
src/share/javavm/runtime/threads.c
src/share/javavm/include/threads.h
where it is called with eetop, which is an int64_t.
- duplicates
-
JDK-4110531 (porting) use of jlong and int64_t must always use macros
-
- Closed
-