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

Matthias Baesken mbaesken at openjdk.java.net
Thu Jun 10 05:47:23 UTC 2021


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


More information about the serviceability-dev mailing list