mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8220348: [ntintel] asserts about copying unaligned array
Reviewed-by: clanger, stuefe
This commit is contained in:
parent
547e472c42
commit
b1e086a5fc
2 changed files with 6 additions and 3 deletions
|
@ -1164,6 +1164,9 @@ Java_sun_security_jgss_wrapper_GSSLibStub_inquireContext(JNIEnv *env,
|
|||
OM_uint32 time;
|
||||
OM_uint32 flags;
|
||||
int isInitiator, isEstablished;
|
||||
#if defined (_WIN32) && defined (_MSC_VER)
|
||||
__declspec(align(8))
|
||||
#endif
|
||||
jlong result[6];
|
||||
jlongArray jresult;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue