DeprecatedThis page is deprecated and it's content is either old or being moved to the OpenJDK Developers' Guide. Please update your links. |
Running tests and pushing changes
Read about the Submit repo here. |
The
The |
There are a few ways to figure out if a problem has already escaped a repository:
|
|
If a main bug is targeted to a release and the fix is pushed to a different release, then a backport bug is automatically created. Usually this is a "good thing", e.g., when you are really backporting a fix to an earlier release, but not always... If the main bug is targeted to a later release (due to schedule planning), but someone finds the time to fix that bug in the current release, then the bug should be retargeted to the current release before pushing the fix. However, sometimes we forget to do that. Here is how to fix that:
|
There are several ways to find out if a change has been integrated to
Or, if you don't have a recent clone of |