Tim Bell
19c725d07b
Merge
2012-11-15 00:54:54 +00:00
Lana Steuck
d0455982a4
Merge
2012-11-14 16:41:51 -08:00
Lana Steuck
42ad69505d
Merge
2012-11-14 16:41:12 -08:00
David Katleman
77c17946fd
Merge
2012-11-14 12:29:17 -08:00
David Katleman
6b391de2e7
Merge
2012-11-14 12:28:00 -08:00
Erik Joelsson
acd0ee7c35
8001906: build-infra: warning: [path] bad path element on Solaris
...
Remove unnecesary -cp parameter from compile line
Reviewed-by: ohair, tbell
2012-11-14 10:21:45 -08:00
Erik Joelsson
23c574fe3a
8003327: build-infra: "/bin/sh: : cannot execute" on solaris
...
Fix quoting inside cut command used in the pipeline
Reviewed-by: ohair, tbell
2012-11-14 10:20:25 -08:00
Erik Joelsson
0f6c2bcdde
8003317: build-infra: Configure fails when current dir is part of a symlink
...
Call macro for removing symbolic links on a copy of the CURDIR variable before comparing
Reviewed-by: ohair, tbell
2012-11-14 10:18:51 -08:00
Erik Joelsson
9359ccee62
8001941: build-infra: --disable-precompiled-headers does not seem to work
...
With this fix the flag will do what it advertises
Reviewed-by: ohair, tbell
2012-11-14 10:16:45 -08:00
Chris Plummer
6da2c235bd
Merge
2012-11-14 10:13:51 -08:00
Erik Joelsson
5bf5ff8812
8001875: build-infra: We must be able to force static linking of stdc++
...
Ensure that we build with static linking when requested, or do not build at all
Reviewed-by: ohair, tbell
2012-11-14 10:13:28 -08:00
Jonathan Gibbons
56d387a2ef
8003412: javac needs to understand java.lang.annotation.Native
...
Reviewed-by: mcimadamore
2012-11-14 10:07:38 -08:00
Erik Joelsson
13e6e19e2c
8002026: build-infra: deploy repository building
...
Change the compare script to handle deploy build artifacts.
Reviewed-by: ohair, tbell
2012-11-14 10:05:49 -08:00
Anton Litvinov
b05c04c8c0
6789984: JPasswordField can not receive keyboard input
...
Reviewed-by: naoto, anthony
2012-11-14 18:40:05 +04:00
Konstantin Shefov
f7ee6989a0
7147408: [macosx] Add autodelay to fix a regression test
...
Reviewed-by: serb, alexsch
2012-11-14 11:37:09 +00:00
Mike Duigou
b2926d9724
7088952: Add size in bytes constant "BYTES" to primitive type wrapper types
...
Adds a constant BYTES to each of the primitive wrapper classes (Byte, Character, Double, Float, Integer, Long, Short) with the calculation Primitive.SIZE / Byte.SIZE already made.
Reviewed-by: dholmes
2012-11-13 20:02:39 -08:00
Jonathan Gibbons
78499292e1
8000404: rename javax.tools.GenerateNativeHeader to java.lang.annotation.Native
...
Reviewed-by: alanb
2012-11-14 07:08:50 -08:00
Alan Bateman
8c308db579
8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
...
Reviewed-by: chegar
2012-11-14 12:56:26 +00:00
Sean Chou
6bb3dd6ea2
7201156: jar tool fails to convert file separation characters for list and extract
...
Reviewed-by: alanb, chegar, sherman
2012-11-14 13:26:55 +08:00
Mike Duigou
96aa3fad5a
7088913: Add compatible static hashCode(primitive) to primitive wrapper classes
...
Adds static utility methods to each primitive wrapper class to allow calculation of a hashCode value from an unboxed primitive.
Reviewed-by: darcy, smarks, dholmes
2012-11-13 20:02:48 -08:00
Clemens Eisserer
b873533e98
7105461: Large JTables are not rendered correctly with Xrender pipeline
...
Reviewed-by: flar, prr
2012-11-13 16:12:10 -08:00
Erik Joelsson
415574536e
8003274: build-infra: Makefile changes needed for sjavac
...
Changes left in build-infra that are related to sjavac
Co-authored-by: Fredrik Ohrstrom <fredrik.ohrstrom@oracle.com>
Reviewed-by: ohair, tbell
2012-11-13 15:54:33 -08:00
Jonathan Gibbons
4b3c0978fb
8003299: Cleanup javac Log support for deferred diagnostics
...
Reviewed-by: mcimadamore, jfranck
2012-11-13 15:09:15 -08:00
Erik Joelsson
3fba7a43f2
8001965: build-infra: Large compare diffs between new and old on mac
...
The wrong icon source file was used when building closed
Reviewed-by: ohair, tbell
2012-11-13 13:46:25 -08:00
Coleen Phillimore
033786fbf0
Merge
2012-11-13 15:14:27 -05:00
Robert Field
be815ba8fa
8003306: Compiler crash: calculation of inner class access modifier
...
Fix binary sense lost in transition to hasTag
Reviewed-by: mcimadamore
2012-11-13 08:06:00 -08:00
Yumin Qi
f712e12f98
6830717: replay of compilations would help with debugging
...
When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method.
Reviewed-by: kvn, twisti, sspitsyn
2012-11-12 14:03:53 -08:00
Harold Seigel
4aad9b74e7
8001471: Klass::cast() does nothing
...
Remove function Klass::cast() and calls to it.
Reviewed-by: dholmes, coleenp
2012-11-12 16:15:05 -05:00
Harold Seigel
a28380d97e
7122219: Passed StringTableSize value not verified
...
Check that the values specified for -XX:StringTableSize are within a certain range.
Reviewed-by: dholmes, coleenp
2012-11-12 15:58:11 -05:00
Erik Joelsson
32808622c6
8002028: build-infra: need no-hotspot partial build
...
Added configure option --with-import-hotspot=/path/to/j2sdkimage
Reviewed-by: dholmes, tbell
2012-11-12 12:35:20 -08:00
Erik Joelsson
cc66da7e9f
8002028: build-infra: need no-hotspot partial build
...
Added configure option --with-import-hotspot=/path/to/j2sdkimage
Reviewed-by: dholmes, tbell
2012-11-12 12:34:11 -08:00
Erik Joelsson
fa30c0d8f2
8003177: build-infra: Compare reports diff in LocaleDataMetaInfo.class
...
Remove spurious space in the locale lists
Reviewed-by: naoto, ohair, tbell
2012-11-12 10:49:44 -08:00
Erik Joelsson
f56a68e8cb
8002365: build-infra: Build-infra fails on solaris 11.1 on sparc
...
Add '-lc' to LDFLAGS for native libraries in CompileNativeLibraries.gmk
Reviewed-by: ohair, tbell
2012-11-12 10:20:01 -08:00
Masayoshi Okutsu
aaa52056e9
8000986: Split java.util.spi.CalendarDataProvider into week parameters and field names portions
...
Reviewed-by: naoto
2012-11-12 11:12:29 +09:00
Alan Bateman
86d36e5d55
8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
...
Reviewed-by: chegar
2012-11-11 10:05:37 +00:00
Zhengyu Gu
a988fc0968
Merge
2012-11-09 22:22:53 -08:00
Zhengyu Gu
07b3c477fe
Merge
2012-11-09 16:45:20 -08:00
Zhengyu Gu
f47de1cb41
8001592: NMT: assertion failed: assert(_amount >= amt) failed: Just check: memBaseline.hpp:180
...
Fixed NMT that miscounted arena memory when it is used as value or stack object.
Reviewed-by: acorn, coleenp
2012-11-09 19:24:31 -05:00
Lana Steuck
36f6ab1d87
Merge
2012-11-09 14:47:22 -08:00
Lana Steuck
324f3fc04f
Merge
2012-11-09 14:46:34 -08:00
Kumar Srinivasan
695e6ab2e0
8002091: tools/launcher/ToolsOpts.java test started to fail since 7u11 b01 on Windows
...
Reviewed-by: darcy, jjh, mschoene
2012-11-09 14:36:10 -08:00
Zhengyu Gu
ba0e500048
Merge
2012-11-09 11:47:28 -08:00
Chris Plummer
77c6d4fa5f
Merge
2012-11-09 09:45:00 -08:00
Alejandro Murillo
8735609a8c
8003231: new hotspot build - hs25-b10
...
Reviewed-by: jcoomes
2012-11-09 08:36:17 -08:00
Alejandro Murillo
99eb0a7607
Added tag hs25-b09 for changeset f2d39eb04e60
2012-11-09 08:20:04 -08:00
Alejandro Murillo
9a902f6733
Merge
2012-11-09 08:20:03 -08:00
Zhengyu Gu
1abc21c310
8002273: NMT to report JNI memory leaks when -Xcheck:jni is on
...
Allows NMT to report that JNI thread failed to detach from JVM before exiting, which leaks the JavaThread object when check:jni option is on.
Reviewed-by: acorn, dholmes, coleenp, ctornqvi
2012-11-09 11:04:06 -05:00
Xue-Lei Andrew Fan
d0e329751f
8001569: Regression test GetPeerHost uses static port number
...
Reviewed-by: weijun
2012-11-09 01:15:04 -08:00
Yumin Qi
1c4dbc48e5
Merge
2012-11-08 16:48:01 -08:00
Stuart Marks
39edc8d2b5
7201070: Serialization to conform to protocol
...
Reviewed-by: dmocek, ahgross, skoivu
2012-11-08 15:41:01 -08:00