Vladimir Ivanov
|
0c233de7ff
|
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
Reviewed-by: kvn
|
2016-04-11 21:42:31 +03:00 |
|
Long Chen
|
19d90c789d
|
8153797: aarch64: Add Arrays.fill stub code
Reviewed-by: aph
|
2016-04-07 22:36:16 +00:00 |
|
Doug Simon
|
1131e05b66
|
8153439: do not install an empty SpeculationLog in an nmethod
Reviewed-by: iveresov, twisti
|
2016-04-07 08:57:26 -10:00 |
|
Nils Eliasson
|
d9c49d2be5
|
Merge
|
2016-04-07 18:27:50 +02:00 |
|
Tobias Hartmann
|
a6c687cd6a
|
8153514: Whitebox API should allow compilation of <clinit>
Added Whitebox API method to trigger compilation of static initializer.
Reviewed-by: zmajo, kvn, iignatyev
|
2016-04-07 16:51:37 +02:00 |
|
Tobias Hartmann
|
7502a7a7f2
|
Merge
|
2016-04-07 12:16:03 +00:00 |
|
Aleksey Shipilev
|
a5c6b5ee3f
|
Merge
|
2016-04-07 10:50:08 +00:00 |
|
Rahul Raghavan
|
28e72b2675
|
8149488: Incorrect declaration of bitsInByte in regmask.cpp
Corrected BITS_IN_BYTE_ARRAY_SIZE value as 256 for all bitsInByte usage.
Reviewed-by: dlong, mcberg, thartmann, vlivanov
|
2016-04-07 01:56:16 -07:00 |
|
Harold Seigel
|
27216177ce
|
Merge
|
2016-04-06 16:03:02 +02:00 |
|
Nils Eliasson
|
c70e07ccbe
|
8151880: EnqueueMethodForCompilationTest.java still fails to compile method
Extract SimpleTestCaseHelper inner class
Reviewed-by: kvn
|
2016-04-06 14:48:45 +02:00 |
|
Harold Seigel
|
99c24f5f1c
|
8152479: Coded byte streams
Reviewed-by: acorn, mschoene, asmotrak
|
2016-04-06 07:55:32 -04:00 |
|
Zoltan Majo
|
86e696a816
|
Merge
|
2016-07-19 11:02:28 +02:00 |
|
Zoltan Majo
|
a9adc6f650
|
8161660: Quarantine TestParallelHeapSizeFlags.java and TestSmallHeap.java
Quarantine test.
Reviewed-by: dholmes, thartmann
|
2016-07-19 10:14:34 +02:00 |
|
Zoltan Majo
|
c7bc59b6cb
|
8161581: Quarantine compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaType.java
Quarantine test.
Reviewed-by: goetz, thartmann
|
2016-07-18 15:53:56 +02:00 |
|
Nadeesh TV
|
ffd9774362
|
8148950: Enhance ChronoField Javadoc
Made the suggested changes in the doc.
Reviewed-by: rriggs, scolebourne
|
2016-04-06 11:45:15 +00:00 |
|
Yuri Nesterenko
|
8442a9192c
|
8152693: Changed behavior of java/awt/xembed/server/TestXEmbedServerJava.java test
Reviewed-by: ssadetsky, serb
|
2016-04-06 14:44:32 +03:00 |
|
Yasumasa Suenaga
|
af3081628b
|
8152435: (CL)HSDB should be started with no argument
Reviewed-by: dsamersoff
|
2016-04-06 20:43:03 +09:00 |
|
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 |
|