comparison src/share/vm/prims/jvmtiEnv.cpp @ 7951:8b46b0196eb0

8000692: Remove old KERNEL code Summary: Removed depreciated kernel VM source code from hotspot VM Reviewed-by: dholmes, acorn
author zgu
date Fri, 25 Jan 2013 10:04:08 -0500
parents f34d701e952e
children 5fc51c1ecdeb c115fac239eb
comparison
equal deleted inserted replaced
7950:6cf2530f7fd3 7951:8b46b0196eb0
1 /* 1 /*
2 * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, 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.
645 JvmtiEnv::GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { 645 JvmtiEnv::GetJLocationFormat(jvmtiJlocationFormat* format_ptr) {
646 *format_ptr = JVMTI_JLOCATION_JVMBCI; 646 *format_ptr = JVMTI_JLOCATION_JVMBCI;
647 return JVMTI_ERROR_NONE; 647 return JVMTI_ERROR_NONE;
648 } /* end GetJLocationFormat */ 648 } /* end GetJLocationFormat */
649 649
650 #ifndef JVMTI_KERNEL
651
652 // 650 //
653 // Thread functions 651 // Thread functions
654 // 652 //
655 653
656 // Threads_lock NOT held 654 // Threads_lock NOT held
3434 } 3432 }
3435 } 3433 }
3436 } 3434 }
3437 return err; 3435 return err;
3438 } /* end SetSystemProperty */ 3436 } /* end SetSystemProperty */
3439
3440 #endif // !JVMTI_KERNEL