--- old/src/cpu/x86/vm/stubGenerator_x86_32.cpp 2017-07-14 18:05:30.682233039 +0200 +++ new/src/cpu/x86/vm/stubGenerator_x86_32.cpp 2017-07-14 18:05:30.526233044 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, 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 @@ -433,7 +433,7 @@ //---------------------------------------------------------------------------------------------------- - // Support for jint Atomic::xchg(jint exchange_value, volatile jint* dest) + // Support for int32_t Atomic::specialized_xchg(int32_t exchange_value, volatile int32_t* dest) // // xchg exists as far back as 8086, lock needed for MP only // Stack layout immediately after call: