On Thu, 10 Jun 2021 05:40:51 GMT, Matthias Baesken <[email protected]> wrote:
> 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' This pull request has now been integrated. Changeset: 78b09ab0 Author: Matthias Baesken <[email protected]> URL: https://git.openjdk.java.net/jdk/commit/78b09ab04929871605abba3026ce9833c6e75789 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod 8268463: Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp Reviewed-by: sspitsyn, cjplummer ------------- PR: https://git.openjdk.java.net/jdk/pull/4450
