author | rkennke |
Mon, 03 Jun 2019 21:28:45 +0200 | |
changeset 55158 | d3e404cc3972 |
parent 55157 | 1cccaaf46c7b |
child 55159 | a38132298eda |
src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp | file | annotate | diff | comparison | revisions |
--- a/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp Mon Jun 03 10:52:18 2019 -0700 +++ b/src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp Mon Jun 03 21:28:45 2019 +0200 @@ -30,10 +30,6 @@ #include "gc/shenandoah/shenandoahThreadLocalData.hpp" #include "gc/shenandoah/c1/shenandoahBarrierSetC1.hpp" -#ifndef PATCHED_ADDR -#define PATCHED_ADDR (max_jint) -#endif - #ifdef ASSERT #define __ gen->lir(__FILE__, __LINE__)-> #else