-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 11, 17
-
Component/s: hotspot
-
b26
-
x86
-
windows
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8362430 | 11.0.29 | Kerem Kat | P3 | Resolved | Fixed | b01 |
Our 32 bit Windows build fails with :
d:\test\hotspot\jtreg\serviceability\jvmti\DynamicCodeGenerated\libDynamicCodeGenerated.cpp(49): error C2373: 'Agent_OnLoad': redefinition; different type modifiers
d:\jdk-dev-build\support\modules_include\java.base\jvmti.h(51): note: see declaration of 'Agent_OnLoad'
I think the Agent_onLoad function in test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.cpp must be
JNIEXPORT jint JNICALL Agent_onLoad
to work on 32bit Windows .
d:\test\hotspot\jtreg\serviceability\jvmti\DynamicCodeGenerated\libDynamicCodeGenerated.cpp(49): error C2373: 'Agent_OnLoad': redefinition; different type modifiers
d:\jdk-dev-build\support\modules_include\java.base\jvmti.h(51): note: see declaration of 'Agent_OnLoad'
I think the Agent_onLoad function in test/hotspot/jtreg/serviceability/jvmti/DynamicCodeGenerated/libDynamicCodeGenerated.cpp must be
JNIEXPORT jint JNICALL Agent_onLoad
to work on 32bit Windows .
- backported by
-
JDK-8362430 Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp
-
- Resolved
-
- caused by
-
JDK-8212155 Race condition when posting dynamic_code_generated event leads to JVM crash
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/78b09ab0
-
Commit(master)
openjdk/jdk11u-dev/315ea000
-
Review
openjdk/jdk/4450
-
Review(master)
openjdk/jdk11u-dev/3063
(1 links to)