Vladimir Ivanov
6d08af845e
8003135: HotSpot inlines and hoists the Thread.currentThread().isInterrupted() out of the loop
...
Make the load of TLS._osthread._interrupted flag in Thread.isInterrupted(Z)Z intrinsic effectively volatile.
Reviewed-by: kvn, jrose
2012-12-18 06:52:00 -08:00
Roland Westrelin
b1c3e5ccc6
8005031: Some cleanup in c2 to prepare for incremental inlining support
...
Collection of small changes to prepare for incremental inlining.
Reviewed-by: twisti, kvn
2012-12-18 14:55:25 +01:00
Stefan Karlsson
da4c36cdcb
8005108: NPG: MetaspaceAux::used_in_bytes(), capacity_in_bytes() and reserved_in_bytes() return inconsistent numbers
...
Reverted the changes to these functions from JDK-8000662
Reviewed-by: brutisso, jmasa
2012-12-18 10:40:51 +01:00
Fredrik Öhrström
ccafa0b2e1
8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes
...
Reviewed-by: ohair, erikj
2012-12-18 09:57:01 +01:00
Martin Buchholz
e046c9d3f5
8004863: Infinite Loop in KeepAliveStream
...
Reviewed-by: chegar
2012-12-17 18:39:59 -08:00
Bharadwaj Yadavalli
fb74718339
8004548: remove unused AbstractAssembler::print(Label&)
...
Reviewed-by: kvn, twisti
2012-12-17 11:00:22 -08:00
Zhengyu Gu
934898a792
Merge
2012-12-17 10:40:52 -08:00
Jonathan Gibbons
fe6a78af86
8004832: Add new doclint package
...
Reviewed-by: erikj, ohair
2012-12-17 10:31:27 -08:00
Zhengyu Gu
c75042e28b
8004802: jcmd VM.native_memory baseline=false crashes VM
...
NMT has to check option's value also to determine which command to execute
Reviewed-by: acorn, coleenp, hseigel
2012-12-17 13:14:02 -05:00
Mario Torre
d398aa77d7
8005018: X11: focus problems with openjdk 1.7.0 under gnome3 when selected keyboard is not the first in keyboard list
...
Don't consider extraenous bits when checking button mask, so that grabWindowRef on the window is not confused and released correctly
Reviewed-by: art, anthony
2012-12-17 17:43:21 +01:00
Jonathan Gibbons
d159fff7fd
8005090: Include com.sun.source.doctree in Tree API docs
...
Reviewed-by: erikj
2012-12-17 08:34:43 -08:00
Jonathan Gibbons
2533b1ce06
8005090: Include com.sun.source.doctree in Tree API docs
...
Reviewed-by: erikj
2012-12-17 08:34:02 -08:00
Chris Hegarty
00802749ea
8005081: java/util/prefs/PrefsSpi.sh fails on macos-x
...
Reviewed-by: alanb
2012-12-17 16:27:05 +00:00
Erik Helin
7fc460bae3
8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects
...
Makes the "new" and "delete" operator of _ValueObj and StackObj private
Reviewed-by: dholmes, coleenp
2012-12-17 15:25:26 +01:00
Sean Mullan
627cd88eba
Merge
2012-12-17 08:30:06 -05:00
Sean Mullan
f458bb3861
8004234: Downgrade normative references to ${java.home}/lib/security/krb5.conf
...
Reviewed-by: alanb, weijun
2012-12-17 08:28:27 -05:00
Sergey Malenkov
aed660dc95
8005065: [findbugs] reference to mutable array in JavaBeans
...
Reviewed-by: alexsch
2012-12-17 16:58:56 +04:00
Alexey Utkin
c5c34df7bf
8004928: TEST_BUG: Reduce dependence of CoreLib tests from the AWT subsystem
...
The tests were refactored to drop AWT dependence where it was possible.
Reviewed-by: alanb, mchung
2012-12-17 14:34:37 +04:00
Bengt Rutisson
a3355065be
7173959: Jvm crashed during coherence exabus (tmb) testing
...
Mapping of aligned memory needs to be MT safe. Also reviewed by: vitalyd@gmail.com
Reviewed-by: dholmes, coleenp, zgu
2012-12-17 08:49:20 +01:00
Lana Steuck
166cf4fbc1
Merge
2012-12-16 22:09:28 -08:00
Lana Steuck
7aab781edb
Merge
2012-12-16 22:05:19 -08:00
Lana Steuck
3855230f7a
Merge
2012-12-16 22:02:35 -08:00
Weijun Wang
5ded9d47a1
7197159: accept different kvno if there no match
...
Reviewed-by: xuelei
2012-12-17 12:18:46 +08:00
Joel Borggrén-Franck
72cbbd7f3b
8005098: Provide isSynthesized() information on Attribute.Compound
...
Reviewed-by: jjg
2012-12-16 11:09:36 +01:00
Jonathan Gibbons
aee2457cd0
8004833: Integrate doclint support into javac
...
Reviewed-by: mcimadamore
2012-12-19 11:29:56 +00:00
Lana Steuck
5cf1075de1
Merge
2012-12-18 18:15:47 -08:00
Maurizio Cimadamore
2296453268
8005193: New regression test test/tools/javac/lambda/BadMethodCall2.java fails
...
Bad golden file in negative test
Reviewed-by: jjh
2012-12-18 22:16:45 +00:00
Fredrik Öhrström
d61f7ca328
8004657: Add hooks to javac to enable reporting dependency information
...
Reviewed-by: jjg, mcimadamore
2012-12-18 10:23:40 +01:00
Joe Darcy
da02d4f3d5
8005046: Provide checking for a default method in javax.lang.model
...
Reviewed-by: jjg
2012-12-18 00:24:54 -08:00
Mandy Chung
9f039ad8bd
8005137: Rename DocLint.call to DocLint.init which overrides Plugin.init
...
Reviewed-by: darcy, jjh
2012-12-17 15:19:38 -08:00
Jonathan Gibbons
3ce1d65326
8004961: rename Plugin.call to Plugin.init
...
Reviewed-by: mcimadamore
2012-12-17 10:55:40 -08:00
Maurizio Cimadamore
08823b6103
8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method
...
Some code paths in resolve do not use methodArguments to correctly format actuals
Reviewed-by: jjg
2012-12-17 16:13:01 +00:00
Jonathan Gibbons
4a3e904c6e
8004832: Add new doclint package
...
Reviewed-by: mcimadamore
2012-12-17 07:47:05 -08:00
Maurizio Cimadamore
c5acce4569
8004814: javadoc should be able to detect default methods
...
Reviewed-by: jjg
2012-12-17 14:54:42 +00:00
Lana Steuck
c38e124ed5
Merge
2012-12-16 22:10:52 -08:00
Alan Bateman
29698e6212
8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties
...
Reviewed-by: chegar
2012-12-15 15:07:35 +00:00
Vicente Romero
c1804d6409
8000518: Javac generates duplicate name_and_type constant pool entry for class BinaryOpValueExp.java
...
Reviewed-by: jjg, mcimadamore
2012-12-15 13:54:51 +00:00
Coleen Phillimore
a7b0cbd4e6
Merge
2012-12-14 16:43:37 -08:00
Alejandro Murillo
b3c9917021
8005036: new hotspot build - hs25-b14
...
Reviewed-by: jcoomes
2012-12-14 14:27:40 -08:00
Alejandro Murillo
4cb99fc37e
Added tag hs25-b13 for changeset a644646e04e5
2012-12-14 14:19:36 -08:00
Alejandro Murillo
e668a7a7a1
Merge
2012-12-14 14:19:35 -08:00
Joe Wang
fd69767808
8003260: [findbug] some fields should be package protected
...
Change public or protected mutable static fields to private or package private.
Reviewed-by: lancea
2012-12-14 13:24:34 -08:00
Lana Steuck
49be988925
Merge
2012-12-14 13:15:39 -08:00
Lana Steuck
0118983407
Merge
2012-12-14 13:14:33 -08:00
Christian Thalinger
110d953ab2
Merge
2012-12-14 12:11:17 -08:00
Christian Thalinger
40a871f3e9
8003238: JSR 292: intermittent exception failure with java/lang/invoke/CallSiteTest.java
...
Reviewed-by: jrose, kvn
2012-12-14 12:06:42 -08:00
Gary Collins
11605cf755
Merge
2012-12-14 11:45:55 -08:00
Lana Steuck
25706f6a77
Merge
2012-12-14 11:22:54 -08:00
Lana Steuck
39ddaf8a4b
Merge
2012-12-14 11:22:16 -08:00
Lana Steuck
abe9bf1b53
Merge
2012-12-14 11:21:09 -08:00