/hg/icedtea8-forest/hotspot: S8078504, PR3094: Zero fails to build
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Jul 18 05:27:39 UTC 2016
changeset 6000574e256d in /hg/icedtea8-forest/hotspot
details: http://icedtea.classpath.org/hg/icedtea8-forest/hotspot?cmd=changeset;node=6000574e256d
author: sgehwolf
date: Sun Jul 17 18:54:24 2016 +0100
S8078504, PR3094: Zero fails to build
Reviewed-by: kvn, simonis
diffstat:
src/cpu/zero/vm/vm_version_zero.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r bb14c5df7088 -r 6000574e256d src/cpu/zero/vm/vm_version_zero.hpp
--- a/src/cpu/zero/vm/vm_version_zero.hpp Thu Jul 14 04:02:40 2016 +0100
+++ b/src/cpu/zero/vm/vm_version_zero.hpp Sun Jul 17 18:54:24 2016 +0100
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2007 Red Hat, Inc.
+ * Copyright 2015 Red Hat, Inc.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -34,6 +34,7 @@
static const char* cpu_features() {
return "";
}
+ static void initialize();
};
#endif // CPU_ZERO_VM_VM_VERSION_ZERO_HPP
More information about the distro-pkg-dev
mailing list