Harold Seigel
4d91f4e69d
8003424: Enable Class Data Sharing for CompressedOops
...
8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops
8005933: The -Xshare:auto option is ignored for -server
Move klass metaspace above the heap and support CDS with compressed klass ptrs.
Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
2013-08-15 20:04:10 -04:00
Christine Lu
e50bff5642
Added tag jdk8-b103 for changeset 31869efc272a
2013-08-15 09:25:33 -07:00
Rickard Bäckman
8db7a08b50
Merge
2013-08-15 15:26:16 +02:00
Erik Helin
8250719f92
Merge
2013-08-15 06:20:48 -07:00
Bengt Rutisson
c144b8c30f
8023021: Unnecessary clearing of the card table introduced by the fix for JDK-8023013
...
Reviewed-by: stefank, ehelin
2013-08-15 10:05:50 +02:00
Jon Masamitsu
9354b09906
8021809: Partitioning based on eden sampling during allocation not reset correctly
...
Reviewed-by: ysr, hiroshi
2013-08-14 19:52:16 -07:00
Thomas Schatzl
ae7845053f
8022784: TaskQueue misses minimal documentation and references for analysis
...
Add appropriate documentation and references to publication to allow easier analysis of the TaskQueue implementation.
Reviewed-by: dholmes, ehelin
2013-08-21 10:32:02 +02:00
Jon Masamitsu
4fe3c66318
Merge
2013-08-20 10:02:38 -07:00
Erik Helin
e5f563bfef
8023219: NPG: MetaspaceMemoryPool should report statistics for all of metaspace
...
Reviewed-by: stefank, sjohanss
2013-08-19 18:17:58 +02:00
Jon Masamitsu
b7f31f0375
Merge
2013-08-19 08:58:56 -07:00
Stefan Karlsson
8fc3bf8715
8023227: Enhance layout_helper_log2_element_size assert
...
Reviewed-by: mgerdin, jmasa
2013-08-19 13:44:13 +02:00
Bengt Rutisson
5e41090120
8023145: G1: G1CollectedHeap::mark_strong_code_roots() needs to handle ParallelGCThreads=0
...
Reviewed-by: stefank, mgerdin
2013-08-16 11:26:09 +02:00
Bengt Rutisson
befd51708b
Merge
2013-08-15 13:02:42 -07:00
John Cuthbertson
f63547bf71
7145569: G1: optimize nmethods scanning
...
Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead.
Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
2013-08-15 10:52:18 +02:00
Ron Durbin
9d372e7801
8005073: [TESTBUG] remove crufty '_g' support from HS tests
...
Remove crufty '_g' support from HS tests
Reviewed-by: dcubed, sla
2013-08-14 15:12:00 -07:00
Vladimir Kozlov
20f7d1a82a
8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag
...
Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag.
Reviewed-by: roland
2013-08-14 10:21:26 -07:00
Erik Helin
dab6bdc071
8022899: SunStudio compiler can not handle EXCEPTION_MARK and inlining
...
Reviewed-by: coleenp, mgerdin
2013-08-14 13:49:36 +02:00
Bengt Rutisson
253681b976
Merge
2013-08-14 10:55:45 +02:00
Bengt Rutisson
19ba466575
8022800: Use specific generations rather than generation iteration
...
Reviewed-by: jmasa, ehelin
2013-08-14 09:02:32 +02:00
Erik Helin
b42a7171ab
8020598: ObjectCountEventSender::send needs INCLUDE_TRACE guards when building OpenJDK with INCLUDE_TRACE=0
...
Reviewed-by: stefank, brutisso, sjohanss
2013-08-13 18:16:19 +02:00
Coleen Phillimore
a25f924de6
8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32
...
ActiveMethodOopsCache was used to keep track of old versions of some methods that are cached in Universe but is buggy with permgen removal and not needed anymore
Reviewed-by: sspitsyn, dcubed, mseledtsov
2013-08-12 17:24:54 -04:00
Ioi Lam
5189d350c9
8022740: Visual 2008 IDE build is broken
...
Fixed project generation code, and added warning to upgrade to VS 2008 SP1.
Reviewed-by: dcubed, ccheung
2013-08-10 10:56:27 -07:00
Igor Ignatyev
ed4b026105
8019915: whitebox testClearMethodStateTest fails with tiered on sparc
...
'compileonly' directive has beens added to each 'compiler/whitebox' test
Reviewed-by: kvn
2013-08-10 10:01:12 +04:00
Daniel D. Daugherty
4d2ab5385c
Merge
2013-08-09 15:36:09 -07:00
Daniel D. Daugherty
15aa5e3a57
Merge
2013-08-09 13:19:00 -07:00
Mikael Vidstedt
5fab892391
8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2
...
Add support for recognizing Windows 8.1 and Server 2012 R2 and minor cleanup
Reviewed-by: coleenp, dsamersoff
2013-08-09 09:51:21 -07:00
Rickard Bäckman
cd450988cc
Merge
2013-08-09 18:05:00 +02:00
Alejandro Murillo
7cea3820af
8022688: new hotspot build - hs25-b46
...
Reviewed-by: jcoomes
2013-08-09 01:39:11 -07:00
Alejandro Murillo
c27859fdda
Added tag hs25-b45 for changeset 30045f9d9eb2
2013-08-09 01:32:48 -07:00
Alejandro Murillo
247f25e3d1
Merge
2013-08-09 01:32:47 -07:00
Yumin Qi
bf788959b7
Merge
2013-08-08 20:13:45 -07:00
Yumin Qi
418cc392cc
8019583: [TESTBUG] runtime/7107135 always passes
...
If java test return none zero, the value will be override by 'if' statement, the exit value will always '0' and pass. Fix by recording the result in a variable.
Reviewed-by: coleenp, dholmes, iklam
2013-08-08 15:19:12 -07:00
Rickard Bäckman
3a7c3cc018
Merge
2013-08-08 23:49:04 +02:00
Ioi Lam
617a84061c
8022093: syntax error near "umpiconninfo_t" -- when building on Solaris 10
...
Added extra help message in make/solaris/makefiles/dtrace.make
Reviewed-by: dholmes, sspitsyn
2013-08-08 14:45:56 -07:00
Christine Lu
9ac23677b2
Added tag jdk8-b102 for changeset d807cf45a710
2013-08-08 10:10:31 -07:00
Daniel D. Daugherty
ae5b50414a
8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
...
ProjectCreator tool is modified to support two new options: '-relativeAltSrcInclude' and '-altRelativeInclude' which prevents IDE linker errors. Also fixed some cmd line build linker warnings. Misc cleanups.
Reviewed-by: rdurbin, coleenp
2013-08-08 09:21:30 -07:00
David Holmes
65115fab95
Merge
2013-08-08 08:29:28 -04:00
Rickard Bäckman
a231c31f38
8022675: Redundant class init check
...
Reviewed-by: kvn, twisti
2013-08-08 03:16:56 +02:00
Christian Thalinger
9e056eedc4
8022956: Clang: enable return type warnings on BSD
...
Reviewed-by: coleenp, sla
2013-08-20 10:57:50 -07:00
Rickard Bäckman
9c2ac55d23
Merge
2013-08-19 09:33:29 +02:00
Vladimir Kozlov
4ee53ef4e3
8021898: Broken JIT compiler optimization for loop unswitching
...
Fix method clone_projs() to clone all related MachProj nodes.
Reviewed-by: roland, adlertz
2013-08-16 14:11:40 -07:00
Igor Ignatyev
5ab8312aa5
Merge
2013-08-16 13:39:26 -04:00
Niclas Adlertz
a235ecb344
8023003: Cleanup the public interface to PhaseCFG
...
Public methods that don't need to be public should be private.
Reviewed-by: kvn, twisti
2013-08-16 10:23:55 +02:00
David Chase
5467bc74f8
8022441: Bad code generated for certain interpreted CRC intrinsics, 2 cases
...
Corrected details
Reviewed-by: kvn, twisti, rbackman
2013-08-15 11:59:19 -07:00
Igor Ignatyev
caa3d02130
8022832: Add WB APIs for OSR compilation
...
Reviewed-by: kvn
2013-08-14 23:50:23 +04:00
Igor Ignatyev
f9cf9e88b8
8016456: ciReplay test assumes TIERED compilation is available
...
Reviewed-by: vlivanov, kvn, dholmes
2013-08-16 17:34:37 +04:00
Niclas Adlertz
fc44cdf0ec
8022475: Remove unneeded ad-files
...
Remove .ad files that are not used
Reviewed-by: kvn
2013-08-07 18:04:42 +02:00
Niclas Adlertz
bfe8385fa9
8022284: Hide internal data structure in PhaseCFG
...
Hide private node to block mapping using public interface
Reviewed-by: kvn, roland
2013-08-07 17:56:19 +02:00
Krystal Mok
27f8eea2ea
8021771: warning stat64 is deprecated - when building on OSX 10.7.5
...
Stat64 have to be replaced with stat
Reviewed-by: dholmes, kmo
2013-08-07 19:02:06 +04:00
Erik Helin
3ea9481c2f
8014659: NPG: performance counters for compressed klass space
...
Reviewed-by: mgerdin, coleenp, hseigel, jmasa, ctornqvi
2013-08-07 16:47:32 +02:00
David Holmes
598af92521
Merge
2013-08-06 21:06:19 -07:00
Vladimir Danushevsky
ddf5fcb7c2
8012144: multiple SIGSEGVs fails on staxf
...
Forward port of 7u change to add additional fence() on RMO platforms, with a load_acquire on all platforms
Reviewed-by: dholmes, kvn
2013-08-06 20:01:40 -04:00
Serguei Spitsyn
4974d1aef2
7187554: JSR 292: JVMTI PopFrame needs to handle appendix arguments
...
Restore the appendix argument after PopFrame() call
Reviewed-by: twisti, coleenp
2013-08-06 16:33:59 -07:00
Omair Majid
6e609cbc64
8022188: Make zero compile after 8016131 and 8016697
...
Reviewed-by: dholmes, twisti
2013-08-06 12:28:46 -04:00
Dmitry Samersoff
68198af05c
8019396: SA-JDI OSThread class initialization throws an exception
...
Method sun.jvm.hotspot.runtime.OSThread.initialize throws a sun.jvm.hotspot.types.WrongTypeException
Reviewed-by: dholmes, mgerdin
2013-08-06 14:28:48 +04:00
Christian Thalinger
7107241178
8022029: GetUnsafeObjectG1PreBarrier fails on 32-bit with: Unrecognized VM option 'ObjectAlignmentInBytes=32'
...
Reviewed-by: kvn
2013-08-05 15:03:40 -07:00
Harold Seigel
82c3d36026
Merge
2013-08-05 08:55:06 -07:00
Rickard Bäckman
ae3b577a0e
Merge
2013-08-05 17:15:35 +02:00
Kevin Walls
655fbf4cb1
8021444: SA: ClassDump.run() should not ignore existing ClassFilter
...
Reviewed-by: minqi, poonam
2013-08-05 10:27:31 +01:00
Harold Seigel
1d5b67ee67
7073961: [TESTBUG] closed/runtime/4845371/DBB.java failed on solaris 10 X65
...
Added a x86 64-bit Solaris shared library and rewrote test in Java
Reviewed-by: dholmes, ctornqvi
2013-08-04 16:30:53 -04:00
Christian Tornqvist
d31cb702e1
Merge
2013-08-02 22:34:43 +02:00
Albert Noll
fb2554e3f3
8021301: better event messages
...
Made event messages better readable
Reviewed-by: kvn, rbackman
2013-08-02 10:20:34 -07:00
Christian Tornqvist
5e4a34c49f
Merge
2013-08-02 18:26:24 +02:00
Christian Tornqvist
cab1b96d23
8009585: test/runtime/7196045 times out
...
Test/runtime/7196045 times out
Reviewed-by: dholmes, mseledtsov
2013-08-02 18:12:10 +02:00
Daniel D. Daugherty
8119c54cae
Merge
2013-08-02 08:32:05 -07:00
Kevin Walls
af0b21a0ad
8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str()
...
Reviewed-by: mgerdin, fparain, dcubed
2013-08-02 12:26:46 +01:00
Alejandro Murillo
0c24c1a1fc
8022124: new hotspot build - hs25-b45
...
Reviewed-by: jcoomes
2013-08-02 03:06:19 -07:00
Alejandro Murillo
ac5648d33a
Added tag hs25-b44 for changeset 7bf800505a10
2013-08-02 02:54:48 -07:00
Alejandro Murillo
820cd68d3f
Merge
2013-08-02 02:54:47 -07:00
Tao Mao
6f445df42a
Merge
2013-08-01 17:17:52 -07:00
Albert Noll
4ca00ef5a6
8020531: Test compiler/codecache/CheckUpperLimit.java fails when memory limited
...
Removed part of the test that required the VM to start up with -XX:ReservedCodeCacheSize=2048m
Reviewed-by: kvn, rbackman
2013-08-01 16:01:32 -07:00
Christian Tornqvist
6596ca7512
8009407: runtime/8000968/Test8000968.sh has incorrect check for proper config
...
Runtime/8000968/Test8000968.sh has incorrect check for proper config
Reviewed-by: coleenp, mseledtsov, sspitsyn, hseigel
2013-08-01 22:25:11 +02:00
Christian Tornqvist
00b23c2eb8
8014294: Assert in ThreadTimesClosure::do_thread() due to use of naked oop instead of handle
...
Assert in ThreadTimesClosure::do_thread() due to use of naked oop instead of handle
Reviewed-by: coleenp, sspitsyn
2013-08-01 22:20:00 +02:00
Mikhailo Seledtsov
fd111e0d53
8020614: OutputAnalyzer.shouldHaveExitValue() should print stdout/stderr output
...
OutputAnalyzer.shouldHaveExitValue() should print stdout/stderr output
Reviewed-by: kvn, ctornqvi, dholmes
2013-08-01 22:15:40 +02:00
Bengt Rutisson
fbf4750c28
8022051: G1: Remove some unused G1 flags
...
Reviewed-by: tschatzl, jmasa
2013-08-01 17:29:49 +02:00
Christine Lu
bba02437ae
Added tag jdk8-b101 for changeset 612246822cf0
2013-08-01 04:56:11 -07:00
Bengt Rutisson
a1e1caf8ba
8021879: G1: G1HeapRegionSize flag value not updated correctly
...
Reviewed-by: tschatzl, jmasa
2013-08-01 09:35:04 +02:00
Bengt Rutisson
5a10114616
8021967: Deprecate -XX:DefaultMaxRAMFraction
...
Reviewed-by: tschatzl, jmasa, kvn, tamao
2013-08-01 07:03:07 +02:00
David Holmes
e6a94c002a
Merge
2013-07-31 19:05:03 -04:00
Frederic Parain
c5c13b6ad7
Merge
2013-07-31 08:28:18 -07:00
Calvin Cheung
7e63c7bb0f
8021296: [TESTBUG] Test8017498.sh fails to find "gcc" and fails to compile on some Linux releases
...
Added checking for gcc and simplified the sig_handler() in the test case
Reviewed-by: dcubed, coleenp, minqi, dlong
2013-07-30 14:14:25 -07:00
Christian Thalinger
5555a381fb
8016474: Crash in sun.reflect.UnsafeObjectFieldAccessorImpl.get
...
C1's GetUnsafeObject G1 pre-barrier uses the wrong type to read the klass pointer.
Reviewed-by: iveresov, kvn
2013-07-29 16:32:38 -07:00
Igor Ignatyev
16b4f55129
8021120: TieredCompilation can be enabled even if TIERED is undefined
...
Reviewed-by: kvn, dholmes
2013-07-29 11:54:18 +04:00
Carlos Lucasius
eab4ed5adb
Merge
2013-07-27 17:23:11 -04:00
Tao Mao
5ce100bbd1
Merge
2013-07-26 13:34:22 -07:00
Vladimir Kozlov
8e2181cb13
8008938: TieredCompilation should be default
...
Switch on TieredCompilation by default
Reviewed-by: twisti
2013-07-26 12:37:39 -07:00
Frederic Parain
b4094e9fa8
8019845: Memory leak during class redefinition
...
Reviewed-by: acorn, jmasa, coleenp, dcubed, mgerdin
2013-07-26 15:24:32 +00:00
Frederic Parain
6ede7eb0ed
Merge
2013-07-26 05:54:01 -07:00
Alejandro Murillo
31b3d4939e
8021566
: new hotspot build - hs25-b44
...
Reviewed-by: jcoomes
2013-07-26 04:01:41 -07:00
Alejandro Murillo
4180daed71
Added tag hs25-b43 for changeset b29dcea3e5a4
2013-07-26 03:48:16 -07:00
Alejandro Murillo
d92f0f1dc3
Merge
2013-07-26 03:48:15 -07:00
David Holmes
b3c95408b2
8021314: minimal1.make needs to force off components not supported by the minimal VM
...
Reviewed-by: coleenp, bpittore
2013-07-25 21:05:29 -04:00
Jiangli Zhou
eac2213397
Merge
2013-07-25 18:12:02 -04:00
Hiroshi Yamauchi
6060a2999c
6412968: CMS Long initial mark pauses
...
Reviewed-by: rasbold, tschatzl, jmasa
2013-07-25 11:07:23 -07:00
Jon Masamitsu
7d582a33d1
Merge
2013-07-25 07:02:45 -07:00
Christine Lu
c8e70c6dcc
Added tag jdk8-b100 for changeset 9493b1a85536
2013-07-25 03:18:31 -07:00
David Holmes
6ade50a062
8020799: Allow customization of hotspot source directories and files
...
Reviewed-by: kvn, dlong
2013-07-24 19:23:26 -04:00
Morris Meyer
80b04bb48e
Merge
2013-07-24 13:54:03 -07:00
Thomas Schatzl
93e5db7033
8020123: Test gc/g1/TestPrintRegionRememberedSetInfo.java fails with "test result: Error. No action after @build"
...
Remove the @build tag and replace it by a @run tag so that the test gets executed
Reviewed-by: brutisso, mgerdin
2013-07-24 10:07:37 +02:00
Yumin Qi
7f14f4a628
Merge
2013-07-24 08:04:15 +02:00