Kelly O'Hair
bf884c6dff
7119829: Adjust default jprt testing configuration
...
Reviewed-by: alanb
2011-12-12 08:12:38 -08:00
Kelly O'Hair
877c60e798
7117110: Remove target 1.5 from jaxp and jaxws repo builds for mac
...
Reviewed-by: alanb
2011-12-12 08:12:20 -08:00
Kelly O'Hair
c0323a859a
7119829: Adjust default jprt testing configuration
...
Reviewed-by: alanb
2011-12-12 08:11:05 -08:00
Chris Hegarty
1c95ce5e42
Merge
2011-12-12 03:54:42 -08:00
Charles Lee
622ac75d6b
7118907: InetAddress.isReachable() should return false if sendto fails with EHOSTUNREACH
...
Reviewed-by: alanb, chegar
2011-12-12 11:41:10 +00:00
Alexander Scherbatiy
43c224b608
7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
...
Reviewed-by: alexp
2011-12-12 15:33:49 +04:00
Doug Lea
87062ca29f
7118066: Warnings in java.util.concurrent package
...
Reviewed-by: chegar, dholmes
2011-12-12 10:45:54 +00:00
Maurizio Cimadamore
bf0106a903
7120266: javac fails to compile hotspot code
...
Parser changes for method references cause bad intercation with method call syntax
Reviewed-by: jjg
2011-12-11 17:48:25 +00:00
Kumar Srinivasan
d7cfaf1336
7119487: JavacParserTest.java test fails on Windows platforms
...
Reviewed-by: jjg
2011-12-10 17:44:46 -08:00
Jon Masamitsu
714e978aac
7119584: UseParallelGC barrier task can be overwritten
...
Provoke a GC for a metadata allocation failure.
Reviewed-by: johnc, iveresov
2011-12-09 19:28:34 -08:00
Jim Holmlund
6d0e8939c1
7117053: Fix build warnings in com/sun/tools/jdi/*
...
Warnings fixed. Also reviewed by serguei.spitsyn@oracle.com , who is not yet an openjdk reviewer
Reviewed-by: ksrini
2011-12-09 12:56:22 -08:00
Jiangli Zhou
fafb59a0dc
Merge
2011-12-09 11:29:05 -08:00
Jan Lahoda
7beeeca1de
7119032: (javac) increase visibility of JavacParser methods to improve subtyping
...
Reviewed-by: jjg
2011-12-09 08:40:40 -08:00
Jon Masamitsu
bb40d3f9f4
Merge
2011-12-09 06:46:57 -08:00
Stuart Marks
5eaf5ed9bc
7118546: fix warnings in javax.xml.crypto, javax.script
...
Reviewed-by: mullan
2011-12-08 14:57:13 -08:00
Omair Majid
d312aad0c1
7117612: Miscellaneous warnings in java.lang
...
Reviewed-by: smarks, dholmes, alanb, darcy
2011-12-08 13:48:54 -05:00
Vladimir Kozlov
98ac731a94
Merge
2011-12-08 10:27:33 -08:00
Vladimir Danushevsky
f930f9f6f6
7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle
...
Missing release barrier in Monitor::IUnlock
Reviewed-by: dholmes, dice
2011-12-07 16:47:08 -05:00
David Katleman
bf6c7ea1f7
Merge
2011-12-07 13:02:35 -08:00
David Katleman
569c7fb353
Merge
2011-12-07 13:02:34 -08:00
Prasannaa
92f2120b41
7117249: fix warnings in java.util.jar, .logging, .prefs, .zip
...
Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
Co-authored-by: Goerge Albrecht <goerge.albrecht@gmx.net>
Co-authored-by: Graham Allan <grundlefleck@googlemail.com>
Co-authored-by: Michael Barker <mikeb01@gmail.com>
Reviewed-by: alanb, dholmes, forax, sherman, smarks
2011-12-07 12:12:50 -08:00
Matherey Nunez
2b9e2e9038
7086015: fix test/tools/javac/parser/netbeans/JavacParserTest.java
...
Reviewed-by: ksrini, jjg
2011-12-07 10:47:46 -08:00
Antonios Printezis
4799ed65a4
7118202: G1: eden size unnecessarily drops to a minimum
...
An integer underflow can cause the RSet lengths to be massively overpredicted which forces the eden size to the minimum.
Reviewed-by: brutisso, johnc
2011-12-07 12:54:51 -05:00
Daniel D. Daugherty
2a6a2b2d0a
7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
...
UseCompressedOops is false by default on MacOS X; can still be set manually
Reviewed-by: jmelvin, kvn, dholmes
2011-12-07 07:27:09 -08:00
Artem Ananiev
277bb6b756
7117008: Warnings cleanup day: reduce number of javac warnings in the sun.awt package
...
Reviewed-by: anthony, denis, bagiras
2011-12-07 17:45:22 +04:00
Stefan Karlsson
e057d60ca1
7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
...
Moved sizeof(klassOopDesc), changed the return type to ByteSize and removed the _in_bytes suffix.
Reviewed-by: never, bdelsart, coleenp, jrose
2011-12-07 11:35:03 +01:00
Vladimir Kozlov
dc542c9909
7121648: Use 3-operands SIMD instructions on x86 with AVX
...
Use 3-operands SIMD instructions in C2 generated code for machines with AVX.
Reviewed-by: never
2011-12-20 00:55:02 -08:00
Tom Rodriguez
2928feab6a
7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
...
Reviewed-by: kvn
2011-12-19 14:16:23 -08:00
Vladimir Kozlov
b7f5d60a7e
7116452: Add support for AVX instructions
...
Added support for AVX extension to the x86 instruction set.
Reviewed-by: never
2011-12-14 14:54:38 -08:00
Igor Veresov
11dbaed93f
7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
...
Exercise C2 more in tiered mode with Xcomp
Reviewed-by: kvn, never
2011-12-13 17:10:52 -08:00
Roland Westrelin
ebdae40c34
7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
...
Fix C1's CEE to take inlining into account when the stacks in states are compared.
Reviewed-by: iveresov, never
2011-12-13 10:54:47 +01:00
Igor Veresov
d447f02608
7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
...
Added handles for references to methods in select_task()
Reviewed-by: twisti, kvn
2011-12-12 12:44:08 -08:00
Lana Steuck
0b862d6dc1
Merge
2011-12-06 20:26:09 -08:00
Lana Steuck
2850e97062
Merge
2011-12-06 20:25:20 -08:00
Igor Nekrestyanov
1d6ad94698
Merge
2011-12-06 16:31:58 -08:00
Lana Steuck
50319d95be
Merge
2011-12-06 16:17:15 -08:00
Lana Steuck
74a4760171
Merge
2011-12-06 16:15:34 -08:00
Jiangli Zhou
f9f4ba0203
7117052: instanceKlass::_init_state can be u1 type
...
Change instanceKlass::_init_state field to u1 type.
Reviewed-by: bdelsart, coleenp, dholmes, phh, never
2011-12-06 18:28:51 -05:00
Vladimir Danushevsky
545cea9371
Merge
2011-12-06 16:35:04 -05:00
Brandon Passanisi
c7a1eec197
7116997: fix warnings in java.util.PropertyPermission
...
Reviewed-by: smarks
2011-12-06 10:14:02 -08:00
David Katleman
f8deb3b653
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
...
Reviewed-by: ohair, xdono, mchung
2011-12-06 08:43:57 -08:00
David Katleman
58672f238e
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
...
Reviewed-by: ohair, xdono, mchung
2011-12-06 08:43:27 -08:00
Daniel D. Daugherty
66ebef88a0
Merge
2011-12-06 05:28:17 -08:00
Naoto Sato
272537ad66
7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
...
Reviewed-by: okutsu, smarks
2011-12-05 17:08:52 -08:00
Danesh Dadachanji
95afca84d2
7116993: fix warnings in java.applet
...
Reviewed-by: art, smarks
2011-12-05 16:30:32 -08:00
Yuka Kamiya
8c1b558a38
7116914: Miscellaneous warnings (sun.text)
...
Reviewed-by: smarks, okutsu
2011-12-06 08:39:02 +09:00
Daniel D. Daugherty
8e680b0d66
7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
...
Replace SA_APPLE_BOOT_JAVA with logic that checks the boot JDK for the location of JDI classes. ALWAYS_PASS_TEST_GAMMA is true by default on Darwin.
Reviewed-by: kvn, swingler
2011-12-05 14:55:16 -08:00
Brandon Passanisi
4744f6dd1d
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
...
Updated the incorrect StringBuilder constructor usage
Reviewed-by: dholmes, sherman
2011-12-05 10:50:14 -08:00
Paul Hohensee
6532572c0b
7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
...
Add a file, globals_ext.hpp, containing a null interface, to be replaced by a vendor in altsrc as needed.
Reviewed-by: coleenp, kamg, dholmes, johnc, jrose
2011-12-05 12:50:00 -05:00
Christopher Gruszka
85b77bf993
Merge
2011-12-05 12:41:38 -05:00