Mon, 06 May 2013 20:54:54 -0700 8003258: BufferedReader.lines()
mduigou [Mon, 06 May 2013 20:54:54 -0700] rev 17433
8003258: BufferedReader.lines() Reviewed-by: alanb, mduigou, psandoz Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Henry Jen <henry.jen@oracle.com>
Mon, 06 May 2013 20:54:48 -0700 8013150: Iterator.remove and forEachRemaining relationship not specified
mduigou [Mon, 06 May 2013 20:54:48 -0700] rev 17432
8013150: Iterator.remove and forEachRemaining relationship not specified Reviewed-by: mduigou Contributed-by: Akhil Arora <akhil.arora@oracle.com>
Mon, 06 May 2013 20:54:42 -0700 8013712: Add Objects.nonNull and Objects.isNull
mduigou [Mon, 06 May 2013 20:54:42 -0700] rev 17431
8013712: Add Objects.nonNull and Objects.isNull Reviewed-by: mchung, darcy
Mon, 06 May 2013 14:17:59 -0700 8003992: File and other classes in java.io do not handle embedded nulls properly
dxu [Mon, 06 May 2013 14:17:59 -0700] rev 17430
8003992: File and other classes in java.io do not handle embedded nulls properly Summary: Have every file operation done with File, FileInputStream, FileOutputStream, or RandomAccessFile that involves a file path containing NUL fail. Also reviewed by fweimer@redhat.com Reviewed-by: alanb, sherman, ahgross, mduigou, dholmes, aph, plevart, martin
Mon, 06 May 2013 06:05:06 +0200 Merge
dwanvik [Mon, 06 May 2013 06:05:06 +0200] rev 17429
Merge
Mon, 06 May 2013 05:51:01 +0200 8013403: Update JDK8 with Java DB 10.10.1.1.
dwanvik [Mon, 06 May 2013 05:51:01 +0200] rev 17428
8013403: Update JDK8 with Java DB 10.10.1.1. Summary: Drop Java DB 10.10.1.1 bits into JDK 8 and update image builds Reviewed-by: tbell
Fri, 03 May 2013 15:04:54 -0700 8005922: TEST_BUG: There is no /tmp directory for windows system.
juh [Fri, 03 May 2013 15:04:54 -0700] rev 17427
8005922: TEST_BUG: There is no /tmp directory for windows system. Reviewed-by: weijun
Fri, 03 May 2013 10:57:28 -0700 8013528: Provide SharedSecrets access to String(char[], boolean) constructor
mduigou [Fri, 03 May 2013 10:57:28 -0700] rev 17426
8013528: Provide SharedSecrets access to String(char[], boolean) constructor Reviewed-by: martin, alanb, chegar, plevart
Thu, 02 May 2013 13:21:09 +0200 7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification
jbachorik [Thu, 02 May 2013 13:21:09 +0200] rev 17425
7199324: Connection ID for IPv6 addresses is not generated accordingly to the specification Summary: RemoteServer.getClientHost is returning a String with an IPv6 literal address and we need to enclose it in [] when building the connection id Reviewed-by: alanb, sjiang
Fri, 03 May 2013 10:43:24 +0800 8013855: DigestMD5Client has not checked RealmChoiceCallback value
weijun [Fri, 03 May 2013 10:43:24 +0800] rev 17424
8013855: DigestMD5Client has not checked RealmChoiceCallback value Reviewed-by: xuelei, mullan
Thu, 02 May 2013 14:26:51 -0700 8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name
khazra [Thu, 02 May 2013 14:26:51 -0700] rev 17423
8013140: Heap corruption with NetworkInterface.getByInetAddress() and long i/f name Summary: Remove buffer overruns in native code Reviewed-by: alanb, chegar
Thu, 02 May 2013 21:23:44 +0400 8013155: [pack200] improve performance of pack200
kizune [Thu, 02 May 2013 21:23:44 +0400] rev 17422
8013155: [pack200] improve performance of pack200 Reviewed-by: ksrini, jrose
Thu, 02 May 2013 09:18:56 -0700 8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile
mduigou [Thu, 02 May 2013 09:18:56 -0700] rev 17421
8012645: Stream methods on BitSet, Random, ThreadLocalRandom, ZipFile Reviewed-by: mduigou, henryjen, alanb, martin, psandoz Contributed-by: akhil.arora@oracle.com, brian.goetz@oracle.com
Wed, 01 May 2013 15:08:31 -0700 8013225: Refresh jdk's private ASM to the latest.
ksrini [Wed, 01 May 2013 15:08:31 -0700] rev 17420
8013225: Refresh jdk's private ASM to the latest. Reviewed-by: mduigou, sundar
Fri, 17 May 2013 10:06:20 -0700 Merge
lana [Fri, 17 May 2013 10:06:20 -0700] rev 17419
Merge
Fri, 17 May 2013 14:11:06 +0400 8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux
kshefov [Fri, 17 May 2013 14:11:06 +0400] rev 17418
8013426: TEST_BUG: java/awt/datatransfer/HTMLDataFlavors/HTMLDataFlavorTest.java fails with "RuntimeException: The data should be available" on Linux Reviewed-by: anthony, serb
Fri, 17 May 2013 14:08:59 +0400 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
kshefov [Fri, 17 May 2013 14:08:59 +0400] rev 17417
8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException Reviewed-by: anthony, serb
Fri, 17 May 2013 11:02:55 +0400 7079254: Toolkit eventListener leaks memory
pchelko [Fri, 17 May 2013 11:02:55 +0400] rev 17416
7079254: Toolkit eventListener leaks memory Reviewed-by: serb, art
Wed, 15 May 2013 16:49:34 +0400 8014227: JLightweightFrame needs another synchronization policy
ant [Wed, 15 May 2013 16:49:34 +0400] rev 17415
8014227: JLightweightFrame needs another synchronization policy Reviewed-by: art
Tue, 14 May 2013 17:25:59 +0400 8014423: [macosx] The scrollbar's block increment performs incorrectly
serb [Tue, 14 May 2013 17:25:59 +0400] rev 17414
8014423: [macosx] The scrollbar's block increment performs incorrectly Reviewed-by: anthony, art
Tue, 14 May 2013 16:39:55 +0400 8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError:
pchelko [Tue, 14 May 2013 16:39:55 +0400] rev 17413
8002045: Auto failed and threw exception:java.lang.UnsatisfiedLinkError: Reviewed-by: serb, anthony
Thu, 09 May 2013 18:42:30 -0700 Merge
lana [Thu, 09 May 2013 18:42:30 -0700] rev 17412
Merge
Wed, 08 May 2013 15:58:30 +0400 8013841: [macosx] Animations not disabled for CALayers used via JAWT
serb [Wed, 08 May 2013 15:58:30 +0400] rev 17411
8013841: [macosx] Animations not disabled for CALayers used via JAWT Reviewed-by: anthony, alexsch
Mon, 06 May 2013 16:23:36 +0400 7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent
serb [Mon, 06 May 2013 16:23:36 +0400] rev 17410
7161575: [macosx] On MacOSX port java.awt.Toolkit.is/setDynamicLayout() are not consistent Reviewed-by: anthony, art
Fri, 17 May 2013 10:04:12 -0700 Merge
lana [Fri, 17 May 2013 10:04:12 -0700] rev 17409
Merge
Fri, 17 May 2013 14:18:44 +0400 8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later
vadim [Fri, 17 May 2013 14:18:44 +0400] rev 17408
8000936: Enable Java2D D3D pipeline on newer Intel chipsets : Intel HD and later Reviewed-by: prr, bae
Fri, 17 May 2013 17:19:21 +0400 4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener
vadim [Fri, 17 May 2013 17:19:21 +0400] rev 17407
4892259: GIF ImageReader does not call passComplete in IIOReadUpdateListener Reviewed-by: prr, bae
Thu, 09 May 2013 19:17:43 -0700 Merge
lana [Thu, 09 May 2013 19:17:43 -0700] rev 17406
Merge
Tue, 07 May 2013 09:32:37 -0700 8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog.
jgodinez [Tue, 07 May 2013 09:32:37 -0700] rev 17405
8011069: Printing: NullPointerException since jdk8 b82 showing native Page Setup Dialog. Reviewed-by: bae, prr
Mon, 06 May 2013 12:57:42 -0700 7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc
simonis [Mon, 06 May 2013 12:57:42 -0700] rev 17404
7191872: Xrender: No text displayed using 64 bit JDK on solaris11-sparc Reviewed-by: prr, ceisserer
Thu, 16 May 2013 12:15:19 -0700 Added tag jdk8-b90 for changeset 1a8b44cae081
katleman [Thu, 16 May 2013 12:15:19 -0700] rev 17403
Added tag jdk8-b90 for changeset 1a8b44cae081
Wed, 05 Jul 2017 18:55:30 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:30 +0200] rev 17402
Merge
Fri, 17 May 2013 08:59:19 -0700 Added tag hs25-b33 for changeset b00c73d51b8a
amurillo [Fri, 17 May 2013 08:59:19 -0700] rev 17401
Added tag hs25-b33 for changeset b00c73d51b8a
Fri, 17 May 2013 08:59:18 -0700 Merge
amurillo [Fri, 17 May 2013 08:59:18 -0700] rev 17400
Merge
Fri, 17 May 2013 08:00:01 +0200 Merge
jwilhelm [Fri, 17 May 2013 08:00:01 +0200] rev 17399
Merge
Fri, 17 May 2013 06:01:10 +0200 Merge
jwilhelm [Fri, 17 May 2013 06:01:10 +0200] rev 17398
Merge
Thu, 16 May 2013 23:51:51 +0200 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set
tschatzl [Thu, 16 May 2013 23:51:51 +0200] rev 17397
8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set Summary: The VM exits when the condition in the subject line applies. The fix sets InitialTenuringThreshold to MaxTenuringThreshold if it is larger than MaxTenuringThreshold and InitialTenuringThreshold has not been set (is default). Reviewed-by: jwilhelm, jmasa, brutisso, johnc
Thu, 16 May 2013 09:24:26 -0700 8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info
johnc [Thu, 16 May 2013 09:24:26 -0700] rev 17396
8010738: G1: Output for full GCs with +PrintGCDetails should contain perm gen size/meta data change info Summary: Include metaspace information (used, allocated, reserved) in the PrintGCDetails output for full GCs. Reviewed-by: poonam, jmasa, brutisso
Thu, 16 May 2013 13:02:33 +0200 8014240: G1: Add remembered set size information to output of G1PrintRegionLivenessInfo
tschatzl [Thu, 16 May 2013 13:02:33 +0200] rev 17395
8014240: G1: Add remembered set size information to output of G1PrintRegionLivenessInfo Summary: Improve the output of G1PrintRegionLivenessInfo by adding a per-region remembered set size information column Reviewed-by: jwilhelm, johnc
Wed, 15 May 2013 22:35:36 -0700 8014408: G1: crashes with assert assert(prev_committed_card_num == _committed_max_card_num) failed
johnc [Wed, 15 May 2013 22:35:36 -0700] rev 17394
8014408: G1: crashes with assert assert(prev_committed_card_num == _committed_max_card_num) failed Summary: Mismatch in the card number calculation between next and previous committed sizes of the card counts table. Reviewed-by: jmasa, tschatzl
Wed, 15 May 2013 10:41:22 -0700 8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
tamao [Wed, 15 May 2013 10:41:22 -0700] rev 17393
8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other. Reviewed-by: jmasa, tschatzl Contributed-by: tamao <tao.mao@oracle.com>
Wed, 15 May 2013 11:05:09 +0200 6843347: Boundary values in some public GC options cause crashes
tschatzl [Wed, 15 May 2013 11:05:09 +0200] rev 17392
6843347: Boundary values in some public GC options cause crashes Summary: Setting some public integer options to specific values causes crashes or undefined GC behavior. This patchset adds the necessary argument checking for these options. Reviewed-by: jmasa, brutisso
Tue, 14 May 2013 17:08:31 +0200 8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class
tschatzl [Tue, 14 May 2013 17:08:31 +0200] rev 17391
8014489: tests/gc/arguments/Test(Serial|CMS|Parallel|G1)HeapSizeFlags jtreg tests invoke wrong class Summary: Some jtreg tests reference unknown classes in the @run and @build lines. This change fixes them. Reviewed-by: stefank, ehelin
Mon, 13 May 2013 14:09:05 +0200 8014339: Improve assert and remove some dead code from parMarkBitMap.hpp/cpp
brutisso [Mon, 13 May 2013 14:09:05 +0200] rev 17390
8014339: Improve assert and remove some dead code from parMarkBitMap.hpp/cpp Reviewed-by: stefank, tschatzl
Mon, 13 May 2013 09:45:33 +0200 8014058: Regression tests for 8006088
tschatzl [Mon, 13 May 2013 09:45:33 +0200] rev 17389
8014058: Regression tests for 8006088 Summary: The patch for 8006088 misses regression tests after a merge error, this CR provides them. Reviewed-by: jwilhelm, tamao, jmasa
Thu, 16 May 2013 13:47:55 -0700 Merge
twisti [Thu, 16 May 2013 13:47:55 -0700] rev 17388
Merge
Wed, 15 May 2013 22:44:52 +0400 8014068: TEST_BUG: compiler/ciReplay/TestSA.sh fails on Windows: core wasn't generated
iignatyev [Wed, 15 May 2013 22:44:52 +0400] rev 17387
8014068: TEST_BUG: compiler/ciReplay/TestSA.sh fails on Windows: core wasn't generated Reviewed-by: kvn
Mon, 13 May 2013 14:36:39 -0700 8014286: failed java/lang/Math/DivModTests.java after 6934604 changes
kvn [Mon, 13 May 2013 14:36:39 -0700] rev 17386
8014286: failed java/lang/Math/DivModTests.java after 6934604 changes Summary: Corrected escape state for the result of boxing method. Added force inlining executed boxing methods. Reviewed-by: twisti
Mon, 13 May 2013 12:43:10 -0700 Merge
twisti [Mon, 13 May 2013 12:43:10 -0700] rev 17385
Merge
Thu, 09 May 2013 17:28:04 -0700 8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis()
kvn [Thu, 09 May 2013 17:28:04 -0700] rev 17384
8014189: JVM crash with SEGV in ConnectionGraph::record_for_escape_analysis() Summary: Add NULL checks and asserts for Type::make_ptr() returned value. Reviewed-by: twisti
Wed, 08 May 2013 15:08:01 -0700 6934604: enable parts of EliminateAutoBox by default
kvn [Wed, 08 May 2013 15:08:01 -0700] rev 17383
6934604: enable parts of EliminateAutoBox by default Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
Mon, 06 May 2013 19:49:23 -0700 8008772: remove gamma launcher
twisti [Mon, 06 May 2013 19:49:23 -0700] rev 17382
8008772: remove gamma launcher Reviewed-by: kvn, neliasso, ctornqvi
Mon, 06 May 2013 13:53:13 -0700 7196277: JSR 292: Two jck/runtime tests crash on java.lang.invoke.MethodHandle.invokeExact
twisti [Mon, 06 May 2013 13:53:13 -0700] rev 17381
7196277: JSR 292: Two jck/runtime tests crash on java.lang.invoke.MethodHandle.invokeExact Reviewed-by: jrose, kvn
Fri, 03 May 2013 15:35:30 -0700 Merge
kvn [Fri, 03 May 2013 15:35:30 -0700] rev 17380
Merge
Wed, 24 Apr 2013 14:26:09 +0200 8012292: optimized build with GCC broken
roland [Wed, 24 Apr 2013 14:26:09 +0200] rev 17379
8012292: optimized build with GCC broken Summary: Some #ifndef PRODUCT should be #ifdef ASSERT Reviewed-by: kvn, twisti Contributed-by: gdub <duboscq@ssw.jku.at>
Fri, 03 May 2013 09:32:50 +0200 8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824"
roland [Fri, 03 May 2013 09:32:50 +0200] rev 17378
8012037: Test8009761.java "Failed: init recursive calls: 7224. After deopt 58824" Summary: test shouldn't be run with a modified CompileThreshold Reviewed-by: kvn
Tue, 14 May 2013 17:33:07 +0000 Merge
minqi [Tue, 14 May 2013 17:33:07 +0000] rev 17377
Merge
Tue, 14 May 2013 09:41:12 -0700 8012902: remove use of global operator new - take 2
minqi [Tue, 14 May 2013 09:41:12 -0700] rev 17376
8012902: remove use of global operator new - take 2 Summary: The fix of 8010992, disable use of global operator new and new[] which caused failure on some tests. This takes two of the bugs also add ALLOW_OPERATOR_NEW_USAGE to prevent crash for third party code calling operator new of jvm on certain platforms. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
Tue, 14 May 2013 09:17:52 -0400 8014138: Add VM option to facilitate the writing of CDS tests
hseigel [Tue, 14 May 2013 09:17:52 -0400] rev 17375
8014138: Add VM option to facilitate the writing of CDS tests Summary: Added the -XX:SharedArchiveFile option. Reviewed-by: coleenp, ccheung, acorn, dcubed, zgu
Tue, 14 May 2013 11:34:30 +0400 8014448: Purge PrintCompactFieldsSavings
shade [Tue, 14 May 2013 11:34:30 +0400] rev 17374
8014448: Purge PrintCompactFieldsSavings Summary: Remove obsolete debugging code. Reviewed-by: dholmes, kvn Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Mon, 13 May 2013 15:37:08 -0400 8005056: NPG: Crash after redefining java.lang.Object
coleenp [Mon, 13 May 2013 15:37:08 -0400] rev 17373
8005056: NPG: Crash after redefining java.lang.Object Summary: Need to walk array class vtables replacing old methods too if j.l.o redefined Reviewed-by: sspitsyn, dcubed, ctornqvi
Mon, 13 May 2013 18:08:13 +0000 Merge
minqi [Mon, 13 May 2013 18:08:13 +0000] rev 17372
Merge
Fri, 10 May 2013 19:30:12 +0000 Merge
minqi [Fri, 10 May 2013 19:30:12 +0000] rev 17371
Merge
Fri, 10 May 2013 08:27:30 -0700 8003557: NPG: Klass* const k should be const Klass* k.
minqi [Fri, 10 May 2013 08:27:30 -0700] rev 17370
8003557: NPG: Klass* const k should be const Klass* k. Summary: With NPG, const KlassOop klass which is in fact a definition converted to Klass* const, which is not the original intention. The right usage is converting them to const Klass*. Reviewed-by: coleenp, kvn Contributed-by: yumin.qi@oracle.com
Mon, 13 May 2013 07:53:45 +0200 Merge
rbackman [Mon, 13 May 2013 07:53:45 +0200] rev 17369
Merge
Wed, 08 May 2013 11:21:56 +0200 8008255: jvmtiExport.cpp::post_to_env() does not check malloc() return
rbackman [Wed, 08 May 2013 11:21:56 +0200] rev 17368
8008255: jvmtiExport.cpp::post_to_env() does not check malloc() return Reviewed-by: coleenp, dholmes, sla
Wed, 08 May 2013 21:06:46 -0400 Merge
dholmes [Wed, 08 May 2013 21:06:46 -0400] rev 17367
Merge
Wed, 08 May 2013 19:38:41 -0400 Merge
dholmes [Wed, 08 May 2013 19:38:41 -0400] rev 17366
Merge
Wed, 08 May 2013 19:28:54 -0400 8006997: ContendedPaddingWidth should be range-checked
dholmes [Wed, 08 May 2013 19:28:54 -0400] rev 17365
8006997: ContendedPaddingWidth should be range-checked Summary: Constrain between zero and 8K Reviewed-by: dholmes, rbackman Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Wed, 08 May 2013 14:18:03 -0700 8013875: Incorrect vtable index being set during methodHandle creation for static
bharadwaj [Wed, 08 May 2013 14:18:03 -0700] rev 17364
8013875: Incorrect vtable index being set during methodHandle creation for static Summary: Set vtable index as appropriate for static interface methods and for interface methods invoked via invokespecial. To be improved in a later enhancement to CallInfo. Reviewed-by: jrose, twisti
Wed, 08 May 2013 10:14:57 -0400 Merge
sla [Wed, 08 May 2013 10:14:57 -0400] rev 17363
Merge
Wed, 08 May 2013 15:37:18 +0200 8013591: compiler/ciReplay/TestSA.sh fails in nightly
sla [Wed, 08 May 2013 15:37:18 +0200] rev 17362
8013591: compiler/ciReplay/TestSA.sh fails in nightly Reviewed-by: coleenp, rbackman, dholmes
Wed, 08 May 2013 08:20:45 -0400 8007018: RFE: -XX:+UseLargePages does not work with CDS
hseigel [Wed, 08 May 2013 08:20:45 -0400] rev 17361
8007018: RFE: -XX:+UseLargePages does not work with CDS Summary: Remove command line restriction. It should just work. Reviewed-by: ctornqvi, coleenp, dholmes
Tue, 07 May 2013 18:46:47 -0700 Merge
coleenp [Tue, 07 May 2013 18:46:47 -0700] rev 17360
Merge
Tue, 07 May 2013 16:17:43 -0700 Merge
coleenp [Tue, 07 May 2013 16:17:43 -0700] rev 17359
Merge
Tue, 07 May 2013 18:51:31 -0400 8014024: NPG: keep compiled ic methods from being deallocated in redefine classes
coleenp [Tue, 07 May 2013 18:51:31 -0400] rev 17358
8014024: NPG: keep compiled ic methods from being deallocated in redefine classes Summary: Walk the compiledIC relocation records to keep Method* from being deallocated. Reviewed-by: dlong, kvn
Tue, 07 May 2013 09:46:15 -0400 8013063: nsk/jvmti/RetransformClasses/retransform001 failed debug version on os::free
coleenp [Tue, 07 May 2013 09:46:15 -0400] rev 17357
8013063: nsk/jvmti/RetransformClasses/retransform001 failed debug version on os::free Summary: Clear out class_file_bytes so they aren't deallocated twice Reviewed-by: dcubed, sspitsyn
Fri, 10 May 2013 11:27:55 -0700 8014279: new hotspot build - hs25-b33
amurillo [Fri, 10 May 2013 11:27:55 -0700] rev 17356
8014279: new hotspot build - hs25-b33 Reviewed-by: jcoomes
Thu, 16 May 2013 12:14:19 -0700 Added tag jdk8-b90 for changeset c0cc3acd917d
katleman [Thu, 16 May 2013 12:14:19 -0700] rev 17355
Added tag jdk8-b90 for changeset c0cc3acd917d
Wed, 22 May 2013 13:49:12 +0100 8015087: Provide debugging information for programs
andrew [Wed, 22 May 2013 13:49:12 +0100] rev 17354
8015087: Provide debugging information for programs Summary: Enable debugging info on programs in OpenJDK builds Reviewed-by: erikj
Tue, 21 May 2013 12:51:10 -0700 Merge
katleman [Tue, 21 May 2013 12:51:10 -0700] rev 17353
Merge
Tue, 21 May 2013 13:18:28 +0200 8014508: Fix log levels in make
erikj [Tue, 21 May 2013 13:18:28 +0200] rev 17352
8014508: Fix log levels in make Reviewed-by: tbell
Fri, 17 May 2013 10:06:56 -0700 Merge
lana [Fri, 17 May 2013 10:06:56 -0700] rev 17351
Merge
Thu, 09 May 2013 14:23:32 -0700 Merge
lana [Thu, 09 May 2013 14:23:32 -0700] rev 17350
Merge
Wed, 08 May 2013 21:42:32 -0700 8014269: Add missing .PHONY targets to Main.gmk
mduigou [Wed, 08 May 2013 21:42:32 -0700] rev 17349
8014269: Add missing .PHONY targets to Main.gmk Reviewed-by: mchung, tbell
Thu, 16 May 2013 12:13:52 -0700 Added tag jdk8-b90 for changeset dcfa2b312921
katleman [Thu, 16 May 2013 12:13:52 -0700] rev 17348
Added tag jdk8-b90 for changeset dcfa2b312921
Wed, 05 Jul 2017 18:55:09 +0200 Added tag jdk8-b90 for changeset f09ab0c41618
duke [Wed, 05 Jul 2017 18:55:09 +0200] rev 17347
Added tag jdk8-b90 for changeset f09ab0c41618
Wed, 05 Jul 2017 18:55:08 +0200 Merge jdk8-b90
duke [Wed, 05 Jul 2017 18:55:08 +0200] rev 17346
Merge
Wed, 05 Jul 2017 18:55:05 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:05 +0200] rev 17345
Merge
Thu, 09 May 2013 10:04:34 -0700 Added tag jdk8-b89 for changeset 9336d45f8213
katleman [Thu, 09 May 2013 10:04:34 -0700] rev 17344
Added tag jdk8-b89 for changeset 9336d45f8213
Wed, 05 Jul 2017 18:55:02 +0200 Merge
duke [Wed, 05 Jul 2017 18:55:02 +0200] rev 17343
Merge
Thu, 09 May 2013 10:04:08 -0700 Added tag jdk8-b89 for changeset 4945d5ca32c8
katleman [Thu, 09 May 2013 10:04:08 -0700] rev 17342
Added tag jdk8-b89 for changeset 4945d5ca32c8
Wed, 05 Jul 2017 18:54:59 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:59 +0200] rev 17341
Merge
Thu, 09 May 2013 10:03:59 -0700 Added tag jdk8-b89 for changeset e3e2d366215b
katleman [Thu, 09 May 2013 10:03:59 -0700] rev 17340
Added tag jdk8-b89 for changeset e3e2d366215b
Wed, 05 Jul 2017 18:54:56 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:56 +0200] rev 17339
Merge
Thu, 09 May 2013 10:04:38 -0700 Added tag jdk8-b89 for changeset 36a256ff82cb
katleman [Thu, 09 May 2013 10:04:38 -0700] rev 17338
Added tag jdk8-b89 for changeset 36a256ff82cb
Wed, 05 Jul 2017 18:54:54 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:54 +0200] rev 17337
Merge
Thu, 09 May 2013 10:03:24 -0700 Added tag jdk8-b89 for changeset 74ccf75aa7da
katleman [Thu, 09 May 2013 10:03:24 -0700] rev 17336
Added tag jdk8-b89 for changeset 74ccf75aa7da
Wed, 05 Jul 2017 18:54:51 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:51 +0200] rev 17335
Merge
Tue, 14 May 2013 12:19:39 -0700 Merge
katleman [Tue, 14 May 2013 12:19:39 -0700] rev 17334
Merge
Thu, 09 May 2013 15:04:56 -0700 8014289: JDK8 b89 source with GPL header errors
katleman [Thu, 09 May 2013 15:04:56 -0700] rev 17333
8014289: JDK8 b89 source with GPL header errors Reviewed-by: mchung, mduigou, tbell, dsamersoff
Thu, 09 May 2013 10:04:20 -0700 Added tag jdk8-b89 for changeset b3459340dd1f
katleman [Thu, 09 May 2013 10:04:20 -0700] rev 17332
Added tag jdk8-b89 for changeset b3459340dd1f
Wed, 05 Jul 2017 18:54:47 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:47 +0200] rev 17331
Merge
Fri, 10 May 2013 11:14:09 -0700 Added tag hs25-b32 for changeset bc27a3d4b35f
amurillo [Fri, 10 May 2013 11:14:09 -0700] rev 17330
Added tag hs25-b32 for changeset bc27a3d4b35f
Fri, 10 May 2013 11:14:08 -0700 Merge
amurillo [Fri, 10 May 2013 11:14:08 -0700] rev 17329
Merge
Fri, 10 May 2013 09:24:20 +0200 Merge
stefank [Fri, 10 May 2013 09:24:20 +0200] rev 17328
Merge
Thu, 09 May 2013 11:16:39 -0700 7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap
johnc [Thu, 09 May 2013 11:16:39 -0700] rev 17327
7176479: G1: JVM crashes on T5-8 system with 1.5 TB heap Summary: Refactor G1's hot card cache and card counts table into their own files. Simplify the card counts table, including removing the encoding of the card index in each entry. The card counts table now has a 1:1 correspondence with the cards spanned by heap. Space for the card counts table is reserved from virtual memory (rather than C heap) during JVM startup and is committed/expanded when the heap is expanded. Changes were also reviewed-by Vitaly Davidovich. Reviewed-by: tschatzl, jmasa
Thu, 09 May 2013 12:23:43 +0200 Merge
jwilhelm [Thu, 09 May 2013 12:23:43 +0200] rev 17326
Merge
Wed, 08 May 2013 17:12:52 -0700 8013184: CMS: Call reset_after_compaction() only if a compaction has been done
jmasa [Wed, 08 May 2013 17:12:52 -0700] rev 17325
8013184: CMS: Call reset_after_compaction() only if a compaction has been done Reviewed-by: mgerdin, johnc, tschatzl
Wed, 08 May 2013 16:28:03 -0700 8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456
jmasa [Wed, 08 May 2013 16:28:03 -0700] rev 17324
8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456 Reviewed-by: tschatzl, mgerdin, johnc
Mon, 06 May 2013 21:30:34 +0200 8013872: G1: HeapRegionSeq::shrink_by() has invalid assert
brutisso [Mon, 06 May 2013 21:30:34 +0200] rev 17323
8013872: G1: HeapRegionSeq::shrink_by() has invalid assert Summary: Refactored shrink_by() to only use region counts and not byte sizes Reviewed-by: johnc, tschatzl
Mon, 06 May 2013 17:19:42 +0200 8006088: Incompatible heap size flags accepted by VM
tschatzl [Mon, 06 May 2013 17:19:42 +0200] rev 17322
8006088: Incompatible heap size flags accepted by VM Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing. Reviewed-by: johnc, jwilhelm, tamao
Mon, 06 May 2013 13:03:46 +0200 Merge
jwilhelm [Mon, 06 May 2013 13:03:46 +0200] rev 17321
Merge
Mon, 06 May 2013 09:16:14 +0200 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
brutisso [Mon, 06 May 2013 09:16:14 +0200] rev 17320
8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment Summary: Make sure max alignemnt is at least as large as min alignment Reviewed-by: johnc, jmasa, tschatzl
Thu, 02 May 2013 22:35:15 +0200 8013574: PrintMalloc conflicts with the command line parsing
brutisso [Thu, 02 May 2013 22:35:15 +0200] rev 17319
8013574: PrintMalloc conflicts with the command line parsing Summary: Make sure that _num_jvm_args is not updated until the new entry to _jvm_args_array has been added Reviewed-by: johnc, tamao, tschatzl
Thu, 09 May 2013 16:27:51 -0400 Merge
jiangli [Thu, 09 May 2013 16:27:51 -0400] rev 17318
Merge
Tue, 07 May 2013 10:36:20 -0400 Merge
vladidan [Tue, 07 May 2013 10:36:20 -0400] rev 17317
Merge
Tue, 07 May 2013 10:19:33 -0400 8013633: Cleanup platform ifdefs in unsafe.cpp
bpittore [Tue, 07 May 2013 10:19:33 -0400] rev 17316
8013633: Cleanup platform ifdefs in unsafe.cpp Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
Mon, 06 May 2013 20:11:18 -0700 Merge
jiangli [Mon, 06 May 2013 20:11:18 -0700] rev 17315
Merge
Mon, 06 May 2013 19:57:35 -0400 8013067: Zero builds are broken after 8010862.
jiangli [Mon, 06 May 2013 19:57:35 -0400] rev 17314
8013067: Zero builds are broken after 8010862. Summary: Fixed broken Zero build. Reviewed-by: twisti, coleenp, kvn
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip