Vladimir Kozlov
|
565f8579ac
|
6990015: Incorrect Icache line size is used for 64 bit x86
Correct Icache::line_size for x64 and add verification code into vm_version_x86.
Reviewed-by: never, phh
|
2011-06-28 15:04:39 -07:00 |
|
Tom Deneau
|
899faa3fec
|
7035713: 3DNow Prefetch Instruction Support
The upcoming processors from AMD are the first that support 3dnow prefetch without supporting the 3dnow instruction set.
Reviewed-by: kvn
|
2011-04-11 15:30:31 -07:00 |
|
Stefan Karlsson
|
8006fe8f75
|
6989984: Use standard include model for Hospot
Replaced MakeDeps and the includeDB files with more standardized solutions.
Reviewed-by: coleenp, kvn, kamg
|
2010-11-23 13:22:55 -08:00 |
|
Vladimir Kozlov
|
249b1f6c4f
|
6987135: Performance regression on Intel platform with 32-bits edition between 6u13 and 6u14
Use hardware DIV instruction for long division by constant when it is faster than code with multiply.
Reviewed-by: never
|
2010-11-02 09:00:37 -07:00 |
|
Pavel Tisnovsky
|
af2548723c
|
6934483: GCC 4.5 errors "suggest parentheses around something..." when compiling with -Werror and -Wall
These are minor changes fixing compile failure when -Wall -Werror flags are used under gcc 4.5.
Reviewed-by: twisti, kvn, rasbold
|
2010-09-09 05:24:11 -07:00 |
|
Vladimir Kozlov
|
7378cf14d9
|
6968646: JVM crashes with SIGFPE during startup
Check that cpuid returns valid values for processor topology (not zeros).
Reviewed-by: never, twisti
|
2010-07-14 14:29:14 -07:00 |
|
Vladimir Kozlov
|
4bd0381466
|
6964774: Adjust optimization flags setting
Adjust performance flags settings.
Reviewed-by: never, phh
|
2010-06-29 10:34:00 -07:00 |
|
Erik Trimble
|
ba7c173659
|
6941466: Oracle rebranding changes for Hotspot repositories
Change all the Sun copyrights to Oracle copyright
Reviewed-by: ohair
|
2010-05-27 19:08:38 -07:00 |
|
Christian Thalinger
|
6a270f9f19
|
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
These methods can be instrinsified by using bit scan, bit test, and population count instructions.
Reviewed-by: kvn, never
|
2009-05-06 00:27:52 -07:00 |
|
Christian Thalinger
|
de67e52949
|
6378821: bitCount() should use POPC on SPARC processors and AMD+10h
BitCount() should use POPC on SPARC processors where POPC is implemented directly in hardware.
Reviewed-by: kvn, never
|
2009-03-13 11:35:17 -07:00 |
|
Christian Thalinger
|
0723dab28b
|
6808589: Merge vm_version_x86_{32,64}.{cpp,hpp}
There is very much duplicated code in vm_version_x86_{32,64}.{cpp,hpp}. Refactoring these would help maintainability.
Reviewed-by: kvn, never
|
2009-02-23 12:02:30 -08:00 |
|