comparison src/share/vm/runtime/vm_operations.hpp @ 14704:b51e29501f30

Merged with jdk9/dev/hotspot changeset 9486a41de3b7
author twisti
date Tue, 18 Mar 2014 20:19:10 -0700
parents d8041d695d19 0d8d78c0329a
children 92aa6797d639
comparison
equal deleted inserted replaced
14647:8f483e200405 14704:b51e29501f30
1 /* 1 /*
2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
72 template(RevokeBias) \ 72 template(RevokeBias) \
73 template(BulkRevokeBias) \ 73 template(BulkRevokeBias) \
74 template(PopulateDumpSharedSpace) \ 74 template(PopulateDumpSharedSpace) \
75 template(JNIFunctionTableCopier) \ 75 template(JNIFunctionTableCopier) \
76 template(RedefineClasses) \ 76 template(RedefineClasses) \
77 template(UpdateForPopTopFrame) \
78 template(SetFramePop) \
77 template(GetOwnedMonitorInfo) \ 79 template(GetOwnedMonitorInfo) \
78 template(GetObjectMonitorUsage) \ 80 template(GetObjectMonitorUsage) \
79 template(GetCurrentContendedMonitor) \ 81 template(GetCurrentContendedMonitor) \
80 template(GetStackTrace) \ 82 template(GetStackTrace) \
81 template(GetMultipleStackTraces) \ 83 template(GetMultipleStackTraces) \