Andrey Zakharov
|
9272128a46
|
8061715: gc/g1/TestShrinkAuxiliaryData15.java fails with java.lang.RuntimeException: heap decommit failed - after > before
Added WhiteBox methods to count regions and exact aux data sizes
Reviewed-by: tschatzl, jwilhelm, mgerdin
|
2015-03-16 17:51:28 +03:00 |
|
Jesper Wilhelmsson
|
7e86840f64
|
8057632: Remove auxiliary code used to handle the generations array
Removed next_gen(), prev_gen(), and get_gen().
Reviewed-by: kbarrett, tschatzl
|
2015-03-05 23:47:26 +01:00 |
|
Igor Ignatyev
|
a390d5a7cb
|
Merge
|
2015-03-13 15:39:03 +00:00 |
|
Michail Chernov
|
41455f2437
|
8026047: [TESTBUG] add regression test for DisableExplicitGC flag
Reviewed-by: jwilhelm, brutisso
|
2015-03-13 17:47:34 +04:00 |
|
David Lindholm
|
bcf9ea6cbf
|
8073463: G1 does not mangle freed heap regions
Reviewed-by: mgerdin, jwilhelm
|
2015-03-12 14:09:36 +01:00 |
|
Bengt Rutisson
|
395543dadc
|
8074037: Refactor the G1GCPhaseTime logging to make it easier to add new phases
Reviewed-by: tschatzl, mgerdin, ecaspole
|
2015-03-12 10:11:20 +01:00 |
|
Kim Barrett
|
5471bf0e8a
|
8073994: STATIC_ASSERT use of __LINE__ is wrong
Reviewed-by: dholmes, ehelin
|
2015-03-03 19:47:49 -05:00 |
|
Vladimir Kempik
|
4e46878062
|
8058935: CPU detection gives 0 cores per cpu, 2 threads per core in Amazon EC2 environment
Reviewed-by: kvn, dsamersoff
|
2014-12-01 18:22:45 +04:00 |
|
Max Ockner
|
91dbd4f088
|
8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Cleaned up unused arguments in os::free and it's callers.
Reviewed-by: lfoltan, coleenp, ctornqvi, dholmes
|
2014-12-01 12:16:15 -05:00 |
|
Alan Bateman
|
14ee089287
|
8066196: (fs) Typo in Path::normalize, empty path only returned if path does not have a root component
Reviewed-by: dfuchs
|
2014-12-01 13:44:57 +00:00 |
|
Bengt Rutisson
|
5c41d82d78
|
8065993: Merge OneContigSpaceCardGeneration with TenuredGeneration
Reviewed-by: mgerdin, kbarrett
|
2014-12-01 14:37:25 +01:00 |
|
Bengt Rutisson
|
ca3e287e96
|
8065992: Change CMSCollector::_young_gen to be a ParNewGeneration*
Reviewed-by: mgerdin, kbarrett
|
2014-12-02 09:51:16 +01:00 |
|
Andreas Gabrielsson
|
beb05bda0d
|
8066238: AssertionError in parser when syntax errors appeared in non finished Blocks
Reviewed-by: hannesw, sundar, lagergren
|
2014-12-01 13:17:24 +01:00 |
|
Jesper Wilhelmsson
|
4fafece403
|
Merge
|
2014-12-01 12:11:11 +01:00 |
|
Jesper Wilhelmsson
|
75111dec0d
|
Merge
|
2014-12-01 12:08:17 +01:00 |
|
Jesper Wilhelmsson
|
e3198c371a
|
Merge
|
2014-12-01 12:08:16 +01:00 |
|
Roland Westrelin
|
686e5a0a6f
|
8064703: crash running specjvm98's javac following 8060252
Uncommon trap between arraycopy and initialization may leave array initialized
Reviewed-by: kvn, vlivanov, goetz
|
2014-12-01 11:59:56 +01:00 |
|
Katja Kantserova
|
e325ce88cb
|
8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
Reviewed-by: jbachorik
|
2014-12-01 09:49:44 +01:00 |
|
Sergey Bylokhov
|
ab24ad80ee
|
8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
Reviewed-by: azvegint, alexsch
|
2014-11-30 15:43:08 +03:00 |
|
Lance Andersen
|
db7c757726
|
8066188: BaseRowSet default value for escape processing is not correct
Reviewed-by: alanb
|
2014-11-29 11:14:20 -05:00 |
|
Igor Ignatyev
|
349a740fef
|
Merge
|
2014-11-28 18:37:20 +00:00 |
|
Igor Ignatyev
|
0ca96a4047
|
Merge
|
2014-11-28 16:59:12 +00:00 |
|
Filipp Zhinkin
|
23b769e30e
|
8058846: c.o.j.t.Platform::isX86 and isX64 may simultaneously return true
Reviewed-by: iveresov, iignatyev
|
2014-11-28 19:49:16 +03:00 |
|
Tatiana Pivovarova
|
4e55928faf
|
8064953: Asserts.assert* should print values
Reviewed-by: sla, dholmes, iignatyev
|
2014-11-28 19:42:10 +03:00 |
|
Erik Gahlin
|
f12ce83a25
|
6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
Reviewed-by: sla
|
2014-11-28 16:56:45 +01:00 |
|
Jaroslav Bachorik
|
6c1cf6ba45
|
8065783: DCMD parser fails to recognize one character argument when it's positioned last
Reviewed-by: sla, egahlin, fparain
|
2014-11-28 16:33:57 +01:00 |
|
Alexander Scherbatiy
|
084ef90bcf
|
8031696: [macosx] TwentyThousandTest test failed with OOM
Reviewed-by: serb, pchelko
|
2014-11-28 19:17:00 +04:00 |
|
Alan Bateman
|
f0b198804a
|
8062955: (fs spec) Files.setLastModifiedTime should specify SecurityException more clearly
8062949: (fs) Files.setLastModifiedTime(path, null) does not throw NPE
Reviewed-by: chegar
|
2014-11-28 14:58:10 +00:00 |
|
Athijegannathan Sundararajan
|
d291f2c3f7
|
8066146: jdk.nashorn.api.scripting package javadoc should be included in jdk docs
Reviewed-by: erikj, jlaskey, lagergren
|
2014-11-28 18:31:05 +05:30 |
|
Maurizio Cimadamore
|
02df6a4564
|
8065986: Compiler fails to NullPointerException when calling super with Object<>()
Missing POLY kind selector on recursive constructor calls with poly arguments
Reviewed-by: vromero
|
2014-11-28 11:45:56 +00:00 |
|
Sergey Bylokhov
|
4ca54eb696
|
8059944: [OGL] Metrics for a method choice copying of texture should be improved
Reviewed-by: bae, prr
|
2014-11-28 14:03:56 +03:00 |
|
Sergey Bylokhov
|
647479bd9d
|
8061832: J2DBench can be improved
Reviewed-by: prr, bae
|
2014-11-28 13:55:09 +03:00 |
|
Sergey Bylokhov
|
246a6da52e
|
8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
|
2014-11-28 10:42:03 +00:00 |
|
Marcus Lagergren
|
9c7f48c842
|
8066119: Invalid resource tag used for looking up error message in NativeDataView
Reviewed-by: hannesw, sundar
|
2014-11-28 11:02:54 +01:00 |
|
Thomas Schatzl
|
77f5cb9219
|
Merge
|
2014-11-28 08:53:48 +00:00 |
|
Leonid Mesnik
|
c8a147b8c7
|
8065579: WB method to start G1 concurrent mark cycle should be introduced
Add a WhiteBox callback to the VM to start a concurrent mark cycle in G1.
Reviewed-by: tschatzl, sjohanss
|
2014-11-28 09:33:48 +01:00 |
|
Bengt Rutisson
|
d8635f58cd
|
8066133: Fix missing reivew changes for JDK-8065972
Reviewed-by: mgerdin, stefank
|
2014-11-28 08:20:52 +01:00 |
|
Bengt Rutisson
|
a927c89a77
|
8065972: Remove support for ParNew+SerialOld and DefNew+CMS
Reviewed-by: mgerdin, stefank
|
2014-11-27 21:04:44 +01:00 |
|
Bengt Rutisson
|
0ecc753586
|
8065972: Remove support for ParNew+SerialOld and DefNew+CMS
Reviewed-by: mgerdin, stefank
|
2014-11-27 21:02:13 +01:00 |
|
David Chase
|
e7cf10b9eb
|
Merge
|
2014-11-27 11:33:04 -05:00 |
|
Roland Westrelin
|
6d20d3298a
|
8066045: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
Code in PhaseIterGVN::add_users_to_worklist() from 8054478 makes incorrect assumption about graph shape
Reviewed-by: iveresov
|
2014-11-27 16:54:49 +01:00 |
|
Hannes Wallnöfer
|
7b35db48f7
|
8057980: let & const: remaining issues with lexical scoping
Reviewed-by: lagergren, attila
|
2014-11-27 16:42:53 +01:00 |
|
Alejandro Murillo
|
e7d19b374a
|
Merge
|
2014-11-27 07:16:54 -08:00 |
|
Alejandro Murillo
|
5a6cab60e1
|
Merge
|
2014-11-27 07:16:53 -08:00 |
|
Magnus Ihse Bursie
|
c4ced97793
|
8065914: Various improvements and cleanup of build system
Reviewed-by: erikj
|
2014-11-27 15:41:56 +01:00 |
|
Vladimir Ivanov
|
a0485e336d
|
8065985: Inlining failure of Number.doubleValue() in JSType.toNumeric() causes 15% peak perf regresion on Box2D
Reviewed-by: lagergren, hannesw
|
2014-11-27 17:14:01 +04:00 |
|
Attila Szegedi
|
e79371a0bc
|
8051778: support bind on all Nashorn callables
Reviewed-by: hannesw, lagergren
|
2014-11-27 13:04:46 +01:00 |
|
Alexander Scherbatiy
|
6c2369366c
|
8065098: JColorChooser no longer supports drag and drop between two JVM instances
Reviewed-by: serb, pchelko
|
2014-11-27 14:27:46 +03:00 |
|
Stefan Johansson
|
02adde2aac
|
8065227: Report allocation context stats at end of cleanup
Moved allocation context update from remark to the cleanup phase.
Reviewed-by: mgerdin, jmasa
|
2014-11-27 11:09:55 +01:00 |
|
Evgeniya Stepanova
|
e635ae96cb
|
8065865: gc/TestSoftReferencesBehaviorOnOOME.java: Error. Can't find source file: TestSoftReference.java
Reviewed-by: sla
|
2014-11-27 14:52:01 +04:00 |
|