Advertisement
Guest User

Untitled

a guest
Feb 6th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. 30530 >>> openjdk jdk-11.0.2+9 Building
  2. 30531 /accts/mlweber1/bin/make -j1 -C /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9 legacy-jre-image
  3. 30532 Building target 'legacy-jre-image' in configuration 'linux-aarch64-normal-server-release'
  4. 30533 Warning: No mercurial configuration present and no .src-rev
  5. 30534 Compiling 8 files for BUILD_TOOLS_LANGTOOLS
  6. 30535 Creating hotspot/variant-server/tools/adlc/adlc from 13 file(s)
  7. 30536 Compiling 2 files for BUILD_JVMTI_TOOLS
  8. 30537 Compiling 1 files for BUILD_JFR_TOOLS
  9. 30538 Parsing 2 properties into enum-like class for jdk.compiler
  10. 30539 Compiling 13 properties into resource bundles for jdk.javadoc
  11. 30540 Compiling 7 properties into resource bundles for jdk.jshell
  12. 30541 Compiling 12 properties into resource bundles for jdk.jdeps
  13. 30542 Compiling 19 properties into resource bundles for jdk.compiler
  14. 30543 Compiling 117 files for BUILD_java.compiler.interim
  15. 30544 Creating support/modules_libs/java.base/server/libjvm.so from 838 file(s)
  16. 30545 Compiling 394 files for BUILD_jdk.compiler.interim
  17. 30546 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.cpp: In member function 'virtual void B 30546 arrierSetAssembler::store_at(MacroAssembler*, DecoratorSet, BasicType, Address, Register, Register, Register, Register, bool)':
  18. 30547 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.cpp:70:30: error: 'src' was not declare 30547 d in this scope
  19. 30548 __ encode_heap_oop(src);
  20. 30549 ^~~
  21. 30550 In file included from /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotCodeHeap.hpp:27,
  22. 30551 from /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotLoader.cpp:27:
  23. 30552 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotCompiledMethod.hpp:294:3: error: 'NativePltCall' does not name a typ 30552 e; did you mean 'NativeCall'?
  24. 30553 NativePltCall* _call;
  25. 30554 ^~~~~~~~~~~~~
  26. 30555 NativeCall
  27. 30556 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotCompiledMethod.hpp:297:37: error: expected ')' before '*' token
  28. 30557 PltNativeCallWrapper(NativePltCall* call) : _call(call) {}
  29. 30558 ~ ^
  30. 30559 )
  31. 30560 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotCompiledMethod.hpp: In member function 'virtual u_char* PltNativeCal 30560 lWrapper::destination() const':
  32. 30561 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotCompiledMethod.hpp:299:48: error: '_call' was not declared in this s 30561 cope
  33. 30562 virtual address destination() const { return _call->destination(); }
  34. 30563 ^~~~~
  35. 30564 /accts/tmp.l9DqohKrHh/wip_tests/TestOpenJdk/build/openjdk-jdk-11.0.2+9/src/hotspot/share/aot/aotCompiledMethod.hpp:299:48: note: suggested alternative: 'scalbl'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement