comparison src/share/vm/opto/runtime.hpp @ 20313:b20a35eae442

8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC Summary: Add C2 SHA intrinsics on SPARC Reviewed-by: kvn, roland Contributed-by: james.cheng@oracle.com
author kvn
date Wed, 11 Jun 2014 11:05:10 -0700
parents 606acabe7b5c
children 166d744df0de
comparison
equal deleted inserted replaced
20312:922c87c9aed4 20313:b20a35eae442
1 /* 1 /*
2 * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1998, 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.
298 static const TypeFunc* array_fill_Type(); 298 static const TypeFunc* array_fill_Type();
299 299
300 static const TypeFunc* aescrypt_block_Type(); 300 static const TypeFunc* aescrypt_block_Type();
301 static const TypeFunc* cipherBlockChaining_aescrypt_Type(); 301 static const TypeFunc* cipherBlockChaining_aescrypt_Type();
302 302
303 static const TypeFunc* sha_implCompress_Type();
304 static const TypeFunc* digestBase_implCompressMB_Type();
305
303 static const TypeFunc* updateBytesCRC32_Type(); 306 static const TypeFunc* updateBytesCRC32_Type();
304 307
305 // leaf on stack replacement interpreter accessor types 308 // leaf on stack replacement interpreter accessor types
306 static const TypeFunc* osr_end_Type(); 309 static const TypeFunc* osr_end_Type();
307 310