|
Lines 1042-1055
Link Here
|
| 1042 |
platforms. This is an issue with the VM and not with Eclipse. |
1042 |
platforms. This is an issue with the VM and not with Eclipse. |
| 1043 |
The workaround is to use the <code>-XX:+UseParallelGC</code> VM option. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137">279137</a>). |
1043 |
The workaround is to use the <code>-XX:+UseParallelGC</code> VM option. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137">279137</a>). |
| 1044 |
|
1044 |
|
| 1045 |
<h4>Side effects of Step into Selection and Run to Line</h4> |
|
|
| 1046 |
<p>The actions "Step into Selection" and "Run to Line" |
| 1047 |
optimistically set breakpoints on the line the user has chosen to step into or |
| 1048 |
run to. However, the debugger can not determine if or when execution will ever |
| 1049 |
reach the chosen line. The breakpoints set by the underlying implementation are |
| 1050 |
not visible to the user and can cause execution to suspend unexpectedly at a |
| 1051 |
later time, when the associated line is actually executed. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=51507">51507</a>)</p> |
| 1052 |
|
| 1053 |
<h4>Some refactoring script operations fail with Sun 6.0 JREs</h4> |
1045 |
<h4>Some refactoring script operations fail with Sun 6.0 JREs</h4> |
| 1054 |
<p>Creating and applying refactoring scripts sometimes fails with Sun 6.0 JREs |
1046 |
<p>Creating and applying refactoring scripts sometimes fails with Sun 6.0 JREs |
| 1055 |
due to a bug in the XML parser that is shipped with those VMs. |
1047 |
due to a bug in the XML parser that is shipped with those VMs. |
|
Lines 1179-1189
Link Here
|
| 1179 |
processes in the OS may not be properly cleaned up. If a debug target has no |
1171 |
processes in the OS may not be properly cleaned up. If a debug target has no |
| 1180 |
suspended threads, termination works properly. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=1631">1631</a>) |
1172 |
suspended threads, termination works properly. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=1631">1631</a>) |
| 1181 |
|
1173 |
|
| 1182 |
|
|
|
| 1183 |
<h4> Memory View (Linux only)</h4> |
| 1184 |
The feature to automatically load segments of memory while scrolling in the Memory |
| 1185 |
view does not work on Linux. Instead the user must use the "Next Page" and "Previous Page" actions |
| 1186 |
to manually load memory segments (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=74559">74559</a>) |
| 1187 |
<h4>Java 6 and MacOS</h4> |
1174 |
<h4>Java 6 and MacOS</h4> |
| 1188 |
Apple JavaSE-1.6 VMs only execute on 64-bit architectures but JDT will detect 1.6 VMs installed on 32-bit |
1175 |
Apple JavaSE-1.6 VMs only execute on 64-bit architectures but JDT will detect 1.6 VMs installed on 32-bit |
| 1189 |
architectures when a new workspace is started or when the user presses the "Search..." button |
1176 |
architectures when a new workspace is started or when the user presses the "Search..." button |