Alejandro Murillo
119aa701d0
Added tag hs23-b13 for changeset c996ca3f8bac
2012-02-03 18:04:11 -08:00
Alejandro Murillo
d639db1a9d
Merge
2012-02-03 18:04:09 -08:00
John Coomes
abcd88ab09
Merge
2012-02-03 12:20:11 -08:00
John Coomes
140e8ff0d9
Merge
2012-02-03 12:08:55 -08:00
Frederic Parain
7b1a6d8811
Merge
2012-02-03 14:04:59 -05:00
Phil Race
80e0df803f
7141914: Draw glyph cause JVM crash
...
Reviewed-by: bae, igor
2012-02-03 09:57:45 -08:00
Pavel Porvatov
a1486e0c08
7071775: javax/swing/JFileChooser/6396844/TwentyThousandTest.java failed on winxp
...
Reviewed-by: alexp
2012-02-03 18:01:24 +04:00
Pavel Porvatov
314ecdc15a
7141573: JProgressBar resize exception, if setStringPainted in Windows LAF
...
Reviewed-by: malenkov
2012-02-03 17:57:39 +04:00
John Coomes
39ab213a0a
6679764: enable parallel compaction by default
...
Reviewed-by: phh, jmasa
2012-02-02 16:05:17 -08:00
Sonali Goel
c750a3e42c
7141141: Add 3 new test scenarios for testing Main-Class attribute in jar manifest file
...
Reviewed-by: ksrini, darcy
2012-02-02 15:37:22 -08:00
David Katleman
fc851bfb71
Added tag jdk8-b24 for changeset e320a58c5e9a
2012-02-02 09:39:44 -08:00
David Katleman
89ba3aae12
Added tag jdk8-b24 for changeset b0f8f6fd6947
2012-02-02 09:39:36 -08:00
David Katleman
cf9dd9cf3b
Added tag jdk8-b24 for changeset b18da790e3ea
2012-02-02 09:39:33 -08:00
David Katleman
1f03218e56
Added tag jdk8-b24 for changeset abbbbaf35c96
2012-02-02 09:39:32 -08:00
David Katleman
9cbc2661e1
Added tag jdk8-b24 for changeset 7e187fc00d45
2012-02-02 09:39:26 -08:00
David Katleman
1e4aa8a7d4
Added tag jdk8-b24 for changeset f920d3637c9f
2012-02-02 09:39:19 -08:00
David Katleman
1540e46180
Added tag jdk8-b24 for changeset b77ae0f8eec8
2012-02-02 09:39:18 -08:00
Volker Simonis
b9fbc2faab
7141637: JSR 292: MH spread invoker crashes with NULL argument on x86_32
...
Reviewed-by: twisti
2012-02-02 09:14:38 -08:00
Matthew Smith
7313a31b92
7132194: GtkFileDialog does not point to the correct file(s) is Recent Files are used
...
Handle the file list differently if gtk_file_chooser_get_current_folder() returns NULL
Reviewed-by: anthony
2012-02-02 17:49:10 +04:00
Tom Rodriguez
9599296d97
7013347: allow crypto functions to be called inline to enhance performance
...
Reviewed-by: kvn
2012-02-01 16:57:08 -08:00
Bradford Wetmore
8ac9bc5858
7141910: Incorrect copyright dates on new test cases
...
Reviewed-by: mullan
2012-02-01 16:00:39 -08:00
James Melvin
73785e645b
7123386: RFE: Preserve universal builds of HotSpot on Mac OS X
...
Add support for packaging HotSpot JVM builds in universal binaries
Reviewed-by: dholmes, kamg, dcubed, phh
2012-02-01 15:01:08 -05:00
Tom Rodriguez
5a41427b37
7141200: log some interesting information in ring buffers for crashes
...
Reviewed-by: kvn, jrose, kevinw, brutisso, twisti, jmasa
2012-02-01 07:59:01 -08:00
Frederic Parain
ec9b7d57ac
7120974: ManagementPermission "control" needs clarification
...
Reviewed-by: mchung, dholmes
2012-02-01 03:52:37 -08:00
Roland Westrelin
a59952f4c9
7090976: Eclipse/CDT causes a JVM crash while indexing C++ code
...
Too optimistic inlining decision confuses local value numbering.
Reviewed-by: never
2012-02-01 10:36:58 +01:00
Lana Steuck
9ad29a120a
Merge
2012-01-31 19:08:36 -08:00
Lana Steuck
bc231c8c92
Merge
2012-01-31 19:06:48 -08:00
Christian Thalinger
2fd128fe15
7132180: JSR 292: C1 JVM crash with ClassValue/MethodHandle
...
Reviewed-by: never
2012-01-31 09:53:46 -08:00
Vladimir Kozlov
1b91bcb342
7140924: SIGSEGV in compiled code for sun.awt.X11.XDecoratedPeer.updateMinSizeHints
...
Use unknown_obj instead of empty_map for NULL or Constant Pool object constants in bytecode Escape Analyzer.
Reviewed-by: iveresov, never
2012-01-31 07:18:03 -08:00
Pavel Porvatov
bd71369ca5
7082443: JComboBox not backward compatible (with Java 6)
...
Reviewed-by: alexp
2012-01-31 17:30:33 +04:00
Staffan Larsen
d548c65214
Merge
2012-01-31 04:57:20 -08:00
Fredrik Ohrstrom
301215b860
7132779: build-infra merge: Enable ccache to work for most developer builds
...
When a build number is not specified, the JRE_RELEASE_VERSION define contains a date and timestamp. Thus ccache cannot cache the object files for longer than a minute since the define is passed to the compilation of all source files. This change passes JRE_RELEASE_VERSION only to vm_version.cpp and adds a function jre_release_version() to Abstract_VM_Version. This allows all other source files to be ccached.
Reviewed-by: ohair, rottenha
2012-01-31 13:12:39 +01:00
Paul Hohensee
76dfe7f707
7142586: Cannot build on Solaris 11 due to use of ia_nice
...
Delete the single use of ia_nice in os_solaris.cpp
Reviewed-by: kamg, kvn
2012-02-03 17:21:52 -05:00
Jonathan Lu
46accc5829
7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h
...
Reviewed-by: alanb
2012-01-31 10:31:19 +00:00
Sergey Malenkov
bb9be9ed00
7122138: IAE thrown because Introspector ignores synthetic methods
...
Reviewed-by: rupashka
2012-01-31 14:20:47 +04:00
Staffan Larsen
c3ee1cf7f9
7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
...
Make sure HotSpot and JDK looks for well-known files in the same location
Reviewed-by: dholmes, dsamersoff
2012-01-31 10:46:34 +01:00
Karen Kinnear
ce074f86c3
7114376: Make system dictionary hashtable bucket array size configurable
...
7u4 new experimental flag -XX:PredictedClassLoadedCount=#
Reviewed-by: dholmes, phh, dcubed
2012-01-30 23:27:30 -05:00
Igor Veresov
082b8cb318
7141059: 7116795 broke pure c2 builds
...
Fix pure c2 builds
Reviewed-by: kvn, brutisso, never
2012-01-30 19:37:14 -08:00
Bengt Rutisson
85e4d13987
7140909: Visual Studio project builds broken: need to define INCLUDE_TRACE
...
Add define of INCLUDE_TRACE
Reviewed-by: sla, kamg
2012-01-30 15:21:57 +01:00
Bengt Rutisson
d5546e27cf
Merge
2012-01-30 05:08:09 -08:00
Doug Lea
45569b3a65
7132378: Race in FutureTask if used with explicit set ( not Runnable )
...
Reviewed-by: chegar, dholmes
2012-01-30 11:44:45 +00:00
Deepak Bhole
ce79f12b7b
7140882: Don't return booleans from methods returning pointers
...
Changed "return false" to "return NULL"
Reviewed-by: dholmes, rottenha
2012-01-30 12:36:49 +01:00
Alexander Scherbatiy
c0b462dd42
7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
...
Reviewed-by: rupashka
2012-01-30 12:52:53 +04:00
Tom Rodriguez
5721fa222a
7129164: JNI Get/ReleasePrimitiveArrayCritical doesn't scale
...
Reviewed-by: kvn, iveresov, dholmes
2012-01-29 16:46:04 -08:00
Lana Steuck
d1e88d085e
Merge
2012-01-28 22:47:07 -08:00
Lana Steuck
afe805a586
Merge
2012-01-28 22:21:54 -08:00
Lana Steuck
da83df8bb7
Merge
2012-01-28 20:42:11 -08:00
Lana Steuck
0f98d16ad1
Merge
2012-01-28 20:41:27 -08:00
Lana Steuck
1bf74156a2
Merge
2012-01-28 20:36:29 -08:00
Kumar Srinivasan
25f79b38d8
7127906: (launcher) convert the launcher regression tests to java
...
Reviewed-by: darcy, naoto
2012-01-28 10:46:46 -08:00