< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/Architecture.java

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 2009, 2019, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2009, 2020, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 38,48 **** * The architecture specific type of a native word. */ private final PlatformKind wordKind; /** ! * The name of this architecture (e.g. "AMD64", "SPARCv9"). */ private final String name; /** * List of all available registers on this architecture. The index of each register in this list --- 38,48 ---- * The architecture specific type of a native word. */ private final PlatformKind wordKind; /** ! * The name of this architecture (e.g. "AMD64"). */ private final String name; /** * List of all available registers on this architecture. The index of each register in this list
< prev index next >