RFR: JDK-8261873: Windows 32bit build fails in DynamicCodeGenerated\libDynamicCodeGenerated.cpp

Chris Plummer cjplummer at openjdk.java.net
Thu Jun 10 06:32:14 UTC 2021


On Thu, 10 Jun 2021 05:40:51 GMT, Matthias Baesken <mbaesken at openjdk.org> 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'

Marked as reviewed by cjplummer (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/4450


More information about the serviceability-dev mailing list