Hello, please review this small fix for a build error on 32bit Windows. Currently we run into 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'
------------- Commit messages: - JDK-8261873 Changes: https://git.openjdk.java.net/jdk/pull/4450/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4450&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8261873 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/4450.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/4450/head:pull/4450 PR: https://git.openjdk.java.net/jdk/pull/4450
