Sat, 23 Feb 2013 13:32:32 -0800 6556996: (ann spec) SuppressWarnings strings should be documented
darcy [Sat, 23 Feb 2013 13:32:32 -0800] rev 16026
6556996: (ann spec) SuppressWarnings strings should be documented Reviewed-by: mduigou, chegar, abuckley
Fri, 22 Feb 2013 09:58:36 -0500 Merge
lancea [Fri, 22 Feb 2013 09:58:36 -0500] rev 16025
Merge
Fri, 22 Feb 2013 09:29:50 -0500 8008716: address typo in CallableStatement javadocs
lancea [Fri, 22 Feb 2013 09:29:50 -0500] rev 16024
8008716: address typo in CallableStatement javadocs Reviewed-by: chegar
Fri, 22 Feb 2013 14:04:06 +0000 8008290: (profiles) Startup regression due to additional checking of JAR file manifests
alanb [Fri, 22 Feb 2013 14:04:06 +0000] rev 16023
8008290: (profiles) Startup regression due to additional checking of JAR file manifests Reviewed-by: lancea, chegar, iris, mchung, sherman
Tue, 22 Jan 2013 15:25:37 +0100 7140852: Add test for 7022100
stefank [Tue, 22 Jan 2013 15:25:37 +0100] rev 16022
7140852: Add test for 7022100 Reviewed-by: sspitsyn, coleenp
Tue, 22 Jan 2013 13:53:53 +0100 8006506: Add test for redefining methods in backtraces to java/lang/instrument tests
stefank [Tue, 22 Jan 2013 13:53:53 +0100] rev 16021
8006506: Add test for redefining methods in backtraces to java/lang/instrument tests Reviewed-by: sspitsyn, coleenp
Thu, 21 Feb 2013 20:01:22 +0000 8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests
msheppar [Thu, 21 Feb 2013 20:01:22 +0000] rev 16020
8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests Summary: Refactored code to use java.util.Base64 Mime Encoder and Decoder as a replacement for sun.misc.BASE64Encoder and sun.misc.BASE64Decoder Reviewed-by: vinnie, chegar, sherman
Thu, 21 Feb 2013 17:43:57 -0800 Merge
lana [Thu, 21 Feb 2013 17:43:57 -0800] rev 16019
Merge
Thu, 21 Feb 2013 15:46:37 -0800 8008356: Test LambdaSerialization.java failing
rfield [Thu, 21 Feb 2013 15:46:37 -0800] rev 16018
8008356: Test LambdaSerialization.java failing Summary: run in /othervm mode Reviewed-by: ksrini
Wed, 20 Feb 2013 13:23:56 -0800 8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS
dcubed [Wed, 20 Feb 2013 13:23:56 -0800] rev 16017
8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS Summary: Use more portable pattern counting constructs in test driver. Reviewed-by: sspitsyn, sla, coleenp
Wed, 20 Feb 2013 16:39:35 +0400 8007454: (process) SetHandleInformation parameters DWORD (not BOOLEAN)
uta [Wed, 20 Feb 2013 16:39:35 +0400] rev 16016
8007454: (process) SetHandleInformation parameters DWORD (not BOOLEAN) Summary: the SetHandleInformation arguments list was fixed. Reviewed-by: alanb
Wed, 13 Feb 2013 10:24:24 +0100 8008089: Delete OS dependent check in JdkFinder.getExecutable()
ykantser [Wed, 13 Feb 2013 10:24:24 +0100] rev 16015
8008089: Delete OS dependent check in JdkFinder.getExecutable() Reviewed-by: egahlin, alanb
Tue, 19 Feb 2013 20:52:39 -0800 Merge
lana [Tue, 19 Feb 2013 20:52:39 -0800] rev 16014
Merge
Tue, 19 Feb 2013 16:49:28 -0800 8008262: pack200 should support MethodParameters - part 2
ksrini [Tue, 19 Feb 2013 16:49:28 -0800] rev 16013
8008262: pack200 should support MethodParameters - part 2 Reviewed-by: jrose
Tue, 19 Feb 2013 15:31:19 -0500 8008107: [parfait] Use after free of pointer in jdk/src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
jzavgren [Tue, 19 Feb 2013 15:31:19 -0500] rev 16012
8008107: [parfait] Use after free of pointer in jdk/src/share/native/sun/security/pkcs11/wrapper/p11_convert.c Reviewed-by: mullan, chegar
Tue, 19 Feb 2013 11:56:49 -0800 8004561: Additional functional interfaces, extension methods and name changes
mduigou [Tue, 19 Feb 2013 11:56:49 -0800] rev 16011
8004561: Additional functional interfaces, extension methods and name changes Summary: Adds additional functional interfaces for primitives and "Bi" (two operand). Adds utility extension methods. Includes some name changes for existing functional interfaces per EG decisions. Reviewed-by: briangoetz, darcy, chegar, dholmes
Tue, 19 Feb 2013 10:34:26 -0800 7092447: Clarify the default locale used in each locale sensitive operation
naoto [Tue, 19 Feb 2013 10:34:26 -0800] rev 16010
7092447: Clarify the default locale used in each locale sensitive operation Reviewed-by: okutsu
Tue, 19 Feb 2013 17:09:25 +0000 8008312: Re-enable MethodParameter tests in JDK
emc [Tue, 19 Feb 2013 17:09:25 +0000] rev 16009
8008312: Re-enable MethodParameter tests in JDK Reviewed-by: darcy
Tue, 19 Feb 2013 16:19:09 +0000 8007609: WinNTFileSystem_md.c should correctly check value returned from realloc
jzavgren [Tue, 19 Feb 2013 16:19:09 +0000] rev 16008
8007609: WinNTFileSystem_md.c should correctly check value returned from realloc Reviewed-by: alanb, chegar, dholmes
Tue, 19 Feb 2013 14:12:09 +0000 8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected
coffeys [Tue, 19 Feb 2013 14:12:09 +0000] rev 16007
8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected Reviewed-by: chegar
Tue, 19 Feb 2013 14:07:25 +0000 7197187: Currency.isPastCutoverDate should be made more robust
coffeys [Tue, 19 Feb 2013 14:07:25 +0000] rev 16006
7197187: Currency.isPastCutoverDate should be made more robust Reviewed-by: alanb
Tue, 19 Feb 2013 00:19:15 -0800 8008434: Misc javadoc warning fixes in DateTimeFormatterBuilder and TimeZone
darcy [Tue, 19 Feb 2013 00:19:15 -0800] rev 16005
8008434: Misc javadoc warning fixes in DateTimeFormatterBuilder and TimeZone Reviewed-by: mduigou, okutsu
Mon, 18 Feb 2013 08:14:18 +0000 6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
dingxmin [Mon, 18 Feb 2013 08:14:18 +0000] rev 16004
6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps Reviewed-by: alanb
Sat, 16 Feb 2013 21:22:11 -0800 8006748: getISO3Country() returns wrong value
yhuang [Sat, 16 Feb 2013 21:22:11 -0800] rev 16003
8006748: getISO3Country() returns wrong value Reviewed-by: naoto
Sun, 17 Feb 2013 01:01:15 +0000 8008348: The leftover jdk/make/tools/javazic causes build problems with hs25-b19 control
sherman [Sun, 17 Feb 2013 01:01:15 +0000] rev 16002
8008348: The leftover jdk/make/tools/javazic causes build problems with hs25-b19 control Summary: To remove jdk/make/tools/javazic from the jdk repo Reviewed-by: alanb
Sat, 16 Feb 2013 12:36:54 -0800 8004970: Implement serialization in the lambda metafactory
rfield [Sat, 16 Feb 2013 12:36:54 -0800] rev 16001
8004970: Implement serialization in the lambda metafactory Reviewed-by: forax
Fri, 15 Feb 2013 11:06:52 +0000 8008223: java/net/BindException/Test.java fails rarely
chegar [Fri, 15 Feb 2013 11:06:52 +0000] rev 16000
8008223: java/net/BindException/Test.java fails rarely Reviewed-by: khazra, alanb
Fri, 15 Feb 2013 01:17:31 +0000 8008254: j.u.Calendar.JavatimeTest failed at TL b78 pit testing
sherman [Fri, 15 Feb 2013 01:17:31 +0000] rev 15999
8008254: j.u.Calendar.JavatimeTest failed at TL b78 pit testing Summary: to use j.t.ZoneId zone name to keep round-trip Reviewed-by: okutsu
Thu, 14 Feb 2013 11:09:07 -0800 8007736: VerifyError for use of static method in interface
bharadwaj [Thu, 14 Feb 2013 11:09:07 -0800] rev 15998
8007736: VerifyError for use of static method in interface Reviewed-by: mchung
Wed, 13 Feb 2013 14:50:14 -0800 8008167: IdentityHashMap.[keySet|values|entrySet].toArray speed-up
mduigou [Wed, 13 Feb 2013 14:50:14 -0800] rev 15997
8008167: IdentityHashMap.[keySet|values|entrySet].toArray speed-up Reviewed-by: mduigou, martin Contributed-by: Peter Levart <peter.levary@gmail.com>
Thu, 14 Feb 2013 13:01:03 +0000 8008201: Add java/lang/Class/asSubclass/BasicUnit.java to the ProblemList
chegar [Thu, 14 Feb 2013 13:01:03 +0000] rev 15996
8008201: Add java/lang/Class/asSubclass/BasicUnit.java to the ProblemList Reviewed-by: mcimadamore
Tue, 12 Mar 2013 16:28:34 -0700 Merge
lana [Tue, 12 Mar 2013 16:28:34 -0700] rev 15995
Merge
Wed, 06 Mar 2013 20:10:04 +0400 8007295: Reduce number of warnings in awt classes
mcherkas [Wed, 06 Mar 2013 20:10:04 +0400] rev 15994
8007295: Reduce number of warnings in awt classes Reviewed-by: bae, anthony
Wed, 06 Mar 2013 19:42:26 +0400 6877495: JTextField and JTextArea does not support supplementary characters
alexsch [Wed, 06 Mar 2013 19:42:26 +0400] rev 15993
6877495: JTextField and JTextArea does not support supplementary characters Reviewed-by: serb, alexp
Fri, 01 Mar 2013 21:50:00 +0400 7184945: [macosx] NPE in AquaComboBoxUI since jdk7u6b17, jdk8b47
serb [Fri, 01 Mar 2013 21:50:00 +0400] rev 15992
7184945: [macosx] NPE in AquaComboBoxUI since jdk7u6b17, jdk8b47 Reviewed-by: malenkov, alexsch
Fri, 01 Mar 2013 15:31:22 +0400 7194902: [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49
serb [Fri, 01 Mar 2013 15:31:22 +0400] rev 15991
7194902: [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49 7181403: Invalid MouseEvent conversion with SwingUtilities.convertMouseEvent Reviewed-by: malenkov, alexsch
Fri, 01 Mar 2013 14:30:52 +0400 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
malenkov [Fri, 01 Mar 2013 14:30:52 +0400] rev 15990
7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs Reviewed-by: alexsch
Thu, 28 Feb 2013 20:27:38 +0400 8003169: [macosx] JVM crash after disconnecting from projector
serb [Thu, 28 Feb 2013 20:27:38 +0400] rev 15989
8003169: [macosx] JVM crash after disconnecting from projector Reviewed-by: anthony, alexsch
Thu, 28 Feb 2013 17:04:19 +0400 8008660: Failure in 2D Queue Flusher thread on Mac
serb [Thu, 28 Feb 2013 17:04:19 +0400] rev 15988
8008660: Failure in 2D Queue Flusher thread on Mac Reviewed-by: swingler, bae
Wed, 27 Feb 2013 20:34:04 +0400 8009158: Incomplete fix for 7178079
denis [Wed, 27 Feb 2013 20:34:04 +0400] rev 15987
8009158: Incomplete fix for 7178079 Reviewed-by: serb, anthony
Wed, 27 Feb 2013 19:38:36 +0400 7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13
denis [Wed, 27 Feb 2013 19:38:36 +0400] rev 15986
7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13 Reviewed-by: serb, anthony
Mon, 25 Feb 2013 10:17:25 +0000 8006634: Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler
pchelko [Mon, 25 Feb 2013 10:17:25 +0000] rev 15985
8006634: Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler Summary: Changed the logic for the nested event loops and deleted deadlock detection Reviewed-by: art, denis
Sat, 23 Feb 2013 19:49:17 -0800 Merge
lana [Sat, 23 Feb 2013 19:49:17 -0800] rev 15984
Merge
Fri, 22 Feb 2013 15:13:13 +0400 8006406: lightweight embedding in other Java UI toolkits
ant [Fri, 22 Feb 2013 15:13:13 +0400] rev 15983
8006406: lightweight embedding in other Java UI toolkits Reviewed-by: serb, anthony, art
Tue, 19 Feb 2013 22:23:34 -0800 Merge
lana [Tue, 19 Feb 2013 22:23:34 -0800] rev 15982
Merge
Tue, 19 Feb 2013 20:00:02 +0400 8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list.
kshefov [Tue, 19 Feb 2013 20:00:02 +0400] rev 15981
8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list. Reviewed-by: serb, anthony
Tue, 19 Feb 2013 17:26:40 +0400 8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException.
kshefov [Tue, 19 Feb 2013 17:26:40 +0400] rev 15980
8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException. Reviewed-by: serb, anthony
Tue, 19 Feb 2013 11:26:43 +0000 8008374: Build failure (NEWBUILD=false) on Mac
pchelko [Tue, 19 Feb 2013 11:26:43 +0000] rev 15979
8008374: Build failure (NEWBUILD=false) on Mac Summary: Fixed an old build system failure Reviewed-by: art, anthony
Fri, 15 Feb 2013 17:46:39 +0400 8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized.
kshefov [Fri, 15 Feb 2013 17:46:39 +0400] rev 15978
8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized. Reviewed-by: serb, denis Contributed-by: Vera Akulova <vera.akulova@oracle.com>
Fri, 15 Feb 2013 15:05:58 +0400 8008289: DefaultButtonModel instance keeps stale listeners in html FormView
dingxmin [Fri, 15 Feb 2013 15:05:58 +0400] rev 15977
8008289: DefaultButtonModel instance keeps stale listeners in html FormView Reviewed-by: malenkov, alexsch
Fri, 15 Feb 2013 14:24:42 +0400 7173873: JFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) will never lead to SE if EXIT_ON_CLOSE is already set
alexsch [Fri, 15 Feb 2013 14:24:42 +0400] rev 15976
7173873: JFrame.setDefaultCloseOperation(EXIT_ON_CLOSE) will never lead to SE if EXIT_ON_CLOSE is already set Reviewed-by: malenkov, serb
Tue, 12 Mar 2013 16:26:06 -0700 Merge
lana [Tue, 12 Mar 2013 16:26:06 -0700] rev 15975
Merge
Thu, 07 Mar 2013 14:05:21 +0400 8005530: [lcms] Improve performance of ColorConverOp for default destinations
bae [Thu, 07 Mar 2013 14:05:21 +0400] rev 15974
8005530: [lcms] Improve performance of ColorConverOp for default destinations Reviewed-by: prr, jgodinez
Tue, 05 Mar 2013 17:18:55 +0400 7152608: [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo
bae [Tue, 05 Mar 2013 17:18:55 +0400] rev 15973
7152608: [macosx] Crash in liblwawt.dylib in AccelGlyphCache_RemoveCellInfo Reviewed-by: jgodinez, ant
Fri, 22 Feb 2013 23:12:46 -0800 Merge
lana [Fri, 22 Feb 2013 23:12:46 -0800] rev 15972
Merge
Fri, 22 Feb 2013 11:37:40 -0800 Merge
lana [Fri, 22 Feb 2013 11:37:40 -0800] rev 15971
Merge
Fri, 22 Feb 2013 13:20:16 -0800 8005796: [parfait] Possible uninitialised variable at jdk/src/share/native/sun/java2d/loops/ByteBinary1Bit.c
jgodinez [Fri, 22 Feb 2013 13:20:16 -0800] rev 15970
8005796: [parfait] Possible uninitialised variable at jdk/src/share/native/sun/java2d/loops/ByteBinary1Bit.c Reviewed-by: prr, vadim, flar Contributed-by: jia-hong.chen@oracle.com
Fri, 22 Feb 2013 11:01:23 -0800 8006110: pageDialog is showing the swing dialog with DialogTypeSelection.NATIVE
jgodinez [Fri, 22 Feb 2013 11:01:23 -0800] rev 15969
8006110: pageDialog is showing the swing dialog with DialogTypeSelection.NATIVE Reviewed-by: bae, prr
Tue, 19 Feb 2013 22:10:42 -0800 Merge
lana [Tue, 19 Feb 2013 22:10:42 -0800] rev 15968
Merge
Mon, 18 Feb 2013 14:04:00 -0800 8005191: [parfait] #384 sun/font/layout/LookupProcessor.cpp Null pointer dereference
jgodinez [Mon, 18 Feb 2013 14:04:00 -0800] rev 15967
8005191: [parfait] #384 sun/font/layout/LookupProcessor.cpp Null pointer dereference Reviewed-by: prr, vadim Contributed-by: jia-hong.chen@oracle.com
Thu, 14 Feb 2013 14:14:38 -0800 8008173: [parfait] #1173 Uninitialised variable -- TransformHelper.cpp
jgodinez [Thu, 14 Feb 2013 14:14:38 -0800] rev 15966
8008173: [parfait] #1173 Uninitialised variable -- TransformHelper.cpp Reviewed-by: prr, vadim Contributed-by: jia-hong.chen@oracle.com
Thu, 14 Mar 2013 15:00:33 -0700 Added tag jdk8-b81 for changeset 86a86261de2b
katleman [Thu, 14 Mar 2013 15:00:33 -0700] rev 15965
Added tag jdk8-b81 for changeset 86a86261de2b
Wed, 05 Jul 2017 18:44:23 +0200 Merge
duke [Wed, 05 Jul 2017 18:44:23 +0200] rev 15964
Merge
Fri, 15 Mar 2013 11:18:40 -0700 Added tag hs25-b23 for changeset 57159db35c41
amurillo [Fri, 15 Mar 2013 11:18:40 -0700] rev 15963
Added tag hs25-b23 for changeset 57159db35c41
Fri, 15 Mar 2013 11:18:39 -0700 Merge
amurillo [Fri, 15 Mar 2013 11:18:39 -0700] rev 15962
Merge
Fri, 15 Mar 2013 04:39:05 -0700 Merge
stefank [Fri, 15 Mar 2013 04:39:05 -0700] rev 15961
Merge
Fri, 15 Mar 2013 08:57:55 +0100 Merge
stefank [Fri, 15 Mar 2013 08:57:55 +0100] rev 15960
Merge
Tue, 12 Mar 2013 11:00:49 -0700 6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared
jmasa [Tue, 12 Mar 2013 11:00:49 -0700] rev 15959
6976528: PS: assert(!limit_exceeded || softrefs_clear) failed: Should have been cleared Reviewed-by: johnc
Wed, 13 Mar 2013 05:14:43 +0100 Merge
brutisso [Wed, 13 Mar 2013 05:14:43 +0100] rev 15958
Merge
Tue, 12 Mar 2013 08:33:57 +0100 8001049: VM crashes when running with large -Xms and not specifying ObjectAlignmentInBytes
brutisso [Tue, 12 Mar 2013 08:33:57 +0100] rev 15957
8001049: VM crashes when running with large -Xms and not specifying ObjectAlignmentInBytes Summary: Take the initial heap size into account when checking the heap size for compressed oops Reviewed-by: jmasa, kvn, hseigel, ctornqvi
Tue, 12 Mar 2013 15:10:39 +0100 8008684: CMS: concurrent phase start markers should always be printed
tschatzl [Tue, 12 Mar 2013 15:10:39 +0100] rev 15956
8008684: CMS: concurrent phase start markers should always be printed Summary: Print the concurrent phase start markers for CMS when PrintGCDetails is enabled, not only if both PrintGCDetails and PrintGCTimeStamps are. Reviewed-by: mgerdin, jmasa
Mon, 11 Mar 2013 02:24:01 -0700 8004697: SIGSEGV on Solaris sparc with -XX:+UseNUMA
stefank [Mon, 11 Mar 2013 02:24:01 -0700] rev 15955
8004697: SIGSEGV on Solaris sparc with -XX:+UseNUMA Summary: Don't scan pages outside the given range. Reviewed-by: jwilhelm, jmasa
Tue, 12 Mar 2013 09:42:24 +0100 8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation
mgerdin [Tue, 12 Mar 2013 09:42:24 +0100] rev 15954
8009282: Assertion "assert(used_and_free == capacity_bytes) failed: Accounting is wrong" failed with -XX:+Verbose -XX:+TraceMetadataChunkAllocation Summary: Assertion is only valid when at a safepoint, adjust accordingly. Reviewed-by: stefank, jmasa, tamao
Mon, 11 Mar 2013 15:37:10 +0100 Merge
kevinw [Mon, 11 Mar 2013 15:37:10 +0100] rev 15953
Merge
Mon, 11 Mar 2013 12:56:00 +0000 8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection
kevinw [Mon, 11 Mar 2013 12:56:00 +0000] rev 15952
8009723: CMS logs "concurrent mode failure" twice when using (disabling) -XX:-UseCMSCompactAtFullCollection Reviewed-by: jwilhelm, ehelin, brutisso
Mon, 11 Mar 2013 08:49:53 +0100 Merge
stefank [Mon, 11 Mar 2013 08:49:53 +0100] rev 15951
Merge
Thu, 07 Mar 2013 10:44:04 -0800 8008368: Deprecate MaxGCMinorPauseMillis
tamao [Thu, 07 Mar 2013 10:44:04 -0800] rev 15950
8008368: Deprecate MaxGCMinorPauseMillis Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users Reviewed-by: brutisso, johnc Contributed-by: tamao <tao.mao@oracle.com>
Tue, 05 Mar 2013 15:36:56 -0800 8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord
tamao [Tue, 05 Mar 2013 15:36:56 -0800] rev 15949
8008079: G1: Add nextObject routine to CMBitMapRO and replace nextWord Summary: Update the task local finger to the start of the next object when marking aborts, in order to avoid the redundant scanning of all 0's when the marking task restarts, if otherwise updating to the next word. In addition, reuse the routine nextObject() in routine iterate(). Reviewed-by: johnc, ysr Contributed-by: tamao <tao.mao@oracle.com>
Thu, 14 Mar 2013 16:16:05 -0700 Merge
morris [Thu, 14 Mar 2013 16:16:05 -0700] rev 15948
Merge
Thu, 14 Mar 2013 07:44:18 -0700 8008560: [parfait] Null pointer deference in hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
morris [Thu, 14 Mar 2013 07:44:18 -0700] rev 15947
8008560: [parfait] Null pointer deference in hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Summary: add null pointer check in signal handler Reviewed-by: kvn
Wed, 13 Feb 2013 10:25:09 +0100 8005772: Stubs report compile id -1 in phase events
neliasso [Wed, 13 Feb 2013 10:25:09 +0100] rev 15946
8005772: Stubs report compile id -1 in phase events Summary: Use 0 to indicate id is NA, -1 for error or uninitalized Reviewed-by: kvn, twisti
Wed, 13 Mar 2013 13:44:45 +0100 Merge
neliasso [Wed, 13 Mar 2013 13:44:45 +0100] rev 15945
Merge
Wed, 13 Mar 2013 10:56:54 +0100 8009721: Make PhaseLive independent from regalloc
neliasso [Wed, 13 Mar 2013 10:56:54 +0100] rev 15944
8009721: Make PhaseLive independent from regalloc Summary: Moved class definition of LRG_List from chaitin.hpp to live.hpp Reviewed-by: kvn, rbackman, roland Contributed-by: niclas.adlertz@oracle.com
Wed, 13 Mar 2013 09:44:45 +0100 8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
roland [Wed, 13 Mar 2013 09:44:45 +0100] rev 15943
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates Summary: deoptimization doesn't set up callee frames so that they restore caller frames correctly. Reviewed-by: kvn
Thu, 14 Mar 2013 12:49:05 -0400 Merge
vladidan [Thu, 14 Mar 2013 12:49:05 -0400] rev 15942
Merge
Thu, 14 Mar 2013 10:37:23 -0400 Merge
jprovino [Thu, 14 Mar 2013 10:37:23 -0400] rev 15941
Merge
Tue, 12 Mar 2013 00:02:16 -0400 8009835: Only produce a warning when -Xshare:auto is explicitly requested
jprovino [Tue, 12 Mar 2013 00:02:16 -0400] rev 15940
8009835: Only produce a warning when -Xshare:auto is explicitly requested Summary: The minimal JVM is printing a warning message for default settings when it should quitely ignore them. Reviewed-by: coleenp, dholmes
Fri, 08 Mar 2013 12:35:18 -0500 Merge
jprovino [Fri, 08 Mar 2013 12:35:18 -0500] rev 15939
Merge
Wed, 06 Mar 2013 13:50:54 -0500 8008474: Add -Wundef to warning flags.
jprovino [Wed, 06 Mar 2013 13:50:54 -0500] rev 15938
8008474: Add -Wundef to warning flags. Summary: Force use of undefined macros to be and error. Reviewed-by: dholmes, mikael
Wed, 06 Mar 2013 13:46:55 -0500 8006498: #if <symbol> is wrong in the code.
jprovino [Wed, 06 Mar 2013 13:46:55 -0500] rev 15937
8006498: #if <symbol> is wrong in the code. Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
Wed, 06 Mar 2013 13:38:17 -0500 8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options
jprovino [Wed, 06 Mar 2013 13:38:17 -0500] rev 15936
8008310: Some adjustments needed to minimal VM warnings and errors for unsupported command line options Summary: Changes to arguments.cpp for warnings vs. errors. Changes for CDS arguments. Reviewed-by: coleenp, cjplummer
Wed, 13 Mar 2013 17:34:29 -0400 8003419: NPG: Clean up metadata created during class loading if failure
coleenp [Wed, 13 Mar 2013 17:34:29 -0400] rev 15935
8003419: NPG: Clean up metadata created during class loading if failure Summary: Store metadata on ClassFileParser instance to be cleaned up by destructor. This enabled some refactoring of the enormous parseClassFile function. Reviewed-by: jmasa, acorn
Wed, 13 Mar 2013 15:15:56 -0400 8009829: CDS: JDK JPRT test fails crash in Symbol::equals()
coleenp [Wed, 13 Mar 2013 15:15:56 -0400] rev 15934
8009829: CDS: JDK JPRT test fails crash in Symbol::equals() Summary: -Xshare:dump was creating a Symbol in C_heap. There's an assert there that jdk jprt wasn't hitting because it was only done in product Reviewed-by: dholmes, hseigel, iklam
Wed, 13 Mar 2013 13:47:35 -0400 Merge
coleenp [Wed, 13 Mar 2013 13:47:35 -0400] rev 15933
Merge
Mon, 11 Mar 2013 14:00:09 -0400 8008965: @Contended fails with classes having static fields
coleenp [Mon, 11 Mar 2013 14:00:09 -0400] rev 15932
8008965: @Contended fails with classes having static fields Summary: Disable @Contended support for static fields Reviewed-by: coleenp, kvn Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Wed, 13 Mar 2013 09:10:35 -0400 8009836: nsk/regression/b4222717 fails with empty stack trace
coleenp [Wed, 13 Mar 2013 09:10:35 -0400] rev 15931
8009836: nsk/regression/b4222717 fails with empty stack trace Summary: Some zeroing was missed for bug 8003553, causing empty stack traces and Xcom crashes, add back zeroing to metablock Reviewed-by: dholmes, rbackman
Fri, 08 Mar 2013 17:49:52 -0800 Merge
dcubed [Fri, 08 Mar 2013 17:49:52 -0800] rev 15930
Merge
Fri, 08 Mar 2013 17:14:22 -0800 Merge
dcubed [Fri, 08 Mar 2013 17:14:22 -0800] rev 15929
Merge
Fri, 08 Mar 2013 11:47:57 -0500 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp [Fri, 08 Mar 2013 11:47:57 -0500] rev 15928
8003553: NPG: metaspace objects should be zeroed in constructors Summary: Zero metadata in constructors, not in allocation (and some in constructors) Reviewed-by: jmasa, sspitsyn
Thu, 07 Mar 2013 14:06:44 -0500 8008257: NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option
zgu [Thu, 07 Mar 2013 14:06:44 -0500] rev 15927
8008257: NMT: assert(new_rec->is_allocation_record()) failed when running with shared memory option Summary: Corrected virtual memory recording and tagging code when large pages are used Reviewed-by: coleenp, ccheung
Tue, 05 Mar 2013 13:55:56 -0800 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
iklam [Tue, 05 Mar 2013 13:55:56 -0800] rev 15926
7107135: Stack guard pages are no more protected after loading a shared library with executable stack Summary: Detect the execstack attribute of the loaded library and attempt to fix the stack guard using Safepoint op. Reviewed-by: dholmes, zgu Contributed-by: ioi.lam@oracle.com
Tue, 05 Mar 2013 08:50:59 +0100 8009287: [parfait] Uninitialised variable in hotspot/agent/src/os/linux/ps_core.c
sla [Tue, 05 Mar 2013 08:50:59 +0100] rev 15925
8009287: [parfait] Uninitialised variable in hotspot/agent/src/os/linux/ps_core.c Reviewed-by: dholmes, kvn, mikael, morris
Fri, 08 Mar 2013 08:22:18 -0800 8009688: new hotspot build - hs25-b23
amurillo [Fri, 08 Mar 2013 08:22:18 -0800] rev 15924
8009688: new hotspot build - hs25-b23 Reviewed-by: jcoomes
Thu, 14 Mar 2013 19:26:39 -0700 Merge
lana [Thu, 14 Mar 2013 19:26:39 -0700] rev 15923
Merge
Tue, 12 Mar 2013 18:22:40 -0700 Merge
lana [Tue, 12 Mar 2013 18:22:40 -0700] rev 15922
Merge
Mon, 25 Feb 2013 07:22:06 +0100 Merge
ewendeli [Mon, 25 Feb 2013 07:22:06 +0100] rev 15921
Merge
Tue, 19 Feb 2013 21:45:09 +0100 Merge
ewendeli [Tue, 19 Feb 2013 21:45:09 +0100] rev 15920
Merge
Sun, 03 Feb 2013 22:43:57 +0100 Merge
ewendeli [Sun, 03 Feb 2013 22:43:57 +0100] rev 15919
Merge
Mon, 05 Nov 2012 17:03:33 -0500 8001307: Modify ACC_SUPER behavior
kamg [Mon, 05 Nov 2012 17:03:33 -0500] rev 15918
8001307: Modify ACC_SUPER behavior Summary: Disallow non-virtual calls even when ACC_SUPER is absent. Reviewed-by: kvn, acorn
Fri, 26 Oct 2012 09:27:25 -0700 Merge
asaha [Fri, 26 Oct 2012 09:27:25 -0700] rev 15917
Merge
Thu, 14 Mar 2013 15:00:19 -0700 Added tag jdk8-b81 for changeset 25c319ff4cf4
katleman [Thu, 14 Mar 2013 15:00:19 -0700] rev 15916
Added tag jdk8-b81 for changeset 25c319ff4cf4
Tue, 19 Mar 2013 11:25:05 -0400 8010277: Configure doesn't fail when Xrender.h is missing
omajid [Tue, 19 Mar 2013 11:25:05 -0400] rev 15915
8010277: Configure doesn't fail when Xrender.h is missing Reviewed-by: andrew
Mon, 18 Mar 2013 10:47:37 -0400 8010030: Allow configure to detect if EC implementation is present
omajid [Mon, 18 Mar 2013 10:47:37 -0400] rev 15914
8010030: Allow configure to detect if EC implementation is present Reviewed-by: andrew, dholmes
Thu, 14 Mar 2013 19:33:24 -0700 Merge
lana [Thu, 14 Mar 2013 19:33:24 -0700] rev 15913
Merge
Wed, 13 Mar 2013 23:21:35 -0700 Merge
lana [Wed, 13 Mar 2013 23:21:35 -0700] rev 15912
Merge
Tue, 12 Mar 2013 16:38:11 -0700 Merge
lana [Tue, 12 Mar 2013 16:38:11 -0700] rev 15911
Merge
Wed, 06 Mar 2013 08:37:27 -0800 8009162: root repo "make test" target should run against image
mduigou [Wed, 06 Mar 2013 08:37:27 -0800] rev 15910
8009162: root repo "make test" target should run against image Reviewed-by: alanb, martin, erikj
Tue, 05 Mar 2013 22:45:59 -0500 8009529: Fix for 8006988 missed closed configure changes
dholmes [Tue, 05 Mar 2013 22:45:59 -0500] rev 15909
8009529: Fix for 8006988 missed closed configure changes Reviewed-by: mr
Tue, 05 Mar 2013 15:09:56 -0800 Merge
lana [Tue, 05 Mar 2013 15:09:56 -0800] rev 15908
Merge
Tue, 05 Mar 2013 11:46:02 -0800 Merge
lana [Tue, 05 Mar 2013 11:46:02 -0800] rev 15907
Merge
Tue, 05 Mar 2013 13:16:40 -0800 8006988: build-infra: Configure fails if 'cl' is in path on linux
martin [Tue, 05 Mar 2013 13:16:40 -0800] rev 15906
8006988: build-infra: Configure fails if 'cl' is in path on linux Summary: Respect user CC and CXX environment variables; use cl iff on windows Reviewed-by: erikj
Tue, 26 Feb 2013 09:25:44 -0800 8009019: Updates to generated-configure.sh required for 8008914
tbell [Tue, 26 Feb 2013 09:25:44 -0800] rev 15905
8009019: Updates to generated-configure.sh required for 8008914 Reviewed-by: sundar, jlaskey, jjg
Tue, 26 Feb 2013 14:08:19 +0000 8008978: nashorn-rules.gmk missing
alanb [Tue, 26 Feb 2013 14:08:19 +0000] rev 15904
8008978: nashorn-rules.gmk missing Reviewed-by: alanb Contributed-by: erik.joelsson@oracle.com, james.laskey@oracle.com
Mon, 25 Feb 2013 15:08:11 -0800 8008914: Add nashorn to the tl build
jjg [Mon, 25 Feb 2013 15:08:11 -0800] rev 15903
8008914: Add nashorn to the tl build Reviewed-by: mr, tbell, jjh Contributed-by: erik.joelsson@oracle.com, james.laskey@oracle.com
Thu, 21 Feb 2013 17:39:58 -0800 Merge
lana [Thu, 21 Feb 2013 17:39:58 -0800] rev 15902
Merge
Wed, 20 Feb 2013 17:56:16 -0800 8008629: webrev.ksh needs to quote bug title it gets back from scraping bugs.sun.com
mduigou [Wed, 20 Feb 2013 17:56:16 -0800] rev 15901
8008629: webrev.ksh needs to quote bug title it gets back from scraping bugs.sun.com Reviewed-by: darcy
Tue, 19 Feb 2013 20:48:40 -0800 Merge
lana [Tue, 19 Feb 2013 20:48:40 -0800] rev 15900
Merge
Tue, 19 Feb 2013 00:24:55 -0800 8008435: Fix new build to include jdk.Supported in ct.sym
darcy [Tue, 19 Feb 2013 00:24:55 -0800] rev 15899
8008435: Fix new build to include jdk.Supported in ct.sym Reviewed-by: erikj
Thu, 14 Mar 2013 15:00:05 -0700 Added tag jdk8-b81 for changeset 13e9af9186a2
katleman [Thu, 14 Mar 2013 15:00:05 -0700] rev 15898
Added tag jdk8-b81 for changeset 13e9af9186a2
Wed, 05 Jul 2017 18:43:55 +0200 Added tag jdk8-b81 for changeset e41d716405b2
duke [Wed, 05 Jul 2017 18:43:55 +0200] rev 15897
Added tag jdk8-b81 for changeset e41d716405b2
Wed, 05 Jul 2017 18:43:54 +0200 Merge jdk8-b81
duke [Wed, 05 Jul 2017 18:43:54 +0200] rev 15896
Merge
Wed, 05 Jul 2017 18:43:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:50 +0200] rev 15895
Merge
Thu, 07 Mar 2013 11:18:06 -0800 Added tag jdk8-b80 for changeset dec13271b739
katleman [Thu, 07 Mar 2013 11:18:06 -0800] rev 15894
Added tag jdk8-b80 for changeset dec13271b739
Wed, 05 Jul 2017 18:43:47 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:47 +0200] rev 15893
Merge
Thu, 07 Mar 2013 11:17:47 -0800 Added tag jdk8-b80 for changeset 55eb22e60638
katleman [Thu, 07 Mar 2013 11:17:47 -0800] rev 15892
Added tag jdk8-b80 for changeset 55eb22e60638
Wed, 05 Jul 2017 18:43:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:43 +0200] rev 15891
Merge
Thu, 07 Mar 2013 11:17:45 -0800 Added tag jdk8-b80 for changeset 81737a0a6546
katleman [Thu, 07 Mar 2013 11:17:45 -0800] rev 15890
Added tag jdk8-b80 for changeset 81737a0a6546
Wed, 05 Jul 2017 18:43:39 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:39 +0200] rev 15889
Merge
Thu, 07 Mar 2013 11:17:32 -0800 Added tag jdk8-b80 for changeset 18835185e71e
katleman [Thu, 07 Mar 2013 11:17:32 -0800] rev 15888
Added tag jdk8-b80 for changeset 18835185e71e
Wed, 05 Jul 2017 18:43:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:35 +0200] rev 15887
Merge
Tue, 12 Mar 2013 19:19:09 -0700 Merge
katleman [Tue, 12 Mar 2013 19:19:09 -0700] rev 15886
Merge
Tue, 12 Mar 2013 15:17:19 +0100 8009695: embedded/GP/RI: This intermittent error happens too often, makes the build unstable, and waste machine
erikj [Tue, 12 Mar 2013 15:17:19 +0100] rev 15885
8009695: embedded/GP/RI: This intermittent error happens too often, makes the build unstable, and waste machine Reviewed-by: dholmes, tbell
Mon, 11 Mar 2013 13:42:17 -0700 Merge
katleman [Mon, 11 Mar 2013 13:42:17 -0700] rev 15884
Merge
Wed, 06 Mar 2013 16:15:16 +0100 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?
erikj [Wed, 06 Mar 2013 16:15:16 +0100] rev 15883
8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions? Reviewed-by: tbell
Mon, 04 Mar 2013 15:40:12 +0100 8009384: Temporarily disable jstat tests to ease complicated push
ehelin [Mon, 04 Mar 2013 15:40:12 +0100] rev 15882
8009384: Temporarily disable jstat tests to ease complicated push Reviewed-by: mchung
Thu, 07 Mar 2013 11:17:56 -0800 Added tag jdk8-b80 for changeset 72415be10117
katleman [Thu, 07 Mar 2013 11:17:56 -0800] rev 15881
Added tag jdk8-b80 for changeset 72415be10117
Wed, 05 Jul 2017 18:43:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:29 +0200] rev 15880
Merge
Fri, 08 Mar 2013 08:10:01 -0800 Added tag hs25-b22 for changeset f06b74113bc2
amurillo [Fri, 08 Mar 2013 08:10:01 -0800] rev 15879
Added tag hs25-b22 for changeset f06b74113bc2
Fri, 08 Mar 2013 08:10:00 -0800 Merge
amurillo [Fri, 08 Mar 2013 08:10:00 -0800] rev 15878
Merge
Thu, 07 Mar 2013 18:03:26 -0800 Merge
morris [Thu, 07 Mar 2013 18:03:26 -0800] rev 15877
Merge
Thu, 07 Mar 2013 14:46:20 -0800 Merge
morris [Thu, 07 Mar 2013 14:46:20 -0800] rev 15876
Merge
Wed, 06 Mar 2013 12:25:57 -0800 8009472: Print additional information for 8004640 failure
kvn [Wed, 06 Mar 2013 12:25:57 -0800] rev 15875
8009472: Print additional information for 8004640 failure Summary: dump nodes and types in 8004640 case. Reviewed-by: roland
Wed, 06 Mar 2013 10:28:38 +0100 8009460: C2compiler crash in machnode::in_regmask(unsigned int)
roland [Wed, 06 Mar 2013 10:28:38 +0100] rev 15874
8009460: C2compiler crash in machnode::in_regmask(unsigned int) Summary: 7121140 may not correctly break the Allocate -> MemBarStoreStore link Reviewed-by: kvn
Tue, 05 Mar 2013 18:03:36 -0800 8008750: [partfait] Null pointer deference in hotspot/src/share/vm/oops/instanceKlass.hpp
morris [Tue, 05 Mar 2013 18:03:36 -0800] rev 15873
8008750: [partfait] Null pointer deference in hotspot/src/share/vm/oops/instanceKlass.hpp Summary: fix null pointer Reviewed-by: kvn, coleenp
Tue, 05 Mar 2013 08:17:18 -0800 Merge
vlivanov [Tue, 05 Mar 2013 08:17:18 -0800] rev 15872
Merge
Tue, 05 Mar 2013 04:24:50 -0800 8009120: Fuzz instruction scheduling in HotSpot compilers
shade [Tue, 05 Mar 2013 04:24:50 -0800] rev 15871
8009120: Fuzz instruction scheduling in HotSpot compilers Reviewed-by: kvn, vlivanov
Tue, 05 Mar 2013 04:24:33 -0800 8008574: [parfait] Null pointer deference in hotspot/src/share/vm/runtime/frame.cpp
morris [Tue, 05 Mar 2013 04:24:33 -0800] rev 15870
8008574: [parfait] Null pointer deference in hotspot/src/share/vm/runtime/frame.cpp Summary: fix null pointer Reviewed-by: kvn
Mon, 04 Mar 2013 13:15:01 -0800 8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value
morris [Mon, 04 Mar 2013 13:15:01 -0800] rev 15869
8008559: [parfait] Path through non-void function '_ZN2os15thread_cpu_timeEP6Thread' returns an undefined value Summary: safety checks for non-Apple thread time functions Reviewed-by: kvn
Fri, 01 Mar 2013 14:26:34 -0800 8008327: [parfait] Unitialized variable in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
morris [Fri, 01 Mar 2013 14:26:34 -0800] rev 15868
8008327: [parfait] Unitialized variable in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m Summary: Fix unitialized variable and return value. Reviewed-by: kvn
Thu, 07 Mar 2013 10:39:15 -0800 Merge
jiangli [Thu, 07 Mar 2013 10:39:15 -0800] rev 15867
Merge
Thu, 07 Mar 2013 10:46:14 -0500 Merge
jprovino [Thu, 07 Mar 2013 10:46:14 -0500] rev 15866
Merge
Fri, 01 Mar 2013 14:06:47 -0500 Merge
bpittore [Fri, 01 Mar 2013 14:06:47 -0500] rev 15865
Merge
Wed, 27 Feb 2013 20:36:14 -0800 7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option
collins [Wed, 27 Feb 2013 20:36:14 -0800] rev 15864
7115383: TEST_BUG: some jtreg tests fail because they explicitly specify -server option Summary: Small changes to hotspot tests to remove "-server" and replace with ${TESTVMOPTS} Reviewed-by: kvn
Thu, 07 Mar 2013 14:29:02 +0100 Merge
stefank [Thu, 07 Mar 2013 14:29:02 +0100] rev 15863
Merge
Mon, 04 Mar 2013 22:39:00 -0800 8008451: Make mac builds on 10.8 work on 10.7
erikj [Mon, 04 Mar 2013 22:39:00 -0800] rev 15862
8008451: Make mac builds on 10.8 work on 10.7 Reviewed-by: jcoomes, ohair
Mon, 04 Mar 2013 12:42:14 -0800 8007036: G1: Too many old regions added to last mixed GC
johnc [Mon, 04 Mar 2013 12:42:14 -0800] rev 15861
8007036: G1: Too many old regions added to last mixed GC Summary: Stop adding old regions to collection set when the remaining reclaimable bytes reaches, or goes below, G1HeapWastePercent. Changes were also reviewed by Vitaly Davidovich <vitalyd@gmail.com>. Reviewed-by: brutisso
Mon, 04 Mar 2013 13:01:24 +0100 8004172: Update jstat counter names to reflect metaspace changes
ehelin [Mon, 04 Mar 2013 13:01:24 +0100] rev 15860
8004172: Update jstat counter names to reflect metaspace changes Reviewed-by: stefank, jmasa
Fri, 01 Feb 2013 17:02:36 -0800 7189971: Implement CMSWaitDuration for non-incremental mode of CMS
jmasa [Fri, 01 Feb 2013 17:02:36 -0800] rev 15859
7189971: Implement CMSWaitDuration for non-incremental mode of CMS Reviewed-by: jmasa, johnc, ysr Contributed-by: michal@frajt.eu
Fri, 01 Mar 2013 15:59:10 -0800 Merge
dcubed [Fri, 01 Mar 2013 15:59:10 -0800] rev 15858
Merge
Thu, 28 Feb 2013 18:37:41 -0500 Merge
coleenp [Thu, 28 Feb 2013 18:37:41 -0500] rev 15857
Merge
Wed, 27 Feb 2013 07:35:32 -0500 Merge
coleenp [Wed, 27 Feb 2013 07:35:32 -0500] rev 15856
Merge
Wed, 27 Feb 2013 09:40:30 +0100 8008959: Fix non-PCH build on Linux, Windows and MacOS X
simonis [Wed, 27 Feb 2013 09:40:30 +0100] rev 15855
8008959: Fix non-PCH build on Linux, Windows and MacOS X Summary: Fix the build without precompiled headers by either including the missing ".inline.hpp" files into the appropriate files or by turning inline-functions declared in header files into ordinary functions in ".cpp" files. Reviewed-by: coleenp, stefank, dholmes
Thu, 28 Feb 2013 05:55:18 -0800 Merge
dcubed [Thu, 28 Feb 2013 05:55:18 -0800] rev 15854
Merge
Wed, 27 Feb 2013 15:00:30 -0800 8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address
dcubed [Wed, 27 Feb 2013 15:00:30 -0800] rev 15853
8007476: assert(the_owner != NULL) failed: Did not find owning Java thread for lock word address Summary: Make deadlock detection a little more robust in the case of being unable to find the JavaThread associated with an object lock. Reviewed-by: sla, acorn
Wed, 27 Feb 2013 22:40:14 +0000 7178741: SA: jstack -m produce UnalignedAddressException in output (Linux)
kevinw [Wed, 27 Feb 2013 22:40:14 +0000] rev 15852
7178741: SA: jstack -m produce UnalignedAddressException in output (Linux) Reviewed-by: poonam, sla
Wed, 27 Feb 2013 16:40:30 +0000 Merge
kevinw [Wed, 27 Feb 2013 16:40:30 +0000] rev 15851
Merge
Wed, 27 Feb 2013 14:02:26 +0000 8008807: SA: jstack crash when target has mismatched bitness (Linux)
kevinw [Wed, 27 Feb 2013 14:02:26 +0000] rev 15850
8008807: SA: jstack crash when target has mismatched bitness (Linux) Reviewed-by: rbackman, sla, poonam
Wed, 27 Feb 2013 04:58:45 -0500 Merge
dholmes [Wed, 27 Feb 2013 04:58:45 -0500] rev 15849
Merge
Tue, 26 Feb 2013 08:54:03 -0800 8008081: Print outs do not have matching arguments
mikael [Tue, 26 Feb 2013 08:54:03 -0800] rev 15848
8008081: Print outs do not have matching arguments Summary: Corrected formatted prints to have matching arguments, removed dead print_frame_layout function Reviewed-by: sla, dholmes
Thu, 21 Feb 2013 17:22:15 +0100 8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive
stefank [Thu, 21 Feb 2013 17:22:15 +0100] rev 15847
8008549: NPG: SystemDictionary::find(...) unnecessarily keeps class loaders alive Summary: SystemDictionary::find(...) should not create and register ClassLoaderData objects for class loaders. Reviewed-by: coleenp, acorn Contributed-by: Stefan Karlsson <stefan.karlsson@oracle.com>, Erik Helin <erik.helin@oracle.com>
Fri, 01 Mar 2013 04:58:31 -0800 8009226: new hotspot build - hs25-b22
amurillo [Fri, 01 Mar 2013 04:58:31 -0800] rev 15846
8009226: new hotspot build - hs25-b22 Reviewed-by: jcoomes
Thu, 07 Mar 2013 11:17:36 -0800 Added tag jdk8-b80 for changeset 8a6e09ace0d3
katleman [Thu, 07 Mar 2013 11:17:36 -0800] rev 15845
Added tag jdk8-b80 for changeset 8a6e09ace0d3
Tue, 12 Mar 2013 22:08:13 -0700 8009819: build-infra: RE jdk8 build forest fails for windows since addition of --with-dxsdk
tbell [Tue, 12 Mar 2013 22:08:13 -0700] rev 15844
8009819: build-infra: RE jdk8 build forest fails for windows since addition of --with-dxsdk Reviewed-by: katleman
Mon, 11 Mar 2013 13:41:41 -0700 Merge
katleman [Mon, 11 Mar 2013 13:41:41 -0700] rev 15843
Merge
Wed, 06 Mar 2013 10:50:37 +0100 8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions?
erikj [Wed, 06 Mar 2013 10:50:37 +0100] rev 15842
8008073: build-infra: Need --with-dxsdk option? And awt/sound -I option additions? Reviewed-by: tbell
Thu, 07 Mar 2013 11:17:28 -0800 Added tag jdk8-b80 for changeset 3a8903868eb2
katleman [Thu, 07 Mar 2013 11:17:28 -0800] rev 15841
Added tag jdk8-b80 for changeset 3a8903868eb2
Wed, 05 Jul 2017 18:43:10 +0200 Added tag jdk8-b80 for changeset 3fa21fbf9be7
duke [Wed, 05 Jul 2017 18:43:10 +0200] rev 15840
Added tag jdk8-b80 for changeset 3fa21fbf9be7
Wed, 05 Jul 2017 18:43:09 +0200 Merge jdk8-b80
duke [Wed, 05 Jul 2017 18:43:09 +0200] rev 15839
Merge
Wed, 05 Jul 2017 18:43:05 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:05 +0200] rev 15838
Merge
Thu, 28 Feb 2013 10:43:03 -0800 Added tag jdk8-b79 for changeset eef229ae322b
katleman [Thu, 28 Feb 2013 10:43:03 -0800] rev 15837
Added tag jdk8-b79 for changeset eef229ae322b
Wed, 05 Jul 2017 18:43:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:43:01 +0200] rev 15836
Merge
Thu, 28 Feb 2013 10:42:28 -0800 Added tag jdk8-b79 for changeset b258a0e45b83
katleman [Thu, 28 Feb 2013 10:42:28 -0800] rev 15835
Added tag jdk8-b79 for changeset b258a0e45b83
Wed, 05 Jul 2017 18:42:57 +0200 Merge
duke [Wed, 05 Jul 2017 18:42:57 +0200] rev 15834
Merge
Thu, 28 Feb 2013 10:42:23 -0800 Added tag jdk8-b79 for changeset 1f581fc39f6b
katleman [Thu, 28 Feb 2013 10:42:23 -0800] rev 15833
Added tag jdk8-b79 for changeset 1f581fc39f6b
Wed, 05 Jul 2017 18:42:53 +0200 Merge
duke [Wed, 05 Jul 2017 18:42:53 +0200] rev 15832
Merge
Thu, 28 Feb 2013 10:41:58 -0800 Added tag jdk8-b79 for changeset 6cecdca1115d
katleman [Thu, 28 Feb 2013 10:41:58 -0800] rev 15831
Added tag jdk8-b79 for changeset 6cecdca1115d
Wed, 05 Jul 2017 18:42:49 +0200 Merge
duke [Wed, 05 Jul 2017 18:42:49 +0200] rev 15830
Merge
Thu, 28 Feb 2013 20:30:34 -0800 Merge
katleman [Thu, 28 Feb 2013 20:30:34 -0800] rev 15829
Merge
Thu, 28 Feb 2013 19:30:43 -0800 8009196: install doesn't define $(AR) as /usr/ccs/bin/ar, results in ar: Command not found
katleman [Thu, 28 Feb 2013 19:30:43 -0800] rev 15828
8009196: install doesn't define $(AR) as /usr/ccs/bin/ar, results in ar: Command not found Reviewed-by: tbell
Wed, 27 Feb 2013 13:10:30 -0800 Merge
katleman [Wed, 27 Feb 2013 13:10:30 -0800] rev 15827
Merge
Tue, 26 Feb 2013 13:23:55 -0800 Merge
katleman [Tue, 26 Feb 2013 13:23:55 -0800] rev 15826
Merge
Thu, 21 Feb 2013 14:23:12 +0100 8007903: 8005583's changes to make/install-rules.gmk need to made to jdk/make/closed/InstallWrapper.gmk
erikj [Thu, 21 Feb 2013 14:23:12 +0100] rev 15825
8007903: 8005583's changes to make/install-rules.gmk need to made to jdk/make/closed/InstallWrapper.gmk Reviewed-by: tbell, ohair
Thu, 21 Feb 2013 14:16:15 +0100 8008451: Make mac builds on 10.8 work on 10.7
erikj [Thu, 21 Feb 2013 14:16:15 +0100] rev 15824
8008451: Make mac builds on 10.8 work on 10.7 Reviewed-by: ohair, ddehaven
Thu, 21 Feb 2013 14:14:59 +0100 8007387: "sed: RE error: illegal byte sequence" when building images on Mac
erikj [Thu, 21 Feb 2013 14:14:59 +0100] rev 15823
8007387: "sed: RE error: illegal byte sequence" when building images on Mac Reviewed-by: tbell
Thu, 28 Feb 2013 10:42:40 -0800 Added tag jdk8-b79 for changeset 630e3bc5b729
katleman [Thu, 28 Feb 2013 10:42:40 -0800] rev 15822
Added tag jdk8-b79 for changeset 630e3bc5b729
Wed, 05 Jul 2017 18:42:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:42:42 +0200] rev 15821
Merge
Fri, 01 Mar 2013 04:45:51 -0800 Added tag hs25-b21 for changeset 972d3f095a95
amurillo [Fri, 01 Mar 2013 04:45:51 -0800] rev 15820
Added tag hs25-b21 for changeset 972d3f095a95
Fri, 01 Mar 2013 04:45:51 -0800 Merge
amurillo [Fri, 01 Mar 2013 04:45:51 -0800] rev 15819
Merge
Thu, 28 Feb 2013 15:31:03 -0800 Merge
vlivanov [Thu, 28 Feb 2013 15:31:03 -0800] rev 15818
Merge
Wed, 27 Feb 2013 08:03:10 -0800 Merge
vlivanov [Wed, 27 Feb 2013 08:03:10 -0800] rev 15817
Merge
Wed, 27 Feb 2013 05:58:48 -0800 8007439: C2: adding successful message of inlining
iignatyev [Wed, 27 Feb 2013 05:58:48 -0800] rev 15816
8007439: C2: adding successful message of inlining Reviewed-by: kvn, vlivanov
Tue, 26 Feb 2013 15:38:24 -0800 8007776: Test6852078.java timeouts
drchase [Tue, 26 Feb 2013 15:38:24 -0800] rev 15815
8007776: Test6852078.java timeouts Summary: if more than 100 seconds and more than 100 iterations have both passed, then exit is allowed. Reviewed-by: kvn
Tue, 26 Feb 2013 12:18:30 +0100 8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376
roland [Tue, 26 Feb 2013 12:18:30 +0100] rev 15814
8007722: C2: "assert(tp->base() != Type::AnyPtr) failed: not a bare pointer" at machnode.cpp:376 Summary: GetAndSetP's MachNode should capture bottom type. Reviewed-by: kvn
Mon, 25 Feb 2013 14:13:04 +0100 8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution
roland [Mon, 25 Feb 2013 14:13:04 +0100] rev 15813
8007294: ReduceFieldZeroing doesn't check for dependent load and can lead to incorrect execution Summary: InitializeNode::can_capture_store() must check that the captured store doesn't overwrite a memory location that is loaded before the store. Reviewed-by: kvn
Thu, 28 Feb 2013 09:01:08 +0100 Merge
brutisso [Thu, 28 Feb 2013 09:01:08 +0100] rev 15812
Merge
Wed, 06 Feb 2013 07:48:02 +0100 8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value
ehelin [Wed, 06 Feb 2013 07:48:02 +0100] rev 15811
8004924: NPG: jmap -heap output should contain ClassMetaspaceSize value Reviewed-by: stefank, mgerdin
Tue, 26 Feb 2013 22:31:35 +0100 Merge
ehelin [Tue, 26 Feb 2013 22:31:35 +0100] rev 15810
Merge
Wed, 20 Feb 2013 16:41:23 +0100 8008536: Add HotSpot support for printing class loader statistics for JMap
ehelin [Wed, 20 Feb 2013 16:41:23 +0100] rev 15809
8008536: Add HotSpot support for printing class loader statistics for JMap Reviewed-by: sla, brutisso
Tue, 26 Feb 2013 08:58:20 -0800 Merge
poonam [Tue, 26 Feb 2013 08:58:20 -0800] rev 15808
Merge
Sat, 23 Feb 2013 17:40:33 -0800 Merge
poonam [Sat, 23 Feb 2013 17:40:33 -0800] rev 15807
Merge
Thu, 21 Feb 2013 23:58:05 -0800 8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED
poonam [Thu, 21 Feb 2013 23:58:05 -0800] rev 15806
8008546: Wrong G1ConfidencePercent results in GUARANTEE(VARIANCE() > -1.0) FAILED Reviewed-by: brutisso, johnc Contributed-by: vladimir.kempik@oracle.com
Tue, 26 Feb 2013 11:52:06 +0100 Merge
brutisso [Tue, 26 Feb 2013 11:52:06 +0100] rev 15805
Merge
Fri, 22 Feb 2013 11:01:01 -0800 8007221: G1: concurrent phase durations do not state the time units ("secs")
johnc [Fri, 22 Feb 2013 11:01:01 -0800] rev 15804
8007221: G1: concurrent phase durations do not state the time units ("secs") Summary: Add timer units to concurrent marking phases where the units were missing. Reviewed-by: jmasa, ysr
Thu, 21 Feb 2013 11:16:50 +0100 8008314: Unimplemented() Atomic::load breaks the applications
jwilhelm [Thu, 21 Feb 2013 11:16:50 +0100] rev 15803
8008314: Unimplemented() Atomic::load breaks the applications Summary: jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed. Reviewed-by: dholmes, dlong
Wed, 27 Feb 2013 12:20:34 -0800 Merge
sspitsyn [Wed, 27 Feb 2013 12:20:34 -0800] rev 15802
Merge
Tue, 26 Feb 2013 14:09:52 +0100 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman [Tue, 26 Feb 2013 14:09:52 +0100] rev 15801
8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity Reviewed-by: kvn, sla
Fri, 22 Feb 2013 10:16:51 -0800 Merge
sspitsyn [Fri, 22 Feb 2013 10:16:51 -0800] rev 15800
Merge
Fri, 22 Feb 2013 08:36:42 -0500 8000797: NPG: is_pseudo_string_at() doesn't work
coleenp [Fri, 22 Feb 2013 08:36:42 -0500] rev 15799
8000797: NPG: is_pseudo_string_at() doesn't work Summary: Zero Symbol* for constant pool strings to indicate pseudo_strings (objects that aren't strings). Clean up JVM_CONSTANT_Object and unused flags. Reviewed-by: sspitsyn, jrose
Fri, 22 Feb 2013 10:03:02 +0100 7165259: Remove BugSpot
sla [Fri, 22 Feb 2013 10:03:02 +0100] rev 15798
7165259: Remove BugSpot Reviewed-by: coleenp, mgronlun
Thu, 21 Feb 2013 07:50:48 -0500 8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days
zgu [Thu, 21 Feb 2013 07:50:48 -0500] rev 15797
8008071: Crashed in promote_malloc_records() with Kitchensink after 19 days Summary: Added NULL pointer check for arena size record Reviewed-by: sspitsyn, dholmes
Wed, 20 Feb 2013 19:36:25 -0800 6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly
dcubed [Wed, 20 Feb 2013 19:36:25 -0800] rev 15796
6799919: Recursive calls to report_vm_out_of_memory are handled incorrectly Summary: report_vm_out_of_memory() should allow VMError.report_and_die() to handle multiple out of native memory errors. Reviewed-by: dcubed, dholmes, coleenp, acorn Contributed-by: ron.durbin@oracle.com
Wed, 20 Feb 2013 07:42:01 -0500 Merge
hseigel [Wed, 20 Feb 2013 07:42:01 -0500] rev 15795
Merge
Wed, 20 Feb 2013 07:16:23 -0500 8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp
hseigel [Wed, 20 Feb 2013 07:16:23 -0500] rev 15794
8004495: [parfait] False positive Buffer overflow in hotspot/src/os/linux/vm/os_linux.cpp Summary: Delete the questionable source code because it is for no-longer supported versions of Linux. Reviewed-by: mikael, coleenp
Tue, 19 Feb 2013 18:45:49 +0100 8006753: fix failed for JDK-8002415 White box testing API for HotSpot
mgerdin [Tue, 19 Feb 2013 18:45:49 +0100] rev 15793
8006753: fix failed for JDK-8002415 White box testing API for HotSpot Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
Fri, 22 Feb 2013 10:12:00 -0800 8008692: new hotspot build - hs25-b21
amurillo [Fri, 22 Feb 2013 10:12:00 -0800] rev 15792
8008692: new hotspot build - hs25-b21 Reviewed-by: jcoomes
Thu, 28 Feb 2013 10:42:09 -0800 Added tag jdk8-b79 for changeset f2f591a26d5f
katleman [Thu, 28 Feb 2013 10:42:09 -0800] rev 15791
Added tag jdk8-b79 for changeset f2f591a26d5f
Mon, 04 Mar 2013 16:45:07 +0100 8004352: build-infra: Limit JOBS on large machines
erikj [Mon, 04 Mar 2013 16:45:07 +0100] rev 15790
8004352: build-infra: Limit JOBS on large machines Reviewed-by: mduigou
Thu, 28 Feb 2013 20:29:19 -0800 Merge
katleman [Thu, 28 Feb 2013 20:29:19 -0800] rev 15789
Merge
Tue, 26 Feb 2013 13:23:06 -0800 Merge
katleman [Tue, 26 Feb 2013 13:23:06 -0800] rev 15788
Merge
Sat, 23 Feb 2013 10:47:01 -0800 8004712: build-infra: Move user guide from web pages to repository
ohair [Sat, 23 Feb 2013 10:47:01 -0800] rev 15787
8004712: build-infra: Move user guide from web pages to repository Summary: Just the initial work, will need more changes. Reviewed-by: tbell
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip