--- old/src/cpu/ppc/vm/templateTable_ppc_64.cpp 2015-01-28 17:53:26.602913823 -0500 +++ new/src/cpu/ppc/vm/templateTable_ppc_64.cpp 2015-01-28 17:53:26.510908508 -0500 @@ -143,7 +143,6 @@ } break; case BarrierSet::ModRef: - case BarrierSet::Other: ShouldNotReachHere(); break; default: --- old/src/cpu/sparc/vm/templateTable_sparc.cpp 2015-01-28 17:53:26.926932542 -0500 +++ new/src/cpu/sparc/vm/templateTable_sparc.cpp 2015-01-28 17:53:26.834927227 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. 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 @@ -115,7 +115,6 @@ } break; case BarrierSet::ModRef: - case BarrierSet::Other: ShouldNotReachHere(); break; default : --- old/src/cpu/x86/vm/templateTable_x86_32.cpp 2015-01-28 17:53:27.246951030 -0500 +++ new/src/cpu/x86/vm/templateTable_x86_32.cpp 2015-01-28 17:53:27.154945715 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, Oracle and/or its affiliates. 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 @@ -185,7 +185,6 @@ } break; case BarrierSet::ModRef: - case BarrierSet::Other: if (val == noreg) { __ movptr(obj, NULL_WORD); } else { --- old/src/cpu/x86/vm/templateTable_x86_64.cpp 2015-01-28 17:53:27.566969518 -0500 +++ new/src/cpu/x86/vm/templateTable_x86_64.cpp 2015-01-28 17:53:27.478964434 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2015, Oracle and/or its affiliates. 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 @@ -189,7 +189,6 @@ } break; case BarrierSet::ModRef: - case BarrierSet::Other: if (val == noreg) { __ store_heap_oop_null(obj); } else { --- old/src/share/vm/c1/c1_LIRGenerator.cpp 2015-01-28 17:53:27.894988469 -0500 +++ new/src/share/vm/c1/c1_LIRGenerator.cpp 2015-01-28 17:53:27.802983153 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2015, Oracle and/or its affiliates. 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 @@ -1432,7 +1432,6 @@ // No pre barriers break; case BarrierSet::ModRef: - case BarrierSet::Other: // No pre barriers break; default : @@ -1454,7 +1453,6 @@ CardTableModRef_post_barrier(addr, new_val); break; case BarrierSet::ModRef: - case BarrierSet::Other: // No post barriers break; default : --- old/src/share/vm/memory/barrierSet.hpp 2015-01-28 17:53:28.375016201 -0500 +++ new/src/share/vm/memory/barrierSet.hpp 2015-01-28 17:53:28.131002104 -0500 @@ -39,8 +39,7 @@ CardTableModRef, CardTableExtension, G1SATBCT, - G1SATBCTLogging, - Other + G1SATBCTLogging }; enum Flags { --- old/src/share/vm/opto/graphKit.cpp 2015-01-28 17:53:28.667033071 -0500 +++ new/src/share/vm/opto/graphKit.cpp 2015-01-28 17:53:28.575027756 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2015, Oracle and/or its affiliates. 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 @@ -1528,7 +1528,6 @@ case BarrierSet::ModRef: break; - case BarrierSet::Other: default : ShouldNotReachHere(); @@ -1547,7 +1546,6 @@ case BarrierSet::ModRef: return true; // There is no pre-barrier - case BarrierSet::Other: default : ShouldNotReachHere(); } @@ -1578,7 +1576,6 @@ case BarrierSet::ModRef: break; - case BarrierSet::Other: default : ShouldNotReachHere(); --- old/src/share/vm/runtime/vmStructs.cpp 2015-01-28 17:53:29.003052484 -0500 +++ new/src/share/vm/runtime/vmStructs.cpp 2015-01-28 17:53:28.907046937 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015, Oracle and/or its affiliates. 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 @@ -2213,7 +2213,6 @@ declare_constant(BarrierSet::CardTableExtension) \ declare_constant(BarrierSet::G1SATBCT) \ declare_constant(BarrierSet::G1SATBCTLogging) \ - declare_constant(BarrierSet::Other) \ \ declare_constant(BlockOffsetSharedArray::LogN) \ declare_constant(BlockOffsetSharedArray::LogN_words) \