Thomas Schatzl
|
a009aa9ca7
|
8151386: Extract card live data out of G1ConcurrentMark
Move card live data management out of G1ConcurrentMark into extra class G1CardLiveData managed by G1RemSet
Reviewed-by: mgerdin, kbarrett
|
2016-04-06 13:41:59 +02:00 |
|
Harold Seigel
|
2904ea7d45
|
8152846: Creation of ModuleEntryTable Investigate Need For OrderAccess::storestore()
Remove the unneeded OrderAccess::storestore() call
Reviewed-by: acorn, coleenp
|
2016-04-06 07:37:15 -04:00 |
|
Thomas Schatzl
|
0c06163b35
|
8077144: Concurrent mark initialization takes too long
Remove per-marking thread liveness bitmaps and recreate liveness bitmap concurrently after the cleanup pause.
Reviewed-by: mgerdin, ehelin, kbarrett
|
2016-04-06 13:32:48 +02:00 |
|
Alexander Kulyakhtin
|
d3b1596a8b
|
8153584: New jtreg test to verify PathSearchingVirutalMachine.bootClassPath() behaviour
Adding a new jtreg test
Reviewed-by: dsamersoff
|
2016-04-06 13:47:18 +03:00 |
|
Erik Joelsson
|
d70a9d7e14
|
8152691: Compare script broken after Module system
Reviewed-by: tbell
|
2016-04-06 11:16:37 +02:00 |
|
Alan Bateman
|
0bb34e0668
|
8153538: module java.httpclient should not be in java.compact3
Reviewed-by: mchung
|
2016-04-06 09:41:42 +01:00 |
|
Amy Lu
|
3c535e97da
|
8153563: java/nio/Buffer/Basic.java and CopyDirectMemory.java are failing after JDK-8149469
Reviewed-by: alanb
|
2016-04-06 16:36:12 +08:00 |
|
Aleksey Shipilev
|
b349843be4
|
8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
Reviewed-by: twisti, ikrylov
|
2016-04-06 10:55:46 +03:00 |
|
Shravya Rukmannagari
|
ad79a5ae65
|
8152907: Update for x86 tan and log10 in the math lib
Optimize Math.tan() and log10() for 64 and 32 bit X86 architecture using Intel LIBM implementation.
Reviewed-by: kvn, twisti
|
2016-04-06 10:29:26 -07:00 |
|
Aleksey Shipilev
|
b51a55a78c
|
8153277: [TESTBUG] gc/arguments/TestMaxMinHeapFreeRatioFlags is too sensitive for stray allocations in verifyRatio
Reviewed-by: mgerdin, dfazunen
|
2016-04-06 10:50:19 +03:00 |
|
Nadeesh TV
|
63fb402683
|
8030864: Add an efficient getDateTimeMillis method to java.time
Added epochSecond method in Chronology and overided it in IsoChronology
Reviewed-by: rriggs, scolebourne
|
2016-04-06 07:20:37 +00:00 |
|
Jayathirth D V
|
d69d30499a
|
8044289: In ImageIO.write() and ImageIO.read() null stream is not handled properly
Reviewed-by: prr, serb, psadhukhan
|
2016-04-06 12:25:21 +05:30 |
|
Alejandro Murillo
|
0fd0374c4f
|
Merge
|
2016-04-05 20:02:21 -07:00 |
|
Alejandro Murillo
|
9f3b6be989
|
Merge
|
2016-04-05 20:02:21 -07:00 |
|
Sangheon Kim
|
2f5768493d
|
Merge
|
2016-04-05 23:59:12 +00:00 |
|
Sangheon Kim
|
7908c3db94
|
8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range
Let BitMap::clear_large_range call clear_range instead of firing an assert
Reviewed-by: jmasa, jwilhelm
|
2016-04-05 16:15:53 -07:00 |
|
Ioi Lam
|
3d629c6dd3
|
8153300: [TESTBUG] Enhance test/testlibrary/ClassFileInstaller.java to support JAR files
Reviewed-by: lfoltan, mseledtsov
|
2016-04-05 14:52:12 -07:00 |
|
Bharadwaj Yadavalli
|
cf5871861f
|
Merge
|
2016-04-05 20:32:54 +00:00 |
|
Alan Bateman
|
4af24b6def
|
8153370: Drop use of old style -XaddExports from tests
Reviewed-by: mchung
|
2016-04-05 21:18:01 +01:00 |
|
Alan Bateman
|
337d1abca4
|
8153370: Drop use of old style -XaddExports from tests
Reviewed-by: mchung
|
2016-04-05 21:17:25 +01:00 |
|
Bharadwaj Yadavalli
|
eb1715ed7c
|
Merge
|
2016-04-05 15:39:38 -04:00 |
|
Bharadwaj Yadavalli
|
e258fc4bc7
|
Merge
|
2016-04-05 15:39:35 -04:00 |
|
Bharadwaj Yadavalli
|
95430ad167
|
Merge
|
2016-04-05 15:39:34 -04:00 |
|
Phil Race
|
2479abaae7
|
8146324: Add sun.font.FontUtilities.isComplexCharCode or related method
Reviewed-by: serb, ssadetsky
|
2016-04-05 11:52:52 -07:00 |
|
Anthony Scarpino
|
657cfea401
|
8098580: drainRefQueueBounds() puts pressure on pool.size()
Reviewed-by: valeriep
|
2016-04-05 11:48:30 -07:00 |
|
Michael Berg
|
e38aef947f
|
8151003: Remove nds->is_valid() checks from assembler_x86.cpp
Reviewed-by: kvn
|
2016-04-05 11:37:41 -07:00 |
|
Michael Berg
|
ff80cc58c9
|
8151573: Multiversioning for range check elimination
Range check elimination in post loops
Reviewed-by: kvn
|
2016-04-05 10:34:05 -07:00 |
|
Alexander Scherbatiy
|
54ba9a6358
|
6949414: JMenu.buildMenuElementArray() endless loop
6424606: behavior of returned from MenuSelectionManager.defaultManager() object is inconsistent with spec
Reviewed-by: serb, ssadetsky
|
2016-04-05 21:13:44 +04:00 |
|
Phil Race
|
a03cf6fef1
|
Merge
|
2016-04-05 09:17:15 -07:00 |
|
Phil Race
|
82d451f3d7
|
Merge
|
2016-04-05 09:13:52 -07:00 |
|
Naoto Sato
|
eceb794e26
|
8152742: jlink --include-locales th fails with ArrayIndexOutOfBoundsException
Reviewed-by: mchung, okutsu
|
2016-04-05 09:13:30 -07:00 |
|
Tobias Hartmann
|
9ee03a4b4f
|
8151724: Remove -XX:GenerateCompilerNullChecks
Removed the broken GenerateCompilerNullChecks flag.
Reviewed-by: zmajo, kvn
|
2016-04-05 17:51:44 +02:00 |
|
Sergey Bylokhov
|
c06119d8ae
|
8151773: [macosx] TrayIcon.imageAutoSize property is ignored
Reviewed-by: alexsch
|
2016-04-05 18:23:10 +03:00 |
|
Tom Benson
|
4f0ffb6ce9
|
8153117: Back out JDK-8142935 until JDK-8152723 fixed
JDK-8142935 fix can lead to avoidable Full GCs
Reviewed-by: jwilhelm, tschatzl
|
2016-04-05 11:17:50 -04:00 |
|
Sergey Bylokhov
|
0cd8d72e1d
|
8144166: [macosx] Test java/awt/Component/CompEventOnHiddenComponent/CompEventOnHiddenComponent.java fails
Reviewed-by: alexsch
|
2016-04-05 18:11:12 +03:00 |
|
Marcus Larsson
|
ae70b68f7e
|
8150894: Unused -Xlog tag sequences are silently ignored
Reviewed-by: rehn, sla
|
2016-04-05 16:51:58 +02:00 |
|
Phil Race
|
9ba58b652b
|
Merge
|
2016-04-05 07:51:34 -07:00 |
|
Phil Race
|
90f3c81ae0
|
Merge
|
2016-04-05 07:51:12 -07:00 |
|
Sergey Bylokhov
|
d5b317c8db
|
7076354: JavaSoundAudioClip stop() Method sequencer.addMetaEventListener(this); wrong?
Reviewed-by: amenkov
|
2016-04-05 17:44:19 +03:00 |
|
Sergey Bylokhov
|
fe992bb6cd
|
8152501: closed/javax/sound/sampled/FileWriter/WaveBigEndian.java failing
Reviewed-by: amenkov
|
2016-04-05 17:30:23 +03:00 |
|
Rachel Protacio
|
d077700179
|
8153026: Change logging tag 'verboseverification' to 'verification'
Changed UL tag to 'verification'
Reviewed-by: hseigel, lfoltan
|
2016-04-05 09:42:27 -04:00 |
|
Richard Reingruber
|
9438549080
|
8153176: ParOldGC: Use correct TaskQueueSet for ParallelTaskTerminator in marking
Reviewed-by: mgerdin, tschatzl
|
2016-04-05 13:55:31 +02:00 |
|
Tobias Hartmann
|
edee2ddca8
|
Merge
|
2016-04-05 10:11:07 +00:00 |
|
Thomas Schatzl
|
fa7ae5825a
|
Merge
|
2016-04-05 12:10:03 +02:00 |
|
Avik Niyogi
|
e4020fda7d
|
8137169: [macosx] Incorrect minimal heigh of JTabbedPane with more tabs
Reviewed-by: rchamyal, alexsch
|
2016-04-05 15:37:13 +05:30 |
|
Jayathirth D V
|
3b618308c3
|
8153363: Redundant check for number of components in PackedColorModel.equals() method
Reviewed-by: prr, flar
|
2016-04-05 14:52:31 +05:30 |
|
Thomas Schatzl
|
d77d2cc010
|
8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
Fix wrong assertion.
Reviewed-by: tbenson, shade
|
2016-04-05 11:22:20 +02:00 |
|
Stefan Karlsson
|
621ac24c59
|
Merge
|
2016-04-05 11:00:22 +02:00 |
|
Jamsheed Mohammed C M
|
b26b78a4d4
|
8067247: Crash: assert(method_holder->data() == 0 ...) failed: a) MT-unsafe modification of inline cache
Made invoker LambdaForm instance & its compiled form lifetime tightly coupled.
Reviewed-by: vlivanov
|
2016-04-05 01:46:40 -07:00 |
|
Robbin Ehn
|
16988281fc
|
8153396: Remove unused ResourceMarks from UL internal vm tests
Reviewed-by: stefank, brutisso
|
2016-04-05 10:42:01 +02:00 |
|