Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025
SaaS Developer Tools

Project Valhalla preview lands in OpenJDK 28

Java’s long-awaited value-object overhaul reaches the mainline after four years of development.

Project Valhalla preview lands in OpenJDK 28
RealToughCandy.com · Pexels

Java’s most ambitious language evolution in a decade has reached the OpenJDK mainline. Oracle engineer Lois Foltan confirmed that Java Enhancement Proposal 401, the cornerstone of Project Valhalla, will merge into the main codebase in early July, making its debut as a preview feature in JDK 28, scheduled for March 2027. The proposal introduces value classes and objects, a fundamental shift designed to address long-standing performance and memory inefficiencies in Java’s object model.

What changed

JEP 401 redefines how Java handles certain data types by introducing value objects—class instances that lack identity and are defined solely by their field values. Currently, nearly all Java objects are reference types, which require additional memory overhead and dereferencing operations. Primitives like int or double avoid these costs, but their use is limited. Value objects bridge this gap, allowing developers to create lightweight, identity-free types that the JVM can optimize more aggressively.

The pull request for the preview adds over 197,000 lines of code across 1,816 files, reflecting the scale of the change. Oracle’s Java Language Architect Brian Goetz described the integration as "extremely large," urging other OpenJDK contributors to avoid major commits during the merge window to minimize conflicts. The preview will initially migrate a subset of JDK classes, such as Integer, to value semantics, with plans to expand the scope gradually.

Background

Background: Java’s object model has historically treated all non-primitive types as reference objects, each with a unique memory address. This design simplifies garbage collection and polymorphism but introduces inefficiencies for small, frequently used objects like wrappers for numeric types. Project Valhalla, initiated in 2014, aims to reconcile these trade-offs by introducing value semantics for performance-critical use cases while preserving Java’s existing object-oriented paradigm.

Why it matters

The performance implications of value objects are significant. Reference types require additional memory to store object headers and must be dereferenced to access their fields, adding overhead to operations like iteration or arithmetic. Value objects, by contrast, can be stored inline in arrays or other objects, reducing memory footprint and improving cache locality. For applications handling large datasets or high-throughput computations, these optimizations could yield measurable gains in speed and efficiency.

The change also simplifies Java’s type system. Currently, developers must navigate quirks like the Integer cache, where small values (below 128) may compare equal with == due to internal pooling, while larger values do not. Value objects eliminate such inconsistencies by ensuring that equality comparisons are based solely on field values. However, the shift introduces breaking changes: code that relies on object identity, such as synchronizing on Integer instances, will now throw exceptions.

What to watch

Project Valhalla’s rollout will be gradual. Goetz cautioned that JEP 401 is unlikely to exit preview status before JDK 29, the next long-term support (LTS) release in September 2027. Even then, the preview window may extend further, as the proposal’s underlying primitives are foundational for other features, such as the Vector API, which will need to rebase on Valhalla’s changes before stabilizing.

Developers can experiment with value objects in JDK 28’s early-access builds, but production adoption will hinge on the feature’s finalization in an LTS release. The broader impact of Valhalla will depend on how widely the Java ecosystem embraces value classes, particularly in performance-sensitive libraries and frameworks. For now, the preview marks a critical milestone in Java’s evolution, offering a glimpse of the language’s future while underscoring the challenges of modernizing a 30-year-old platform.

Discussion · coming soon

Be the first to join the thread when community discussion launches.