< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2018, 2021, Red Hat, Inc. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.
--- 1,7 ---
  /*
!  * Copyright (c) 2018, 2022, Red Hat, Inc. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

*** 33,11 ***
  #include "runtime/globals_extension.hpp"
  #include "runtime/java.hpp"
  #include "utilities/defaultStream.hpp"
  
  void ShenandoahArguments::initialize() {
! #if !(defined AARCH64 || defined AMD64 || defined IA32 || defined PPC64)
    vm_exit_during_initialization("Shenandoah GC is not supported on this platform.");
  #endif
  
  #if 0 // leave this block as stepping stone for future platforms
    log_warning(gc)("Shenandoah GC is not fully supported on this platform:");
--- 33,11 ---
  #include "runtime/globals_extension.hpp"
  #include "runtime/java.hpp"
  #include "utilities/defaultStream.hpp"
  
  void ShenandoahArguments::initialize() {
! #if !(defined AARCH64 || defined AMD64 || defined IA32 || defined PPC64 || defined RISCV64)
    vm_exit_during_initialization("Shenandoah GC is not supported on this platform.");
  #endif
  
  #if 0 // leave this block as stepping stone for future platforms
    log_warning(gc)("Shenandoah GC is not fully supported on this platform:");
< prev index next >