Gábor Boskovits writes: > Do you think we can do something like rebuild icedtea3 with icedtea3, and > then rewrite the references? I guess this way the dependency loop could be > broken, as we could detach the last icedtea3 build from the packages used > for bootstrapping. > We could even make on more rebuilding, if necessary. WDYT? Yes, that’s an option, but I’m not sure it is the best option. Icedtea builds already take a very long time. Rebuilding the JDK after the “build” phase would almost double the build time. I would be happier if we could prevent references to the bootstrap JDK from ending up in the binaries. Before we can do that we need to understand why they are there. Are they necessary or are they just accidental? -- Ricardo