--- old/src/os/windows/vm/vmError_windows.cpp 2017-02-06 12:02:31.270406000 +0100 +++ new/src/os/windows/vm/vmError_windows.cpp 2017-02-06 12:02:31.071408000 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 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 @@ -67,7 +67,7 @@ } } -// Error reporting canceleation: there is no easy way to implement this on Windows, because we do +// Error reporting cancelleation: there is no easy way to implement this on Windows, because we do // not have an easy way to send signals to threads (aka to cause a win32 Exception in another // thread). We would need something like "RaiseException(HANDLE thread)"... void VMError::reporting_started() {}